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"
- 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"