3
3
4
4
name : postprocessing
5
5
test_editors :
6
- - trunk
7
- - 2022.3
8
- - 2022.1
9
- - 2021.3
10
6
- 2020.3
11
7
- 2019.4
8
+ - 2021.3
9
+ - 2022.1
10
+ - 2023.2
11
+ - trunk
12
12
test_platforms :
13
13
- name : win
14
14
type : Unity::VM
15
- image : package-ci/win10:v1.21.0-1103460
15
+ image : package-ci/win10:v4
16
16
flavor : b1.large
17
17
- name : mac
18
18
type : Unity::VM::osx
19
- image : package-ci/mac:v1.20.0-1079282
19
+ image : package-ci/macos-13:v4
20
20
flavor : m1.mac
21
21
---
22
22
{{ name }}_pack:
23
23
name : {{ name }} - Pack
24
24
agent :
25
25
type : Unity::VM
26
- image : package-ci/win10:v1.21.0-1103460
26
+ image : package-ci/win10:v4
27
27
flavor : b1.large
28
28
commands :
29
29
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
@@ -49,25 +49,25 @@ test_platforms:
49
49
paths :
50
50
- " upm-ci~/test-results/**/*"
51
51
dependencies :
52
- - .yamato/postprocessing_publish .yml#{{ name }}_pack
52
+ - .yamato/_postprocessing_publish .yml#{{ name }}_pack
53
53
{% endfor %}
54
54
{% endfor %}
55
55
56
56
{{ name }}_test_trigger:
57
57
name : {{ name }} - Tests Trigger
58
58
dependencies :
59
- - .yamato/postprocessing_publish .yml#{{ name }}_pack
59
+ - .yamato/_postprocessing_publish .yml#{{ name }}_pack
60
60
{% for editor in test_editors %}
61
61
{% for platform in test_platforms %}
62
- - .yamato/postprocessing_publish .yml#{{ name }}_test_{{platform.name}}_{{editor}}
62
+ - .yamato/_postprocessing_publish .yml#{{ name }}_test_{{platform.name}}_{{editor}}
63
63
{% endfor %}
64
64
{% endfor %}
65
65
66
66
{{ name }}_publish:
67
67
name : {{ name }} - Publish to Internal Registry
68
68
agent :
69
69
type : Unity::VM
70
- image : package-ci/win10:v1.21.0-1103460
70
+ image : package-ci/win10:v4
71
71
flavor : b1.large
72
72
variables :
73
73
UPMCI_ENABLE_PACKAGE_SIGNING : 1
@@ -79,10 +79,10 @@ test_platforms:
79
79
paths :
80
80
- " upm-ci~/packages/*.tgz"
81
81
dependencies :
82
- - .yamato/postprocessing_publish .yml#{{ name }}_pack
82
+ - .yamato/_postprocessing_publish .yml#{{ name }}_pack
83
83
{% for editor in test_editors %}
84
84
{% for platform in test_platforms %}
85
- - .yamato/postprocessing_publish .yml#{{ name }}_test_{{ platform.name }}_{{ editor }}
85
+ - .yamato/_postprocessing_publish .yml#{{ name }}_test_{{ platform.name }}_{{ editor }}
86
86
{% endfor %}
87
87
{% endfor %}
88
88
@@ -91,7 +91,7 @@ test_platforms:
91
91
name : {{ name }} - Publish to Internal Registry [dry-run]
92
92
agent :
93
93
type : Unity::VM
94
- image : package-ci/win10:v1.21.0-1103460
94
+ image : package-ci/win10:v4
95
95
flavor : b1.large
96
96
variables :
97
97
UPMCI_ENABLE_PACKAGE_SIGNING : 1
@@ -103,9 +103,9 @@ test_platforms:
103
103
paths :
104
104
- " upm-ci~/packages/*.tgz"
105
105
dependencies :
106
- - .yamato/postprocessing_publish .yml#{{ name }}_pack
106
+ - .yamato/_postprocessing_publish .yml#{{ name }}_pack
107
107
{% for editor in test_editors %}
108
108
{% for platform in test_platforms %}
109
- - .yamato/postprocessing_publish .yml#{{ name }}_test_{{ platform.name }}_{{ editor }}
109
+ - .yamato/_postprocessing_publish .yml#{{ name }}_test_{{ platform.name }}_{{ editor }}
110
110
{% endfor %}
111
111
{% endfor %}
0 commit comments