@@ -16,6 +16,10 @@ auto-version:
1616 - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
1717 - upm-ci utils auto-version bump --package-path com.unity.render-pipelines.core --package-path com.unity.render-pipelines.universal --package-path com.unity.render-pipelines.high-definition --package-path com.unity.shadergraph --package-path com.unity.visualeffectgraph --package-path com.unity.render-pipelines.high-definition-config --package-path com.unity.render-pipelines.lightweight
1818 - upm-ci utils auto-version commit --push
19+ triggers :
20+ branches :
21+ only :
22+ - master
1923 artifacts :
2024 packages :
2125 paths :
@@ -30,6 +34,20 @@ publish_all_preview:
3034 - .yamato/_preview_publish.yml#publish_vfx
3135 - .yamato/_preview_publish.yml#publish_config
3236 - .yamato/_preview_publish.yml#publish_lwrp
37+ promote_all_preview :
38+ name : Promote all preview packages - nightly
39+ dependencies :
40+ - .yamato/_preview_publish.yml#promote_core
41+ - .yamato/_preview_publish.yml#promote_universal
42+ - .yamato/_preview_publish.yml#promote_hdrp
43+ - .yamato/_preview_publish.yml#promote_shadergraph
44+ - .yamato/_preview_publish.yml#promote_vfx
45+ - .yamato/_preview_publish.yml#promote_config
46+ - .yamato/_preview_publish.yml#promote_lwrp
47+ triggers :
48+ recurring :
49+ - branch : master
50+ frequency : daily
3351wait_for_nightly :
3452 name : Wait for nightly
3553 dependencies :
@@ -82,7 +100,10 @@ promote_core:
82100 variables :
83101 UPMCI_PROMOTION : 1
84102 dependencies :
103+ - .yamato/_preview_publish.yml#publish_core
85104 - .yamato/_packages.yml#pack_core
105+ - .yamato/_packages.yml#test_core_OSX_trunk
106+ - .yamato/_packages.yml#test_core_Win_trunk
86107 commands :
87108 - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
88109 - upm-ci package promote --package-path com.unity.render-pipelines.core
@@ -117,7 +138,10 @@ promote_universal:
117138 variables :
118139 UPMCI_PROMOTION : 1
119140 dependencies :
141+ - .yamato/_preview_publish.yml#publish_universal
120142 - .yamato/_packages.yml#pack_universal
143+ - .yamato/_packages.yml#test_universal_OSX_trunk
144+ - .yamato/_packages.yml#test_universal_Win_trunk
121145 commands :
122146 - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
123147 - upm-ci package promote --package-path com.unity.render-pipelines.universal
@@ -152,7 +176,10 @@ promote_hdrp:
152176 variables :
153177 UPMCI_PROMOTION : 1
154178 dependencies :
179+ - .yamato/_preview_publish.yml#publish_hdrp
155180 - .yamato/_packages.yml#pack_hdrp
181+ - .yamato/_packages.yml#test_hdrp_OSX_trunk
182+ - .yamato/_packages.yml#test_hdrp_Win_trunk
156183 commands :
157184 - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
158185 - upm-ci package promote --package-path com.unity.render-pipelines.high-definition
@@ -187,7 +214,10 @@ promote_shadergraph:
187214 variables :
188215 UPMCI_PROMOTION : 1
189216 dependencies :
217+ - .yamato/_preview_publish.yml#publish_shadergraph
190218 - .yamato/_packages.yml#pack_shadergraph
219+ - .yamato/_packages.yml#test_shadergraph_OSX_trunk
220+ - .yamato/_packages.yml#test_shadergraph_Win_trunk
191221 commands :
192222 - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
193223 - upm-ci package promote --package-path com.unity.shadergraph
@@ -222,7 +252,10 @@ promote_vfx:
222252 variables :
223253 UPMCI_PROMOTION : 1
224254 dependencies :
255+ - .yamato/_preview_publish.yml#publish_vfx
225256 - .yamato/_packages.yml#pack_vfx
257+ - .yamato/_packages.yml#test_vfx_OSX_trunk
258+ - .yamato/_packages.yml#test_vfx_Win_trunk
226259 commands :
227260 - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
228261 - upm-ci package promote --package-path com.unity.visualeffectgraph
@@ -257,7 +290,10 @@ promote_config:
257290 variables :
258291 UPMCI_PROMOTION : 1
259292 dependencies :
293+ - .yamato/_preview_publish.yml#publish_config
260294 - .yamato/_packages.yml#pack_config
295+ - .yamato/_packages.yml#test_config_OSX_trunk
296+ - .yamato/_packages.yml#test_config_Win_trunk
261297 commands :
262298 - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
263299 - upm-ci package promote --package-path com.unity.render-pipelines.high-definition-config
@@ -292,7 +328,10 @@ promote_lwrp:
292328 variables :
293329 UPMCI_PROMOTION : 1
294330 dependencies :
331+ - .yamato/_preview_publish.yml#publish_lwrp
295332 - .yamato/_packages.yml#pack_lwrp
333+ - .yamato/_packages.yml#test_lwrp_OSX_trunk
334+ - .yamato/_packages.yml#test_lwrp_Win_trunk
296335 commands :
297336 - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
298337 - upm-ci package promote --package-path com.unity.render-pipelines.lightweight
0 commit comments