Skip to content

Commit 43fc1fe

Browse files
committed
Correction of project-tests
1 parent 4c6a740 commit 43fc1fe

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.yamato/project-tests.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,24 @@
44
# For every platform and editor version, run its project tests without
55
# running package tests too since they are handled on their respective
66
# jobs
7-
{% for project in projects -%}
8-
{% for editor in validation_editors -%}
9-
{% for platform in test_platforms -%}
7+
{% for project in projects.all -%}
8+
{% for editor in validation_editors.all -%}
9+
{% for platform in test_platforms.desktop -%}
1010
test_{{ project.name }}_{{ editor }}_{{ platform.name }}:
11-
name : {{ project.name }} project tests - {{ editor }} on {{ platform.name }}
11+
name : Project Test - NGO [{{ project.name }}, {{ platform.name }}, {{ editor }}]
1212
agent:
1313
type: {{ platform.type }}
1414
image: {{ platform.image }}
1515
flavor: {{ platform.flavor }}
1616
commands:
1717
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
18-
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
19-
- unity-downloader-cli -u {{ editor }} -c editor -w --fast
2018
- {% if platform.name == "ubuntu" %}DISPLAY=:0 && {% endif %}upm-ci project test -u {{ editor }} --project-path {{ project.path }} --type project-tests
2119
artifacts:
2220
logs:
2321
paths:
2422
- "upm-ci~/test-results/**/*"
2523
dependencies:
26-
- .yamato/project-pack.yml#pack_{{ project.name }}
27-
28-
{% endfor -%}
24+
- .yamato/project-pack.yml#project_pack_-_{{ project.name }}
2925
{% endfor -%}
3026
{% endfor -%}
31-
27+
{% endfor -%}

0 commit comments

Comments
 (0)