@@ -44,7 +44,7 @@ validate_editor_versions:
4444 - version : " trunk"
4545 display_name : " trunk"
4646
47- package_test_editor_versions :
47+ package_tests_editor_versions :
4848 # 2018.3 shows up here but not under validate_editor_versions because package validation is no longer
4949 # supported on 2018.3 but Mathematics still supports it so we need to be able to test it. CI jobs
5050 # from this list will run package tests only instead of the full validation suite.
@@ -69,8 +69,8 @@ package_test_editor_versions:
6969---
7070
7171{% for platform in upmci_platforms %}
72- {% for editor in package_test_editor_versions %}
73- package_test_ {{platform.name}}_{{editor.display_name}} :
72+ {% for editor in package_tests_editor_versions %}
73+ package_tests_ {{platform.name}}_{{editor.display_name}} :
7474 name : Package test {{platform.name}} {{editor.display_name}}
7575 agent :
7676 image : {{platform.image}}
@@ -79,15 +79,15 @@ package_test_{{platform.name}}_{{editor.display_name}}:
7979 commands :
8080 - npm install upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g
8181 - upm-ci package pack --package-path src/
82- - upm-ci package test --type package-test --package-path src/ --unity-version {{ editor.version }}
82+ - upm-ci package test --type package-tests --package-path src/ --unity-version {{ editor.version }}
8383{% endfor %}
8484{% endfor %}
8585
86- package_test_minimal :
86+ package_tests_minimal :
8787 name : Package test minimal
8888 dependencies :
8989 {% for platform in upmci_platforms %}
90- - .yamato/upm-ci.yml#package_test_ {{platform.name}}_2018.3
90+ - .yamato/upm-ci.yml#package_tests_ {{platform.name}}_2018.3
9191 {% endfor %}
9292
9393validate_package_minimal :
@@ -202,4 +202,4 @@ commit_ci:
202202 only :
203203 - " /.*/"
204204 dependencies :
205- - .yamato/upm-ci.yml#package_test_minimal
205+ - .yamato/upm-ci.yml#package_tests_minimal
0 commit comments