move info about stage in shared job

This commit is contained in:
Claudia Agache
2020-10-17 20:45:55 +03:00
parent c5aae3164b
commit 5db35a50b8

View File

@@ -38,6 +38,7 @@ stages:
- name: Publish - name: Publish
_shared_job: &enterprise_shared_UI_configuration _shared_job: &enterprise_shared_UI_configuration
stage: Tests
addons: addons:
firefox: "43.0.1" firefox: "43.0.1"
artifacts: artifacts:
@@ -156,32 +157,32 @@ jobs:
- travis_wait 60 xvfb-run --server-args="-screen 0 1280x1024x24" mvn -B install -Prun-alfresco -Dskip.automationtests=false -f $AUTOMATION_UI_PATH/pom.xml -DsuiteXmlFile=communityLevel2Tests.xml -Dshare.url=${SHARE_URL} -Dalfresco.url=${ALFRESCO_URL} ${WEBDRIVER_ARGUMENTS} - travis_wait 60 xvfb-run --server-args="-screen 0 1280x1024x24" mvn -B install -Prun-alfresco -Dskip.automationtests=false -f $AUTOMATION_UI_PATH/pom.xml -DsuiteXmlFile=communityLevel2Tests.xml -Dshare.url=${SHARE_URL} -Dalfresco.url=${ALFRESCO_URL} ${WEBDRIVER_ARGUMENTS}
- name: "Enterprise Level 2 UI Tests" - name: "Enterprise Level 2 UI Tests"
stage: Tests # stage: Tests
env: TEST_SUITE=enterpriseLevel2Tests.xml env: TEST_SUITE=enterpriseLevel2Tests.xml
<<: *enterprise_shared_UI_configuration <<: *enterprise_shared_UI_configuration
- name: "Enterprise Classification Level 2 UI Tests" - name: "Enterprise Classification Level 2 UI Tests"
stage: Tests # stage: Tests
env: TEST_SUITE=enterpriseLevel2ClassificationTests.xml env: TEST_SUITE=enterpriseLevel2ClassificationTests.xml
<<: *enterprise_shared_UI_configuration <<: *enterprise_shared_UI_configuration
- name: "Enterprise Classification UI Tests" - name: "Enterprise Classification UI Tests"
stage: Tests # stage: Tests
env: TEST_SUITE=enterpriseClassificationTests.xml env: TEST_SUITE=enterpriseClassificationTests.xml
<<: *enterprise_shared_UI_configuration <<: *enterprise_shared_UI_configuration
- name: "Enterprise Guides UI Tests" - name: "Enterprise Guides UI Tests"
stage: Tests # stage: Tests
env: TEST_SUITE=enterpriseGuidesTests.xml env: TEST_SUITE=enterpriseGuidesTests.xml
<<: *enterprise_shared_UI_configuration <<: *enterprise_shared_UI_configuration
- name: "Enterprise Security Marks UI Tests" - name: "Enterprise Security Marks UI Tests"
stage: Tests # stage: Tests
env: TEST_SUITE=enterpriseSecurityMarksTests.xml env: TEST_SUITE=enterpriseSecurityMarksTests.xml
<<: *enterprise_shared_UI_configuration <<: *enterprise_shared_UI_configuration
- name: "Enterprise Console and Configuration UI Tests" - name: "Enterprise Console and Configuration UI Tests"
stage: Tests # stage: Tests
env: TEST_SUITE=enterpriseConsoleAndConfigurationTests.xml env: TEST_SUITE=enterpriseConsoleAndConfigurationTests.xml
<<: *enterprise_shared_UI_configuration <<: *enterprise_shared_UI_configuration