mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
move info about stage in shared job
This commit is contained in:
13
.travis.yml
13
.travis.yml
@@ -38,6 +38,7 @@ stages:
|
||||
- name: Publish
|
||||
|
||||
_shared_job: &enterprise_shared_UI_configuration
|
||||
stage: Tests
|
||||
addons:
|
||||
firefox: "43.0.1"
|
||||
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}
|
||||
|
||||
- name: "Enterprise Level 2 UI Tests"
|
||||
stage: Tests
|
||||
# stage: Tests
|
||||
env: TEST_SUITE=enterpriseLevel2Tests.xml
|
||||
<<: *enterprise_shared_UI_configuration
|
||||
|
||||
- name: "Enterprise Classification Level 2 UI Tests"
|
||||
stage: Tests
|
||||
# stage: Tests
|
||||
env: TEST_SUITE=enterpriseLevel2ClassificationTests.xml
|
||||
<<: *enterprise_shared_UI_configuration
|
||||
|
||||
- name: "Enterprise Classification UI Tests"
|
||||
stage: Tests
|
||||
# stage: Tests
|
||||
env: TEST_SUITE=enterpriseClassificationTests.xml
|
||||
<<: *enterprise_shared_UI_configuration
|
||||
|
||||
- name: "Enterprise Guides UI Tests"
|
||||
stage: Tests
|
||||
# stage: Tests
|
||||
env: TEST_SUITE=enterpriseGuidesTests.xml
|
||||
<<: *enterprise_shared_UI_configuration
|
||||
|
||||
- name: "Enterprise Security Marks UI Tests"
|
||||
stage: Tests
|
||||
# stage: Tests
|
||||
env: TEST_SUITE=enterpriseSecurityMarksTests.xml
|
||||
<<: *enterprise_shared_UI_configuration
|
||||
|
||||
- name: "Enterprise Console and Configuration UI Tests"
|
||||
stage: Tests
|
||||
# stage: Tests
|
||||
env: TEST_SUITE=enterpriseConsoleAndConfigurationTests.xml
|
||||
<<: *enterprise_shared_UI_configuration
|
||||
|
||||
|
Reference in New Issue
Block a user