55package_pack_-_postprocessing :
66 name : Package Pack - postprocessing
77 agent :
8- image : package-ci/ubuntu-20 .04:default
8+ image : package-ci/ubuntu-22 .04:v4
99 type : Unity::VM
1010 flavor : b1.large
1111 commands :
@@ -24,5 +24,205 @@ package_pack_-_postprocessing:
2424 UPMCI_ACK_LARGE_PACKAGE : 1
2525 metadata :
2626 Job Maintainers : ' #rm-packageworks'
27- Wrench : 1.4.3.0
27+ Wrench : 2.1.1.0
28+
29+ # Pack Scriptable Render Pipeline Core
30+ package_pack_-_render-pipelines_core :
31+ name : Package Pack - render-pipelines.core
32+ agent :
33+ image : package-ci/ubuntu-22.04:v4
34+ type : Unity::VM
35+ flavor : b1.large
36+ commands :
37+ - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
38+ timeout : 20
39+ retries : 10
40+ - command : upm-ci package pack --package-path Packages/com.unity.render-pipelines.core
41+ - command : cp upm-ci~/packages/packages.json upm-ci~/packages/com.unity.render-pipelines.core_packages.json
42+ after :
43+ - command : bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
44+ artifacts :
45+ packages :
46+ paths :
47+ - upm-ci~/packages/**/*
48+ variables :
49+ UPMCI_ACK_LARGE_PACKAGE : 1
50+ metadata :
51+ Job Maintainers : ' #rm-packageworks'
52+ Wrench : 2.1.1.0
53+
54+ # Pack High Definition Render Pipeline
55+ package_pack_-_render-pipelines_high-definition :
56+ name : Package Pack - render-pipelines.high-definition
57+ agent :
58+ image : package-ci/ubuntu-22.04:v4
59+ type : Unity::VM
60+ flavor : b1.large
61+ commands :
62+ - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
63+ timeout : 20
64+ retries : 10
65+ - command : upm-ci package pack --package-path Packages/com.unity.render-pipelines.high-definition
66+ - command : cp upm-ci~/packages/packages.json upm-ci~/packages/com.unity.render-pipelines.high-definition_packages.json
67+ after :
68+ - command : bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
69+ artifacts :
70+ packages :
71+ paths :
72+ - upm-ci~/packages/**/*
73+ variables :
74+ UPMCI_ACK_LARGE_PACKAGE : 1
75+ metadata :
76+ Job Maintainers : ' #rm-packageworks'
77+ Wrench : 2.1.1.0
78+
79+ # Pack High Definition Render Pipeline Config
80+ package_pack_-_render-pipelines_high-definition-config :
81+ name : Package Pack - render-pipelines.high-definition-config
82+ agent :
83+ image : package-ci/ubuntu-22.04:v4
84+ type : Unity::VM
85+ flavor : b1.large
86+ commands :
87+ - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
88+ timeout : 20
89+ retries : 10
90+ - command : upm-ci package pack --package-path Packages/com.unity.render-pipelines.high-definition-config
91+ - command : cp upm-ci~/packages/packages.json upm-ci~/packages/com.unity.render-pipelines.high-definition-config_packages.json
92+ after :
93+ - command : bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
94+ artifacts :
95+ packages :
96+ paths :
97+ - upm-ci~/packages/**/*
98+ variables :
99+ UPMCI_ACK_LARGE_PACKAGE : 1
100+ metadata :
101+ Job Maintainers : ' #rm-packageworks'
102+ Wrench : 2.1.1.0
103+
104+ # Pack Universal Render Pipeline
105+ package_pack_-_render-pipelines_universal :
106+ name : Package Pack - render-pipelines.universal
107+ agent :
108+ image : package-ci/ubuntu-22.04:v4
109+ type : Unity::VM
110+ flavor : b1.large
111+ commands :
112+ - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
113+ timeout : 20
114+ retries : 10
115+ - command : upm-ci package pack --package-path Packages/com.unity.render-pipelines.universal
116+ - command : cp upm-ci~/packages/packages.json upm-ci~/packages/com.unity.render-pipelines.universal_packages.json
117+ after :
118+ - command : bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
119+ artifacts :
120+ packages :
121+ paths :
122+ - upm-ci~/packages/**/*
123+ variables :
124+ UPMCI_ACK_LARGE_PACKAGE : 1
125+ metadata :
126+ Job Maintainers : ' #rm-packageworks'
127+ Wrench : 2.1.1.0
128+
129+ # Pack Universal Render Pipeline Config
130+ package_pack_-_render-pipelines_universal-config :
131+ name : Package Pack - render-pipelines.universal-config
132+ agent :
133+ image : package-ci/ubuntu-22.04:v4
134+ type : Unity::VM
135+ flavor : b1.large
136+ commands :
137+ - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
138+ timeout : 20
139+ retries : 10
140+ - command : upm-ci package pack --package-path Packages/com.unity.render-pipelines.universal-config
141+ - command : cp upm-ci~/packages/packages.json upm-ci~/packages/com.unity.render-pipelines.universal-config_packages.json
142+ after :
143+ - command : bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
144+ artifacts :
145+ packages :
146+ paths :
147+ - upm-ci~/packages/**/*
148+ variables :
149+ UPMCI_ACK_LARGE_PACKAGE : 1
150+ metadata :
151+ Job Maintainers : ' #rm-packageworks'
152+ Wrench : 2.1.1.0
153+
154+ # Pack Shader Analysis
155+ package_pack_-_shaderanalysis :
156+ name : Package Pack - shaderanalysis
157+ agent :
158+ image : package-ci/ubuntu-22.04:v4
159+ type : Unity::VM
160+ flavor : b1.large
161+ commands :
162+ - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
163+ timeout : 20
164+ retries : 10
165+ - command : upm-ci package pack --package-path Packages/com.unity.shaderanalysis
166+ - command : cp upm-ci~/packages/packages.json upm-ci~/packages/com.unity.shaderanalysis_packages.json
167+ after :
168+ - command : bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
169+ artifacts :
170+ packages :
171+ paths :
172+ - upm-ci~/packages/**/*
173+ variables :
174+ UPMCI_ACK_LARGE_PACKAGE : 1
175+ metadata :
176+ Job Maintainers : ' #rm-packageworks'
177+ Wrench : 2.1.1.0
178+
179+ # Pack Shader Graph
180+ package_pack_-_shadergraph :
181+ name : Package Pack - shadergraph
182+ agent :
183+ image : package-ci/ubuntu-22.04:v4
184+ type : Unity::VM
185+ flavor : b1.large
186+ commands :
187+ - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
188+ timeout : 20
189+ retries : 10
190+ - command : upm-ci package pack --package-path Packages/com.unity.shadergraph
191+ - command : cp upm-ci~/packages/packages.json upm-ci~/packages/com.unity.shadergraph_packages.json
192+ after :
193+ - command : bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
194+ artifacts :
195+ packages :
196+ paths :
197+ - upm-ci~/packages/**/*
198+ variables :
199+ UPMCI_ACK_LARGE_PACKAGE : 1
200+ metadata :
201+ Job Maintainers : ' #rm-packageworks'
202+ Wrench : 2.1.1.0
203+
204+ # Pack Visual Effect Graph
205+ package_pack_-_visualeffectgraph :
206+ name : Package Pack - visualeffectgraph
207+ agent :
208+ image : package-ci/ubuntu-22.04:v4
209+ type : Unity::VM
210+ flavor : b1.large
211+ commands :
212+ - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
213+ timeout : 20
214+ retries : 10
215+ - command : upm-ci package pack --package-path Packages/com.unity.visualeffectgraph
216+ - command : cp upm-ci~/packages/packages.json upm-ci~/packages/com.unity.visualeffectgraph_packages.json
217+ after :
218+ - command : bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
219+ artifacts :
220+ packages :
221+ paths :
222+ - upm-ci~/packages/**/*
223+ variables :
224+ UPMCI_ACK_LARGE_PACKAGE : 1
225+ metadata :
226+ Job Maintainers : ' #rm-packageworks'
227+ Wrench : 2.1.1.0
28228
0 commit comments