fix travis file

This commit is contained in:
rodicasutu
2020-07-01 21:31:29 +03:00
parent 0583561acc
commit 8c7a2a13fe

View File

@@ -23,7 +23,7 @@ before_cache:
stages: stages:
- name: Build AGS - name: Build AGS
- name: Tests - name: Tests
# if: commit_message !~ /\[skip tests\]/ if: commit_message !~ /\[skip tests\]/
- name: Security Scans - name: Security Scans
- name: Release - name: Release
- name: Publish - name: Publish
@@ -38,13 +38,12 @@ jobs:
- travis_wait 60 mvn -B ${mavenPhase} -Dskip.integrationtests=false -Dcommunity -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn - travis_wait 60 mvn -B ${mavenPhase} -Dskip.integrationtests=false -Dcommunity -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
- name: "Build AGS Enterprise" - name: "Build AGS Enterprise"
stage: Build AGS
before_install: bash scripts/setUpMavenPhase.sh before_install: bash scripts/setUpMavenPhase.sh
- name: "AGS Benchmark" - name: "AGS Benchmark"
stage: Build AGS
before_install: bash scripts/setUpMavenPhase.sh before_install: bash scripts/setUpMavenPhase.sh
stage: Tests
- name: "Community Integrations Tests on MySQL" - name: "Community Integrations Tests on MySQL"
- name: "Enterprise Integrations Tests on MySQL" - name: "Enterprise Integrations Tests on MySQL"
- name: "Community Rest API Tests" - name: "Community Rest API Tests"
@@ -52,15 +51,15 @@ jobs:
- name: "Community UI Tests ..." - name: "Community UI Tests ..."
- name: "Enterprise UI Tests ..." - name: "Enterprise UI Tests ..."
stage: Security Scans
- name: "Source Clear Scan (SCA)" - name: "Source Clear Scan (SCA)"
- name: "Static Analysis (SAST)" - name: "Static Analysis (SAST)"
stage: Release
- name: "Community Release" - name: "Community Release"
- name: "Enterprise Release" - name: "Enterprise Release"
stage: Publish
- name: "Copy to S3 Release Bucket" - name: "Copy to S3 Release Bucket"
before_install: before_install: