APPS-261 changes to scripts and travis.yml

This commit is contained in:
Bogdan
2020-08-13 15:43:27 +03:00
parent 60bda2797f
commit ad9b20c009
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ jobs:
- name: "Enterprise WORM Tests"
stage: Tests
install: travis_retry mvn -B -U clean install -DskipTests
install: travis_retry travis_wait 90 mvn -B -U install $MVN_SKIP -PbuildDockerImage -pl :alfresco-governance-services-enterprise-repo -am
script: bash scripts/worm-mb-tests.sh
# after_script: bash _ci/cleanup.sh

View File

@@ -5,6 +5,8 @@ PS4="\[\e[35m\]+ \[\e[m\]"
set -vex
pushd "$(dirname "${BASH_SOURCE[0]}")/../"
docker login quay.io -u ${QUAY_USERNAME} -p ${QUAY_PASSWORD}
export AWS_ACCESS_KEY_ID=${CREATE_BUCKET_AWS_ACCESS_KEY}
export AWS_SECRET_ACCESS_KEY=${CREATE_BUCKET_AWS_SECRET_KEY}
@@ -14,8 +16,6 @@ export S3_BUCKET2_NAME="travis-ags-worm-${TRAVIS_BUILD_NUMBER}-${TRAVIS_JOB_NUMB
export S3_PROTOCOL=s3v2
export S3_BUCKET2_PROTOCOL=s3vTest
mvn -B -U clean install -DskipTests -Pbuild-test-image
bash ./scripts/start-compose.sh ./rm-enterprise/rm-enterprise-share/worm-support-docker-compose.yml
# Run the WORM tests