APPS:261 minor changes

This commit is contained in:
Bogdan
2020-08-13 07:11:43 +03:00
parent e7dab88424
commit 75ef7e26d4

View File

@@ -69,70 +69,70 @@ jobs:
- echo "Enterprise WORM automated Tests" - echo "Enterprise WORM automated 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"
- name: "Community Rest API Tests" # - name: "Community Rest API Tests"
stage: Tests # stage: Tests
before_install: # before_install:
- travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-governance-services-community-repo -am # - travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-governance-services-community-repo -am
install: # install:
- bash scripts/startAlfresco.sh $COMMUNITY_REPO_PATH # - bash scripts/startAlfresco.sh $COMMUNITY_REPO_PATH
- bash scripts/waitForAlfrescoToStart.sh # - bash scripts/waitForAlfrescoToStart.sh
script: # script:
- echo "Community Rest API Tests" # - echo "Community Rest API Tests"
- name: "Enterprise Rest API Tests" # - name: "Enterprise Rest API Tests"
stage: Tests # stage: Tests
before_install: # before_install:
- travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-governance-services-enterprise-repo -am # - travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-governance-services-enterprise-repo -am
install: # install:
- bash scripts/startAlfresco.sh $ENTERPRISE_REPO_PATH # - bash scripts/startAlfresco.sh $ENTERPRISE_REPO_PATH
- bash scripts/waitForAlfrescoToStart.sh # - bash scripts/waitForAlfrescoToStart.sh
script: # script:
- echo "Enterprise Rest API Tests" # - echo "Enterprise Rest API Tests"
- name: "Community UI Tests ..." # - name: "Community UI Tests ..."
stage: Tests # stage: Tests
before_install: # 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 # - 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: # install:
- bash scripts/startAlfresco.sh $COMMUNITY_SHARE_PATH # - bash scripts/startAlfresco.sh $COMMUNITY_SHARE_PATH
- bash scripts/waitForAlfrescoToStart.sh # - bash scripts/waitForAlfrescoToStart.sh
script: # script:
- echo "Community UI Tests ..." # - echo "Community UI Tests ..."
- name: "Enterprise UI Tests ..." # - name: "Enterprise UI Tests ..."
stage: Tests # stage: Tests
before_install: # 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 # - 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: # install:
- bash scripts/startAlfresco.sh $ENTERPRISE_SHARE_PATH # - bash scripts/startAlfresco.sh $ENTERPRISE_SHARE_PATH
- bash scripts/waitForAlfrescoToStart.sh # - bash scripts/waitForAlfrescoToStart.sh
script: # script:
- echo "Enterprise UI Tests ..." # - echo "Enterprise UI Tests ..."
- name: "Source Clear Scan (SCA)" # - name: "Source Clear Scan (SCA)"
stage: Security Scans # stage: Security Scans
script: # script:
- echo "Source Clear Scan (SCA)" # - echo "Source Clear Scan (SCA)"
- name: "Static Analysis (SAST)" # - name: "Static Analysis (SAST)"
stage: Security Scans # stage: Security Scans
script: # script:
- echo "Static Analysis (SAST)" # - echo "Static Analysis (SAST)"
- name: "Community Release" # - name: "Community Release"
stage: Release # stage: Release
script: # script:
- echo "Community Release" # - echo "Community Release"
- name: "Enterprise Release" # - name: "Enterprise Release"
stage: Release # stage: Release
script: # script:
- echo "Enterprise Release" # - echo "Enterprise Release"
- name: "Copy to S3 Release Bucket" # - name: "Copy to S3 Release Bucket"
stage: Publish # stage: Publish
script: # script:
- echo "Copy to S3 Release Bucket" # - echo "Copy to S3 Release Bucket"