Skip to content

Commit d75c01b

Browse files
mhuindanpawlik
authored andcommitted
Remove.*-ibm nodesets
the ibm clouds are decommissioned today, jobs running on resources exclusive to these clouds will fail.
1 parent 10121fb commit d75c01b

4 files changed

Lines changed: 27 additions & 89 deletions

File tree

ci/config/molecule.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
timeout: 3600
1212
- job:
1313
name: cifmw-molecule-openshift_login
14-
nodeset: centos-9-crc-2-48-0-xl-ibm
14+
nodeset: centos-9-crc-2-48-0-xl
1515
- job:
1616
name: cifmw-molecule-openshift_provisioner_node
17-
nodeset: centos-9-crc-2-48-0-xl-ibm
17+
nodeset: centos-9-crc-2-48-0-xl
1818
- job:
1919
name: cifmw-molecule-openshift_setup
20-
nodeset: centos-9-crc-2-48-0-xl-ibm
20+
nodeset: centos-9-crc-2-48-0-xl
2121
- job:
2222
name: cifmw-molecule-rhol_crc
23-
nodeset: centos-9-crc-2-48-0-xxl-ibm
23+
nodeset: centos-9-crc-2-48-0-xxl
2424
timeout: 5400
2525
- job:
2626
name: cifmw-molecule-operator_deploy
@@ -48,13 +48,13 @@
4848
- job:
4949
name: cifmw-molecule-install_openstack_ca
5050
parent: cifmw-molecule-base-crc
51-
nodeset: centos-9-crc-2-48-0-3xl-ibm
51+
nodeset: centos-9-crc-2-48-0-3xl
5252
timeout: 5400
5353
extra-vars:
5454
crc_parameters: "--memory 29000 --disk-size 100 --cpus 8"
5555
- job:
5656
name: cifmw-molecule-reproducer
57-
nodeset: centos-9-crc-2-48-0-xxl-ibm
57+
nodeset: centos-9-crc-2-48-0-xxl
5858
timeout: 5400
5959
files:
6060
- ^roles/dnsmasq/.*
@@ -65,10 +65,10 @@
6565
- ^roles/rhol_crc/.*
6666
- job:
6767
name: cifmw-molecule-cert_manager
68-
nodeset: centos-9-crc-2-48-0-xxl-ibm
68+
nodeset: centos-9-crc-2-48-0-xxl
6969
- job:
7070
name: cifmw-molecule-env_op_images
71-
nodeset: centos-9-crc-2-48-0-xl-ibm
71+
nodeset: centos-9-crc-2-48-0-xl
7272
- job:
7373
name: cifmw_molecule-pkg_build
7474
files:
@@ -85,22 +85,22 @@
8585
- ^roles/repo_setup/.*
8686
- job:
8787
name: cifmw-molecule-manage_secrets
88-
nodeset: centos-9-crc-2-48-0-xl-ibm
88+
nodeset: centos-9-crc-2-48-0-xl
8989
- job:
9090
name: cifmw-molecule-ci_local_storage
91-
nodeset: centos-9-crc-2-48-0-xl-ibm
91+
nodeset: centos-9-crc-2-48-0-xl
9292
- job:
9393
name: cifmw-molecule-networking_mapper
9494
nodeset: 4x-centos-9-medium
9595
- job:
9696
name: cifmw-molecule-openshift_obs
97-
nodeset: centos-9-crc-2-48-0-xxl-ibm
97+
nodeset: centos-9-crc-2-48-0-xxl
9898
- job:
9999
name: cifmw-molecule-sushy_emulator
100-
nodeset: centos-9-crc-2-48-0-xl-ibm
100+
nodeset: centos-9-crc-2-48-0-xl
101101
- job:
102102
name: cifmw-molecule-shiftstack
103-
nodeset: centos-9-crc-2-48-0-xl-ibm
103+
nodeset: centos-9-crc-2-48-0-xl
104104
- job:
105105
name: cifmw-molecule-tofu
106106
nodeset: centos-9-crc-2-48-0-xl

zuul.d/molecule-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# one, and be listed in the "molecule.yaml" file.
33
- job:
44
name: cifmw-molecule-base
5-
nodeset: centos-stream-9-ibm
5+
nodeset: centos-stream-9
66
parent: base-ci-framework
77
semaphore: semaphore-molecule
88
provides:

zuul.d/molecule.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
- ^ci/playbooks/molecule.*
5353
- ^.config/molecule/.*
5454
name: cifmw-molecule-cert_manager
55-
nodeset: centos-9-crc-2-48-0-xxl-ibm
55+
nodeset: centos-9-crc-2-48-0-xxl
5656
parent: cifmw-molecule-base
5757
vars:
5858
TEST_RUN: cert_manager
@@ -77,7 +77,7 @@
7777
- ^ci/playbooks/molecule.*
7878
- ^.config/molecule/.*
7979
name: cifmw-molecule-ci_local_storage
80-
nodeset: centos-9-crc-2-48-0-xl-ibm
80+
nodeset: centos-9-crc-2-48-0-xl
8181
parent: cifmw-molecule-base
8282
vars:
8383
TEST_RUN: ci_local_storage
@@ -386,7 +386,7 @@
386386
- ^ci/playbooks/molecule.*
387387
- ^.config/molecule/.*
388388
name: cifmw-molecule-env_op_images
389-
nodeset: centos-9-crc-2-48-0-xl-ibm
389+
nodeset: centos-9-crc-2-48-0-xl
390390
parent: cifmw-molecule-base
391391
vars:
392392
TEST_RUN: env_op_images
@@ -444,7 +444,7 @@
444444
- ^ci/playbooks/molecule.*
445445
- ^.config/molecule/.*
446446
name: cifmw-molecule-install_openstack_ca
447-
nodeset: centos-9-crc-2-48-0-3xl-ibm
447+
nodeset: centos-9-crc-2-48-0-3xl
448448
parent: cifmw-molecule-base-crc
449449
timeout: 5400
450450
vars:
@@ -496,7 +496,7 @@
496496
- ^ci/playbooks/molecule.*
497497
- ^.config/molecule/.*
498498
name: cifmw-molecule-manage_secrets
499-
nodeset: centos-9-crc-2-48-0-xl-ibm
499+
nodeset: centos-9-crc-2-48-0-xl
500500
parent: cifmw-molecule-base
501501
vars:
502502
TEST_RUN: manage_secrets
@@ -542,7 +542,7 @@
542542
- ^ci/playbooks/molecule.*
543543
- ^.config/molecule/.*
544544
name: cifmw-molecule-openshift_login
545-
nodeset: centos-9-crc-2-48-0-xl-ibm
545+
nodeset: centos-9-crc-2-48-0-xl
546546
parent: cifmw-molecule-base
547547
vars:
548548
TEST_RUN: openshift_login
@@ -554,7 +554,7 @@
554554
- ^ci/playbooks/molecule.*
555555
- ^.config/molecule/.*
556556
name: cifmw-molecule-openshift_obs
557-
nodeset: centos-9-crc-2-48-0-xxl-ibm
557+
nodeset: centos-9-crc-2-48-0-xxl
558558
parent: cifmw-molecule-base
559559
timeout: 3600
560560
vars:
@@ -567,7 +567,7 @@
567567
- ^ci/playbooks/molecule.*
568568
- ^.config/molecule/.*
569569
name: cifmw-molecule-openshift_provisioner_node
570-
nodeset: centos-9-crc-2-48-0-xl-ibm
570+
nodeset: centos-9-crc-2-48-0-xl
571571
parent: cifmw-molecule-base
572572
vars:
573573
TEST_RUN: openshift_provisioner_node
@@ -579,7 +579,7 @@
579579
- ^ci/playbooks/molecule.*
580580
- ^.config/molecule/.*
581581
name: cifmw-molecule-openshift_setup
582-
nodeset: centos-9-crc-2-48-0-xl-ibm
582+
nodeset: centos-9-crc-2-48-0-xl
583583
parent: cifmw-molecule-base
584584
vars:
585585
TEST_RUN: openshift_setup
@@ -708,7 +708,7 @@
708708
- ^roles/sushy_emulator/.*
709709
- ^roles/rhol_crc/.*
710710
name: cifmw-molecule-reproducer
711-
nodeset: centos-9-crc-2-48-0-xxl-ibm
711+
nodeset: centos-9-crc-2-48-0-xxl
712712
parent: cifmw-molecule-base
713713
timeout: 5400
714714
vars:
@@ -721,7 +721,7 @@
721721
- ^ci/playbooks/molecule.*
722722
- ^.config/molecule/.*
723723
name: cifmw-molecule-rhol_crc
724-
nodeset: centos-9-crc-2-48-0-xxl-ibm
724+
nodeset: centos-9-crc-2-48-0-xxl
725725
parent: cifmw-molecule-base
726726
timeout: 5400
727727
vars:
@@ -756,7 +756,7 @@
756756
- ^ci/playbooks/molecule.*
757757
- ^.config/molecule/.*
758758
name: cifmw-molecule-shiftstack
759-
nodeset: centos-9-crc-2-48-0-xl-ibm
759+
nodeset: centos-9-crc-2-48-0-xl
760760
parent: cifmw-molecule-base
761761
vars:
762762
TEST_RUN: shiftstack
@@ -779,7 +779,7 @@
779779
- ^ci/playbooks/molecule.*
780780
- ^.config/molecule/.*
781781
name: cifmw-molecule-sushy_emulator
782-
nodeset: centos-9-crc-2-48-0-xl-ibm
782+
nodeset: centos-9-crc-2-48-0-xl
783783
parent: cifmw-molecule-base
784784
vars:
785785
TEST_RUN: sushy_emulator

zuul.d/nodeset.yaml

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@
2727
- name: peers
2828
nodes: []
2929

30-
- nodeset:
31-
name: centos-stream-9-ibm
32-
nodes:
33-
- name: controller
34-
label: cloud-centos-9-stream-tripleo-ibm
35-
groups:
36-
- name: switch
37-
nodes:
38-
- controller
39-
- name: peers
40-
nodes: []
41-
4230
- nodeset:
4331
name: 4x-centos-9-medium
4432
nodes:
@@ -423,31 +411,6 @@
423411
- name: controller
424412
label: centos-9-stream-crc-2-48-0-xl
425413

426-
### Molecule jobs - force use IBM hosts ###
427-
- nodeset:
428-
name: centos-9-crc-2-48-0-xl-ibm
429-
nodes:
430-
- name: controller
431-
label: centos-9-stream-crc-2-48-0-xl-ibm
432-
433-
- nodeset:
434-
name: centos-9-crc-2-48-0-xxl-ibm
435-
nodes:
436-
- name: controller
437-
label: centos-9-stream-crc-2-48-0-xxl-ibm
438-
439-
- nodeset:
440-
name: centos-9-crc-2-48-0-3xl-ibm
441-
nodes:
442-
- name: controller
443-
label: centos-9-stream-crc-2-48-0-3xl-ibm
444-
445-
- nodeset:
446-
name: centos-9-crc-2-48-0-6xlarge-ibm
447-
nodes:
448-
- name: controller
449-
label: centos-9-stream-crc-2-48-0-6xlarge-ibm
450-
451414
#
452415
# CRC CLOUD (OCP 4.20) (CRC 2.56.0) nodesets
453416
#
@@ -771,28 +734,3 @@
771734
nodes:
772735
- name: controller
773736
label: centos-9-stream-crc-2-56-0-xl
774-
775-
### Molecule jobs - force use IBM hosts ###
776-
- nodeset:
777-
name: centos-9-crc-2-56-0-xl-ibm
778-
nodes:
779-
- name: controller
780-
label: centos-9-stream-crc-2-56-0-xl-ibm
781-
782-
- nodeset:
783-
name: centos-9-crc-2-56-0-xxl-ibm
784-
nodes:
785-
- name: controller
786-
label: centos-9-stream-crc-2-56-0-xxl-ibm
787-
788-
- nodeset:
789-
name: centos-9-crc-2-56-0-3xl-ibm
790-
nodes:
791-
- name: controller
792-
label: centos-9-stream-crc-2-56-0-3xl-ibm
793-
794-
- nodeset:
795-
name: centos-9-crc-2-56-0-6xlarge-ibm
796-
nodes:
797-
- name: controller
798-
label: centos-9-stream-crc-2-56-0-6xlarge-ibm

0 commit comments

Comments
 (0)