Skip to content

Commit a95f73f

Browse files
committed
Fixes
1 parent 9cc0d11 commit a95f73f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.yamato/package-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

.yamato/project-promotion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

.yamato/project-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
validate_{{ 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:

0 commit comments

Comments
 (0)