Skip to content

Commit 83eeb04

Browse files
committed
WIP Add bootc passthrough baremetal CI job
Add a bootc EDPM baremetal job variant that reuses the normal content provider while switching the deployment to PassThrough with the direct bootc image. Depends-On: openstack-k8s-operators/install_yamls#1149 Change-Id: Icde760e7f271a95ef4e31cfff831c4657dd96ff9 Signed-off-by: rabi <ramishra@redhat.com>
1 parent 0565bc4 commit 83eeb04

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

zuul.d/jobs.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
- job:
1313
name: openstack-baremetal-operator-crc-podified-edpm-baremetal
1414
parent: cifmw-crc-podified-edpm-baremetal
15+
16+
- job:
17+
name: openstack-baremetal-operator-crc-podified-edpm-baremetal-bootc
18+
parent: cifmw-crc-podified-edpm-baremetal-bootc
19+
vars:
20+
cifmw_update_containers_edpm_image_url: quay.io/openstack-k8s-operators/edpm-bootc:latest
21+
cifmw_install_yamls_vars:
22+
BAREMETAL_OS_IMG_TYPE: PassThrough
23+
1524
- job:
1625
name: openstack-baremetal-operator-edpm-baremetal-minor-update
1726
parent: cifmw-crc-podified-edpm-baremetal-minor-update

zuul.d/projects.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
- openstack-baremetal-operator-crc-podified-edpm-baremetal:
1010
dependencies:
1111
- openstack-baremetal-operator-content-provider
12+
- openstack-baremetal-operator-crc-podified-edpm-baremetal-bootc:
13+
dependencies:
14+
- openstack-baremetal-operator-content-provider
1215
- openstack-baremetal-operator-edpm-baremetal-minor-update:
1316
dependencies:
1417
- openstack-baremetal-operator-content-provider

0 commit comments

Comments
 (0)