Skip to content

Commit 57a8c11

Browse files
committed
Add ironic podified job to test IPA image
Depends-On: openstack-k8s-operators/ci-framework#1939 Signed-off-by: Chandan Kumar <[email protected]>
1 parent 5c351d6 commit 57a8c11

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

zuul.d/jobs.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@
77
- job:
88
name: eib-crc-podified-edpm-baremetal
99
parent: cifmw-crc-podified-edpm-baremetal
10+
dependencies: ["eib-content-provider-build-images"]
11+
12+
- job:
13+
name: eib-podified-multinode-ironic-deployment
14+
parent: podified-multinode-ironic-deployment
15+
dependencies: ["eib-content-provider-build-images"]
16+
vars:
17+
cifmw_update_containers_ipa_image_url: "{{ cifmw_build_images_output['images']['ironic-python-agent']['image'] }}"

zuul.d/projects.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
github-check:
55
jobs:
66
- eib-content-provider-build-images
7-
- eib-crc-podified-edpm-baremetal: &eib_content_provider
8-
dependencies:
9-
- eib-content-provider-build-images
7+
- eib-podified-multinode-ironic-deployment
8+
- eib-crc-podified-edpm-baremetal

0 commit comments

Comments
 (0)