Skip to content

Commit 0d29d60

Browse files
authored
Removed CustomNoUpgrade for multi vCenter CI jobs. (#59174)
1 parent 44a9d14 commit 0d29d60

20 files changed

+531
-16
lines changed

ci-operator/config/openshift/cluster-control-plane-machine-set-operator/openshift-cluster-control-plane-machine-set-operator-main.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,23 @@ tests:
206206
requests:
207207
cpu: 100m
208208
workflow: openshift-e2e-vsphere-zones
209+
- as: e2e-vsphere-multi-vcenter-operator
210+
optional: true
211+
run_if_changed: pkg/machineproviders/providers/openshift/machine/v1beta1/.*|.*vsphere.*
212+
steps:
213+
cluster_profile: vsphere-elastic
214+
env:
215+
POOLS: vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-cicluster vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-1-cicluster-1
216+
vcenter-1.ci.ibmc.devcluster.openshift.com-cidatacenter-2-cicluster-3
217+
test:
218+
- as: test
219+
commands: |
220+
make e2e-presubmit
221+
from: src
222+
resources:
223+
requests:
224+
cpu: 100m
225+
workflow: openshift-e2e-vsphere-multi-vcenter
209226
- as: e2e-openstack-operator
210227
optional: true
211228
run_if_changed: pkg/machineproviders/providers/openshift/machine/v1beta1/.*|.*openstack.*

ci-operator/config/openshift/cluster-control-plane-machine-set-operator/openshift-cluster-control-plane-machine-set-operator-release-4.18.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,23 @@ tests:
206206
requests:
207207
cpu: 100m
208208
workflow: openshift-e2e-vsphere-zones
209+
- as: e2e-vsphere-multi-vcenter-operator
210+
optional: true
211+
run_if_changed: pkg/machineproviders/providers/openshift/machine/v1beta1/.*|.*vsphere.*
212+
steps:
213+
cluster_profile: vsphere-elastic
214+
env:
215+
POOLS: vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-cicluster vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-1-cicluster-1
216+
vcenter-1.ci.ibmc.devcluster.openshift.com-cidatacenter-2-cicluster-3
217+
test:
218+
- as: test
219+
commands: |
220+
make e2e-presubmit
221+
from: src
222+
resources:
223+
requests:
224+
cpu: 100m
225+
workflow: openshift-e2e-vsphere-multi-vcenter
209226
- as: e2e-openstack-operator
210227
optional: true
211228
run_if_changed: pkg/machineproviders/providers/openshift/machine/v1beta1/.*|.*openstack.*

ci-operator/config/openshift/cluster-control-plane-machine-set-operator/openshift-cluster-control-plane-machine-set-operator-release-4.19.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,23 @@ tests:
207207
requests:
208208
cpu: 100m
209209
workflow: openshift-e2e-vsphere-zones
210+
- as: e2e-vsphere-multi-vcenter-operator
211+
optional: true
212+
run_if_changed: pkg/machineproviders/providers/openshift/machine/v1beta1/.*|.*vsphere.*
213+
steps:
214+
cluster_profile: vsphere-elastic
215+
env:
216+
POOLS: vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-cicluster vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-1-cicluster-1
217+
vcenter-1.ci.ibmc.devcluster.openshift.com-cidatacenter-2-cicluster-3
218+
test:
219+
- as: test
220+
commands: |
221+
make e2e-presubmit
222+
from: src
223+
resources:
224+
requests:
225+
cpu: 100m
226+
workflow: openshift-e2e-vsphere-multi-vcenter
210227
- as: e2e-openstack-operator
211228
optional: true
212229
run_if_changed: pkg/machineproviders/providers/openshift/machine/v1beta1/.*|.*openstack.*

ci-operator/config/openshift/installer/openshift-installer-master.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,10 +823,9 @@ tests:
823823
steps:
824824
cluster_profile: vsphere-elastic
825825
env:
826-
FEATURE_GATES: '["VSphereMultiVCenters=true"]'
827-
FEATURE_SET: CustomNoUpgrade
828826
POOLS: vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-cicluster vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-1-cicluster-1
829827
vcenter-1.ci.ibmc.devcluster.openshift.com-cidatacenter-2-cicluster-3
828+
TEST_SKIPS: 'In-tree Volumes \[Driver: vsphere\]'
830829
workflow: openshift-e2e-vsphere-multi-vcenter
831830
timeout: 6h0m0s
832831
- always_run: false

ci-operator/config/openshift/installer/openshift-installer-master__altinfra.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,9 @@ tests:
452452
steps:
453453
cluster_profile: vsphere-elastic
454454
env:
455-
FEATURE_GATES: '["ClusterAPIInstall=true","VSphereMultiVCenters=true"]'
456-
FEATURE_SET: CustomNoUpgrade
457455
POOLS: vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-cicluster vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-1-cicluster-1
458456
vcenter-1.ci.ibmc.devcluster.openshift.com-cidatacenter-2-cicluster-3
457+
TEST_SKIPS: 'In-tree Volumes \[Driver: vsphere\]'
459458
workflow: openshift-e2e-vsphere-multi-vcenter
460459
timeout: 6h0m0s
461460
zz_generated_metadata:

ci-operator/config/openshift/installer/openshift-installer-release-4.18.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,10 +823,9 @@ tests:
823823
steps:
824824
cluster_profile: vsphere-elastic
825825
env:
826-
FEATURE_GATES: '["VSphereMultiVCenters=true"]'
827-
FEATURE_SET: CustomNoUpgrade
828826
POOLS: vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-cicluster vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-1-cicluster-1
829827
vcenter-1.ci.ibmc.devcluster.openshift.com-cidatacenter-2-cicluster-3
828+
TEST_SKIPS: 'In-tree Volumes \[Driver: vsphere\]'
830829
workflow: openshift-e2e-vsphere-multi-vcenter
831830
timeout: 6h0m0s
832831
- always_run: false

ci-operator/config/openshift/installer/openshift-installer-release-4.18__altinfra.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,9 @@ tests:
452452
steps:
453453
cluster_profile: vsphere-elastic
454454
env:
455-
FEATURE_GATES: '["ClusterAPIInstall=true","VSphereMultiVCenters=true"]'
456-
FEATURE_SET: CustomNoUpgrade
457455
POOLS: vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-cicluster vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-1-cicluster-1
458456
vcenter-1.ci.ibmc.devcluster.openshift.com-cidatacenter-2-cicluster-3
457+
TEST_SKIPS: 'In-tree Volumes \[Driver: vsphere\]'
459458
workflow: openshift-e2e-vsphere-multi-vcenter
460459
timeout: 6h0m0s
461460
zz_generated_metadata:

ci-operator/config/openshift/installer/openshift-installer-release-4.19.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,10 +824,9 @@ tests:
824824
steps:
825825
cluster_profile: vsphere-elastic
826826
env:
827-
FEATURE_GATES: '["VSphereMultiVCenters=true"]'
828-
FEATURE_SET: CustomNoUpgrade
829827
POOLS: vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-cicluster vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-1-cicluster-1
830828
vcenter-1.ci.ibmc.devcluster.openshift.com-cidatacenter-2-cicluster-3
829+
TEST_SKIPS: 'In-tree Volumes \[Driver: vsphere\]'
831830
workflow: openshift-e2e-vsphere-multi-vcenter
832831
timeout: 6h0m0s
833832
- always_run: false

ci-operator/config/openshift/installer/openshift-installer-release-4.19__altinfra.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,9 @@ tests:
453453
steps:
454454
cluster_profile: vsphere-elastic
455455
env:
456-
FEATURE_GATES: '["ClusterAPIInstall=true","VSphereMultiVCenters=true"]'
457-
FEATURE_SET: CustomNoUpgrade
458456
POOLS: vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-cicluster vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-1-cicluster-1
459457
vcenter-1.ci.ibmc.devcluster.openshift.com-cidatacenter-2-cicluster-3
458+
TEST_SKIPS: 'In-tree Volumes \[Driver: vsphere\]'
460459
workflow: openshift-e2e-vsphere-multi-vcenter
461460
timeout: 6h0m0s
462461
zz_generated_metadata:

ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-master.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,16 @@ tests:
204204
steps:
205205
cluster_profile: vsphere-elastic
206206
workflow: openshift-e2e-vsphere
207+
- as: e2e-vsphere-ovn-multi-vcenter
208+
optional: true
209+
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$|vsphere
210+
steps:
211+
cluster_profile: vsphere-elastic
212+
env:
213+
POOLS: vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-cicluster vcenter.ci.ibmc.devcluster.openshift.com-cidatacenter-1-cicluster-1
214+
vcenter-1.ci.ibmc.devcluster.openshift.com-cidatacenter-2-cicluster-3
215+
TEST_SKIPS: 'In-tree Volumes \[Driver: vsphere\]'
216+
workflow: openshift-e2e-vsphere-multi-vcenter
207217
- as: e2e-vsphere-operator
208218
optional: true
209219
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$|_test\.go$

0 commit comments

Comments
 (0)