From 75ef7e26d4aacb999996c54d0a0932b66f40ac69 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Thu, 13 Aug 2020 07:11:43 +0300 Subject: [PATCH] APPS:261 minor changes --- .travis.yml | 128 ++++++++++++++++++++++++++-------------------------- 1 file changed, 64 insertions(+), 64 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3ffc1297fe..17b645b3c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,70 +69,70 @@ jobs: - echo "Enterprise WORM automated Tests" - - 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" - - name: "Community Rest API Tests" - stage: Tests - before_install: - - travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-governance-services-community-repo -am - install: - - bash scripts/startAlfresco.sh $COMMUNITY_REPO_PATH - - bash scripts/waitForAlfrescoToStart.sh - script: - - echo "Community Rest API Tests" - - name: "Enterprise Rest API Tests" - stage: Tests - before_install: - - travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-governance-services-enterprise-repo -am - install: - - bash scripts/startAlfresco.sh $ENTERPRISE_REPO_PATH - - bash scripts/waitForAlfrescoToStart.sh - script: - - echo "Enterprise Rest API Tests" - - name: "Community UI Tests ..." - stage: Tests - before_install: - - travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-governance-services-community-repo,:alfresco-governance-services-community-share -am - install: - - bash scripts/startAlfresco.sh $COMMUNITY_SHARE_PATH - - bash scripts/waitForAlfrescoToStart.sh - script: - - echo "Community UI Tests ..." - - name: "Enterprise UI Tests ..." - stage: Tests - before_install: - - travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-governance-services-enterprise-repo,:alfresco-governance-services-enterprise-share -am - install: - - bash scripts/startAlfresco.sh $ENTERPRISE_SHARE_PATH - - bash scripts/waitForAlfrescoToStart.sh - script: - - echo "Enterprise UI Tests ..." + # - 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" + # - name: "Community Rest API Tests" + # stage: Tests + # before_install: + # - travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-governance-services-community-repo -am + # install: + # - bash scripts/startAlfresco.sh $COMMUNITY_REPO_PATH + # - bash scripts/waitForAlfrescoToStart.sh + # script: + # - echo "Community Rest API Tests" + # - name: "Enterprise Rest API Tests" + # stage: Tests + # before_install: + # - travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-governance-services-enterprise-repo -am + # install: + # - bash scripts/startAlfresco.sh $ENTERPRISE_REPO_PATH + # - bash scripts/waitForAlfrescoToStart.sh + # script: + # - echo "Enterprise Rest API Tests" + # - name: "Community UI Tests ..." + # stage: Tests + # before_install: + # - travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-governance-services-community-repo,:alfresco-governance-services-community-share -am + # install: + # - bash scripts/startAlfresco.sh $COMMUNITY_SHARE_PATH + # - bash scripts/waitForAlfrescoToStart.sh + # script: + # - echo "Community UI Tests ..." + # - name: "Enterprise UI Tests ..." + # stage: Tests + # before_install: + # - travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-governance-services-enterprise-repo,:alfresco-governance-services-enterprise-share -am + # install: + # - bash scripts/startAlfresco.sh $ENTERPRISE_SHARE_PATH + # - bash scripts/waitForAlfrescoToStart.sh + # script: + # - echo "Enterprise UI Tests ..." - - name: "Source Clear Scan (SCA)" - stage: Security Scans - script: - - echo "Source Clear Scan (SCA)" - - name: "Static Analysis (SAST)" - stage: Security Scans - script: - - echo "Static Analysis (SAST)" + # - name: "Source Clear Scan (SCA)" + # stage: Security Scans + # script: + # - echo "Source Clear Scan (SCA)" + # - name: "Static Analysis (SAST)" + # stage: Security Scans + # script: + # - echo "Static Analysis (SAST)" - - name: "Community Release" - stage: Release - script: - - echo "Community Release" - - name: "Enterprise Release" - stage: Release - script: - - echo "Enterprise Release" + # - name: "Community Release" + # stage: Release + # script: + # - echo "Community Release" + # - name: "Enterprise Release" + # stage: Release + # script: + # - echo "Enterprise Release" - - name: "Copy to S3 Release Bucket" - stage: Publish - script: - - echo "Copy to S3 Release Bucket" + # - name: "Copy to S3 Release Bucket" + # stage: Publish + # script: + # - echo "Copy to S3 Release Bucket"