|
2 | 2 | - job: |
3 | 3 | name: eib-content-provider-build-images-cs9 |
4 | 4 | parent: content-provider-build-images-base |
| 5 | + timeout: 2700 |
| 6 | + vars: |
| 7 | + cifmw_edpm_build_images_bootc: true |
5 | 8 |
|
6 | 9 | - job: |
7 | 10 | name: eib-content-provider-build-images-cs10 |
8 | 11 | parent: content-provider-build-images-base |
9 | 12 | nodeset: centos-stream-10 |
| 13 | + timeout: 2700 |
10 | 14 | vars: |
11 | 15 | cifmw_repo_setup_dist_major_version: 10 |
12 | 16 | cifmw_repo_setup_branch: master |
13 | 17 | cifmw_repo_setup_promotion: current |
14 | 18 | cifmw_edpm_build_images_base_image: quay.io/centos/centos:stream10-minimal |
| 19 | + cifmw_edpm_build_images_bootc: true |
| 20 | + cifmw_edpm_build_images_bootc_base_image: quay.io/centos-bootc/centos-bootc:stream10 |
15 | 21 |
|
16 | 22 | - job: |
17 | 23 | name: eib-crc-podified-edpm-baremetal |
|
33 | 39 | pre-run: |
34 | 40 | - playbooks/pre-deploy-cs10-bootstrap.yml |
35 | 41 |
|
| 42 | +- job: |
| 43 | + name: eib-crc-podified-edpm-baremetal-bootc |
| 44 | + parent: cifmw-crc-podified-edpm-baremetal-bootc |
| 45 | + dependencies: ["eib-content-provider-build-images-cs9"] |
| 46 | + vars: |
| 47 | + cifmw_update_containers_openstack: true |
| 48 | + cifmw_install_yamls_vars: |
| 49 | + BAREMETAL_OS_IMG: edpm-bootc.qcow2 |
| 50 | + |
| 51 | +- job: |
| 52 | + name: eib-crc-podified-edpm-baremetal-bootc-cs10 |
| 53 | + parent: cifmw-crc-podified-edpm-baremetal-bootc |
| 54 | + dependencies: ["eib-content-provider-build-images-cs10"] |
| 55 | + vars: |
| 56 | + cifmw_update_containers_openstack: true |
| 57 | + cifmw_install_yamls_vars: |
| 58 | + BAREMETAL_OS_IMG: edpm-bootc.qcow2 |
| 59 | + cifmw_install_yamls_vars_patch_cs10: |
| 60 | + dataplane_repo_setup_repo: current |
| 61 | + dataplane_repo_setup_branch: master |
| 62 | + |
36 | 63 | - job: |
37 | 64 | name: eib-podified-multinode-ironic-deployment |
38 | 65 | parent: podified-multinode-ironic-deployment |
|
0 commit comments