@@ -6,50 +6,6 @@ test_platforms:
66 image : package-ci/win10:stable
77 flavor : b1.large
88---
9- {% for editor in test_editors %}
10- {% for platform in test_platforms %}
11- promotion_test_{{ platform.name }}_{{ editor.version }} :
12- name : Promotion Test {{ editor.version }} on {{ platform.name }}
13- agent :
14- type : {{ platform.type }}
15- image : {{ platform.image }}
16- flavor : {{ platform.flavor}}
17- variables :
18- UPMCI_PROMOTION : 1
19- commands :
20- - mv ./Assets/Samples ./Packages/com.unity.inputsystem
21- - mv ./Assets/Samples.meta ./Packages/com.unity.inputsystem
22- - npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
23- - upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u {{ editor.version }}
24- artifacts :
25- logs :
26- paths :
27- - " upm-ci~/test-results/**/*"
28- dependencies :
29- - .yamato/upm-ci.yml#pack
30- {% endfor %}
31- {% endfor %}
32-
33- promotion_test_trigger :
34- name : Promotion Tests Trigger
35- agent :
36- type : Unity::VM
37- image : package-ci/win10:stable
38- flavor : b1.large
39- artifacts :
40- logs :
41- paths :
42- - " upm-ci~/test-results/**/*"
43- packages :
44- paths :
45- - " upm-ci~/packages/**/*"
46- dependencies :
47- {% for editor in test_editors %}
48- {% for platform in test_platforms %}
49- - .yamato/promotion.yml#promotion_test_{{platform.name}}_{{editor.version}}
50- {% endfor %}
51- {% endfor %}
52-
539promote :
5410 name : Promote to Production
5511 agent :
@@ -71,10 +27,4 @@ promote:
7127 artifacts :
7228 artifacts :
7329 paths :
74- - " upm-ci~/packages/*.tgz"
75- dependencies :
76- {% for editor in test_editors %}
77- {% for platform in test_platforms %}
78- - .yamato/promotion.yml#promotion_test_{{ platform.name }}_{{ editor.version }}
79- {% endfor %}
80- {% endfor %}
30+ - " upm-ci~/packages/*.tgz"
0 commit comments