mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
APPS-261 changes to scripts and travis.yml
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user