|
| 1 | +- nodeset: |
| 2 | + name: bifrost-centos-10-stream |
| 3 | + nodes: |
| 4 | + - name: primary |
| 5 | + label: centos-10-stream-8GB |
| 6 | + |
1 | 7 | - job:
|
2 | 8 | name: bifrost-base
|
3 | 9 | parent: base
|
|
44 | 50 | parent: bifrost-integration-dhcp
|
45 | 51 | nodeset: ubuntu-jammy
|
46 | 52 |
|
| 53 | +- job: |
| 54 | + name: bifrost-integration-dhcp-centos-10 |
| 55 | + parent: bifrost-integration-dhcp |
| 56 | + nodeset: bifrost-centos-10-stream |
| 57 | + |
47 | 58 | - job:
|
48 | 59 | name: bifrost-integration-dibipa-debian
|
49 | 60 | parent: bifrost-integration
|
|
59 | 70 | parent: bifrost-integration-dibipa-debian
|
60 | 71 | nodeset: ubuntu-jammy
|
61 | 72 |
|
| 73 | +- job: |
| 74 | + name: bifrost-integration-dibipa-debian-centos-10 |
| 75 | + parent: bifrost-integration-dibipa-debian |
| 76 | + nodeset: bifrost-centos-10-stream |
| 77 | + |
62 | 78 | - job:
|
63 | 79 | name: bifrost-integration-tinyipa
|
64 | 80 | parent: bifrost-base
|
|
137 | 153 | enable_grub_network_boot: true
|
138 | 154 | test_driver: redfish
|
139 | 155 |
|
| 156 | +- job: |
| 157 | + name: bifrost-integration-tinyipa-centos-10 |
| 158 | + parent: bifrost-integration-tinyipa |
| 159 | + nodeset: bifrost-centos-10-stream |
| 160 | + |
| 161 | +- job: |
| 162 | + name: bifrost-integration-tinyipa-keystone-centos-10 |
| 163 | + parent: bifrost-integration-tinyipa-centos-10 |
| 164 | + required-projects: |
| 165 | + - openstack/keystone |
| 166 | + - openstack/ironic-prometheus-exporter |
| 167 | + vars: |
| 168 | + enable_keystone: true |
| 169 | + enable_tls: true |
| 170 | + test_driver: redfish |
| 171 | + enable_prometheus_exporter: true |
| 172 | + |
| 173 | +- job: |
| 174 | + name: bifrost-integration-inspector-centos-10 |
| 175 | + parent: bifrost-integration-tinyipa-centos-10 |
| 176 | + vars: |
| 177 | + use_inspector: true |
| 178 | + |
140 | 179 | - job:
|
141 | 180 | name: bifrost-integration-tinyipa-debian-bullseye
|
142 | 181 | parent: bifrost-integration-tinyipa
|
|
176 | 215 | parent: bifrost-upgrade
|
177 | 216 | nodeset: ubuntu-jammy
|
178 | 217 |
|
| 218 | +- job: |
| 219 | + name: bifrost-upgrade-keystone-centos-10 |
| 220 | + parent: bifrost-upgrade |
| 221 | + nodeset: bifrost-centos-10-stream |
| 222 | + required-projects: |
| 223 | + - openstack/keystone |
| 224 | + vars: |
| 225 | + enable_keystone: true |
| 226 | + noauth_mode: false |
| 227 | + |
179 | 228 | - job:
|
180 | 229 | name: bifrost-upgrade-keystone-ubuntu-noble
|
181 | 230 | parent: bifrost-upgrade
|
|
0 commit comments