diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index e366284f..cfb1ac25 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -12,6 +12,17 @@ - job: name: openstack-baremetal-operator-crc-podified-edpm-baremetal parent: cifmw-crc-podified-edpm-baremetal + +- job: + name: openstack-baremetal-operator-crc-podified-edpm-baremetal-bootc + parent: cifmw-crc-podified-edpm-baremetal-bootc + vars: + cifmw_update_containers: true + cifmw_update_containers_openstack: true + cifmw_update_containers_edpm_image_url: oci://quay.io/rabi/edpm-bootc:oci-test + cifmw_install_yamls_vars: + BAREMETAL_OS_IMG_TYPE: PassThrough + - job: name: openstack-baremetal-operator-edpm-baremetal-minor-update parent: cifmw-crc-podified-edpm-baremetal-minor-update diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 2821b20a..e6a4e565 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -9,6 +9,9 @@ - openstack-baremetal-operator-crc-podified-edpm-baremetal: dependencies: - openstack-baremetal-operator-content-provider + - openstack-baremetal-operator-crc-podified-edpm-baremetal-bootc: + dependencies: + - openstack-baremetal-operator-content-provider - openstack-baremetal-operator-edpm-baremetal-minor-update: dependencies: - openstack-baremetal-operator-content-provider