|
3 | 3 | # nodeset and an ansible-controller. |
4 | 4 | - job: |
5 | 5 | name: cifmw-adoption-base |
6 | | - parent: base-extracted-crc |
| 6 | + parent: base-crc-cloud |
7 | 7 | abstract: true |
8 | 8 | timeout: 14400 |
9 | 9 | attempts: 1 |
10 | | - nodeset: centos-9-rhel-9-2-crc-extracted-2-39-0-3xl |
| 10 | + nodeset: centos-9-rhel-9-2-crc-cloud-ocp-4-18-1-3xl |
11 | 11 | roles: |
12 | 12 | - zuul: github.com/openstack-k8s-operators/ci-framework |
13 | 13 | pre-run: |
|
19 | 19 | - ci/playbooks/collect-logs.yml |
20 | 20 | - ci/playbooks/multinode-autohold.yml |
21 | 21 | vars: &adoption_vars |
| 22 | + enable_ramdisk: true |
22 | 23 | osp_17_repos: |
23 | 24 | - rhel-9-for-x86_64-baseos-eus-rpms |
24 | 25 | - rhel-9-for-x86_64-appstream-eus-rpms |
|
198 | 199 |
|
199 | 200 | - job: |
200 | 201 | name: cifmw-adoption-base-source-multinode |
201 | | - parent: base-extracted-crc |
| 202 | + parent: base-crc-cloud |
202 | 203 | abstract: true |
203 | 204 | timeout: 14400 |
204 | 205 | attempts: 1 |
|
214 | 215 | - ci/playbooks/collect-logs.yml |
215 | 216 | - ci/playbooks/multinode-autohold.yml |
216 | 217 | vars: |
| 218 | + enable_ramdisk: true |
217 | 219 | <<: *adoption_vars |
218 | 220 | crc_ci_bootstrap_networking: |
219 | 221 | networks: &multinode_networks |
|
406 | 408 |
|
407 | 409 | - job: |
408 | 410 | name: cifmw-adoption-base-source-multinode-novacells |
409 | | - parent: base-extracted-crc |
| 411 | + parent: base-crc-cloud |
410 | 412 | abstract: true |
411 | 413 | voting: false |
412 | 414 | timeout: 14400 |
|
417 | 419 | pre-run: *multinode-prerun |
418 | 420 | post-run: *multinode-postrun |
419 | 421 | vars: |
| 422 | + enable_ramdisk: true |
420 | 423 | <<: *adoption_vars |
421 | 424 | crc_ci_bootstrap_networking: |
422 | 425 | networks: *multinode_networks |
|
491 | 494 |
|
492 | 495 | - job: |
493 | 496 | name: cifmw-adoption-base-multinode-networker |
494 | | - parent: base-extracted-crc |
| 497 | + parent: base-crc-cloud |
495 | 498 | abstract: true |
496 | 499 | attempts: 1 |
497 | 500 | roles: *multinode-roles |
498 | 501 | pre-run: *multinode-prerun |
499 | 502 | post-run: *multinode-postrun |
500 | 503 | vars: |
| 504 | + enable_ramdisk: true |
501 | 505 | <<: *adoption_vars |
502 | 506 | crc_ci_bootstrap_networking: |
503 | 507 | networks: *multinode_networks |
|
0 commit comments