APPS-261 first build

This commit is contained in:
Bogdan
2020-08-13 11:01:06 +03:00
parent fb8ea339e0
commit 86fdd2f4f1
2 changed files with 12 additions and 19 deletions

View File

@@ -61,19 +61,19 @@ jobs:
script:
- travis_retry travis_wait 35 mvn -B -q ${MAVEN_PHASE} -Dskip.integrationtests=false -f rm-benchmark/pom.xml -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
- name: "Enterprise WORM automated Tests"
- name: "Enterprise WORM Tests"
stage: Tests
before_install: bash scripts/init.sh
script: bash scripts/worm-mb-tests.sh
# after_script: bash _ci/cleanup.sh
- echo "Enterprise WORM automated Tests"
- echo "Enterprise WORM Tests"
# - name: "Community Integrations Tests on MySQL"
# stage: Tests
# script:
# - echo "Community Integrations Tests on MySQL"
# - name: "Enterprise Integrations Tests on MySQL"
- name: "Community Integrations Tests on MySQL"
stage: Tests
script:
- echo "Community Integrations Tests on MySQL"
- name: "Enterprise Integrations Tests on MySQL"
# stage: Tests
# script:
# - echo "Enterprise Integrations Tests on MySQL"

View File

@@ -8,12 +8,9 @@ pushd "$(dirname "${BASH_SOURCE[0]}")/../"
export AWS_ACCESS_KEY_ID=${CREATE_BUCKET_AWS_ACCESS_KEY}
export AWS_SECRET_ACCESS_KEY=${CREATE_BUCKET_AWS_SECRET_KEY}
export BUCKET_NAME="travis-ags-worm-${TRAVIS_BUILD_NUMBER}-${TRAVIS_JOB_NUMBER}"
export BUCKET2_NAME="travis-ags-worm-${TRAVIS_BUILD_NUMBER}-${TRAVIS_JOB_NUMBER}-b2"
export S3_BUCKET_REGION="eu-west-1"
export S3_BUCKET_NAME="${BUCKET_NAME}"
export S3_BUCKET2_NAME="${BUCKET2_NAME}"
export S3_BUCKET_NAME="travis-ags-${TRAVIS_BUILD_NUMBER}-${TRAVIS_JOB_NUMBER}"
export S3_BUCKET2_NAME="travis-ags-worm-${TRAVIS_BUILD_NUMBER}-${TRAVIS_JOB_NUMBER}-b2"
export S3_PROTOCOL=s3v2
export S3_BUCKET2_PROTOCOL=s3vTest
@@ -22,13 +19,9 @@ mvn -B -U clean install -DskipTests -Pbuild-test-image
./scripts/start-compose.sh ./rm-enterprise/rm-enterprise-share/worm-support-docker-compose.yml
# Run the WORM tests
# mvn -B -U clean test \
# -Prun-tas-tests,run-multiple-buckets-tests \
# -Denvironment=default \
# -DrunBugs=false \
# -Dalfresco.port=8080 \
# -Dconnector.s3.bucketName=${BUCKET_NAME2}
mvn -B -U clean test \
-DsuiteXmlFile=wormTestSuite.xml
-Dconnector.s3.bucketName=${S3_BUCKET2_NAME}
popd
set +vex