Skip to content

Commit bd7dddd

Browse files
test
1 parent f5ad247 commit bd7dddd

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

.gitlab/build.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,20 @@ display-image-tags:
271271
needs:
272272
- build-adp-image-internal
273273
- build-adp-image-fips-internal
274-
- publish-adp-image-internal
275-
- publish-adp-image-internal-fips
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
276288
script:
277289
- |-
278290
cat <<EOF

0 commit comments

Comments
 (0)