File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -264,27 +264,15 @@ publish-adp-image-internal-fips:
264264display-image-tags :
265265 extends : [.build-common-variables]
266266 stage : build
267+ needs :
268+ - build-adp-image-internal
269+ - build-adp-image-fips-internal
270+ - publish-adp-image-internal
271+ - publish-adp-image-internal-fips
267272 rules :
268273 - if : !reference [.on_mq_branch, rules, if]
269274 when : never
270275 - when : on_success
271- needs :
272- - build-adp-image-internal
273- - build-adp-image-fips-internal
274- - job : publish-adp-image-internal
275- parallel :
276- matrix :
277- - ENABLE_NYDUS_PREVIEW : " true"
278- IMAGE_VERSION : tmpl-v5
279- - ENABLE_NYDUS_PREVIEW : " false"
280- IMAGE_VERSION : tmpl-v6
281- - job : publish-adp-image-internal-fips
282- parallel :
283- matrix :
284- - ENABLE_NYDUS_PREVIEW : " true"
285- IMAGE_VERSION : tmpl-v5
286- - ENABLE_NYDUS_PREVIEW : " false"
287- IMAGE_VERSION : tmpl-v6
288276 script :
289277 - |-
290278 cat <<EOF
You can’t perform that action at this time.
0 commit comments