File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ test_{{project.name}}_{{ package.name }}_{{ editor }}_{{ platform.name }}:
1717 flavor : {{ platform.flavor}}
1818 commands :
1919 - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
20- - {% if platform.name == "centos " %}DISPLAY=:0 {% endif %}upm-ci project test -u {{ editor }} --type package-tests --project-path {{ project.name }} --package-filter {{ package.name }}
20+ - {% if platform.name == "ubuntu " %}DISPLAY=:0 {% endif %}upm-ci project test -u {{ editor }} --type package-tests --project-path {{ project.name }} --package-filter {{ package.name }}
2121 artifacts :
2222 logs :
2323 paths :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ promotion_validate_{{ project.name }}_{{ package.name }}_{{ platform.name }}_{{
1515 UPMCI_PROMOTION : 1
1616 commands :
1717 - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
18- - {% if platform.name == "centos " %}DISPLAY=:0 {% endif %}upm-ci project test -u {{ editor }} --project-path {{ project.path }} --type vetting-tests --project-path {{ project.path }} --package-filter {{ package.name }}
18+ - {% if platform.name == "ubuntu " %}DISPLAY=:0 {% endif %}upm-ci project test -u {{ editor }} --project-path {{ project.path }} --type vetting-tests --project-path {{ project.path }} --package-filter {{ package.name }}
1919 artifacts :
2020 logs :
2121 paths :
Original file line number Diff line number Diff line change 1111validate_{{ package.name }}_{{ test_platforms.first.name }}_{{ editor }} :
1212 name : Validate (Isolation Tests) Package {{ package.name }} - {{ editor }} on {{ test_platforms.first.name }}
1313 agent :
14- type : {{ test_platforms.first .type }}
15- image : {{ test_platforms.first .image }}
16- flavor : {{ test_platforms.first .flavor}}
14+ type : {{ platform .type }}
15+ image : {{ platform .image }}
16+ flavor : {{ platform .flavor}}
1717 commands :
1818 - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
19- - {% if platform.name == "centos " %}DISPLAY=:0 {% endif %}upm-ci project test -u {{ editor }} --type isolation-tests --project-path {{ project.path }} --package-filter {{ package.name }} --platform editmode
19+ - {% if platform.name == "ubuntu " %}DISPLAY=:0 {% endif %}upm-ci project test -u {{ editor }} --type isolation-tests --project-path {{ project.path }} --package-filter {{ package.name }} --platform editmode
2020 artifacts :
2121 logs :
2222 paths :
You can’t perform that action at this time.
0 commit comments