update travis file For AGS community

This commit is contained in:
rodicasutu
2020-07-01 12:41:54 +03:00
parent 43667eb71a
commit 1ce7995a86

View File

@@ -8,9 +8,7 @@ jdk:
branches: branches:
only: only:
- release/V2.7* - release/V2.7*
- feature-2.7/* -(feature|hotfix|merge)-2.7/*
- merge-2.7/*
- hotfix-2.7/*
cache: cache:
directories: directories:
@@ -30,9 +28,13 @@ stages:
jobs: jobs:
include: include:
- stage: Build AGS - stage: Build AGS
- name: "Build Community" - name: "Build AGS Community"
- name: "Build Enterprise" - before_install: bash scripts/setUpMavenPhase.sh
- name: "Benchmark" - script:
- travis_wait 60 mvn -B ${mavenPhase} -P${buildProfile} -Dimage.tag=${latestImageTag} -Dskip.integrationtests=false -Dcommunity -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
- name: "Build AGS Enterprise"
- name: "AGS Benchmark"
- stage: Tests - stage: Tests
- name: "Community Integrations Tests on MySQL" - name: "Community Integrations Tests on MySQL"
@@ -52,3 +54,5 @@ jobs:
- stage: Publish - stage: Publish
- name: "Copy to S3 Release Bucket" - name: "Copy to S3 Release Bucket"
before_install:
- "cp .travis.settings.xml $HOME/.m2/settings.xml"