mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
APPS-261 first build
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -61,19 +61,19 @@ jobs:
|
|||||||
script:
|
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
|
- 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
|
stage: Tests
|
||||||
before_install: bash scripts/init.sh
|
before_install: bash scripts/init.sh
|
||||||
script: bash scripts/worm-mb-tests.sh
|
script: bash scripts/worm-mb-tests.sh
|
||||||
# after_script: bash _ci/cleanup.sh
|
# after_script: bash _ci/cleanup.sh
|
||||||
- echo "Enterprise WORM automated Tests"
|
- echo "Enterprise WORM Tests"
|
||||||
|
|
||||||
|
|
||||||
# - name: "Community Integrations Tests on MySQL"
|
- name: "Community Integrations Tests on MySQL"
|
||||||
# stage: Tests
|
stage: Tests
|
||||||
# script:
|
script:
|
||||||
# - echo "Community Integrations Tests on MySQL"
|
- echo "Community Integrations Tests on MySQL"
|
||||||
# - name: "Enterprise Integrations Tests on MySQL"
|
- name: "Enterprise Integrations Tests on MySQL"
|
||||||
# stage: Tests
|
# stage: Tests
|
||||||
# script:
|
# script:
|
||||||
# - echo "Enterprise Integrations Tests on MySQL"
|
# - echo "Enterprise Integrations Tests on MySQL"
|
||||||
|
@@ -8,12 +8,9 @@ pushd "$(dirname "${BASH_SOURCE[0]}")/../"
|
|||||||
export AWS_ACCESS_KEY_ID=${CREATE_BUCKET_AWS_ACCESS_KEY}
|
export AWS_ACCESS_KEY_ID=${CREATE_BUCKET_AWS_ACCESS_KEY}
|
||||||
export AWS_SECRET_ACCESS_KEY=${CREATE_BUCKET_AWS_SECRET_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_REGION="eu-west-1"
|
||||||
export S3_BUCKET_NAME="${BUCKET_NAME}"
|
export S3_BUCKET_NAME="travis-ags-${TRAVIS_BUILD_NUMBER}-${TRAVIS_JOB_NUMBER}"
|
||||||
export S3_BUCKET2_NAME="${BUCKET2_NAME}"
|
export S3_BUCKET2_NAME="travis-ags-worm-${TRAVIS_BUILD_NUMBER}-${TRAVIS_JOB_NUMBER}-b2"
|
||||||
export S3_PROTOCOL=s3v2
|
export S3_PROTOCOL=s3v2
|
||||||
export S3_BUCKET2_PROTOCOL=s3vTest
|
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
|
./scripts/start-compose.sh ./rm-enterprise/rm-enterprise-share/worm-support-docker-compose.yml
|
||||||
|
|
||||||
# Run the WORM tests
|
# Run the WORM tests
|
||||||
# mvn -B -U clean test \
|
mvn -B -U clean test \
|
||||||
# -Prun-tas-tests,run-multiple-buckets-tests \
|
-DsuiteXmlFile=wormTestSuite.xml
|
||||||
# -Denvironment=default \
|
-Dconnector.s3.bucketName=${S3_BUCKET2_NAME}
|
||||||
# -DrunBugs=false \
|
|
||||||
# -Dalfresco.port=8080 \
|
|
||||||
# -Dconnector.s3.bucketName=${BUCKET_NAME2}
|
|
||||||
|
|
||||||
|
|
||||||
popd
|
popd
|
||||||
set +vex
|
set +vex
|
||||||
|
Reference in New Issue
Block a user