Skip to content

Commit b9764e6

Browse files
committed
gcp custom endpoint without feature gate
1 parent c8c1b3d commit b9764e6

File tree

4 files changed

+2
-21
lines changed

4 files changed

+2
-21
lines changed

ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.21__multi-nightly.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2068,8 +2068,6 @@ tests:
20682068
steps:
20692069
cluster_profile: gcp-qe
20702070
env:
2071-
FEATURE_GATES: '["GCPCustomAPIEndpointsInstall=true"]'
2072-
FEATURE_SET: CustomNoUpgrade
20732071
GCP_INSTALL_USE_MINIMAL_PERMISSIONS: "yes"
20742072
test:
20752073
- chain: openshift-e2e-test-qe-destructive
@@ -2079,8 +2077,6 @@ tests:
20792077
steps:
20802078
cluster_profile: gcp-qe
20812079
env:
2082-
FEATURE_GATES: '["GCPCustomAPIEndpointsInstall=true"]'
2083-
FEATURE_SET: CustomNoUpgrade
20842080
GCP_INSTALL_USE_MINIMAL_PERMISSIONS: "yes"
20852081
OCP_ARCH: arm64
20862082
test:
@@ -2095,8 +2091,6 @@ tests:
20952091
CONTROL_PLANE_SERVICE_ACCOUNT: jiwei-control-plane-sa@openshift-qe.iam.gserviceaccount.com
20962092
ENABLE_MIN_PERMISSION_FOR_STS: "true"
20972093
EXTRACT_MANIFEST_INCLUDED: "true"
2098-
FEATURE_GATES: '["GCPCustomAPIEndpointsInstall=true"]'
2099-
FEATURE_SET: CustomNoUpgrade
21002094
GCP_CCO_MANUAL_USE_MINIMAL_PERMISSIONS: "yes"
21012095
test:
21022096
- chain: openshift-e2e-test-qe-destructive
@@ -2110,8 +2104,6 @@ tests:
21102104
CONTROL_PLANE_SERVICE_ACCOUNT: jiwei-control-plane-sa@openshift-qe.iam.gserviceaccount.com
21112105
ENABLE_MIN_PERMISSION_FOR_STS: "true"
21122106
EXTRACT_MANIFEST_INCLUDED: "true"
2113-
FEATURE_GATES: '["GCPCustomAPIEndpointsInstall=true"]'
2114-
FEATURE_SET: CustomNoUpgrade
21152107
GCP_CCO_MANUAL_USE_MINIMAL_PERMISSIONS: "yes"
21162108
OCP_ARCH: arm64
21172109
test:

ci-operator/config/openshift/verification-tests/openshift-verification-tests-main__installation-nightly-4.21.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,8 +1066,6 @@ tests:
10661066
env:
10671067
COMPUTE_SERVICE_ACCOUNT: jiwei-worker-sa@openshift-qe.iam.gserviceaccount.com
10681068
CONTROL_PLANE_SERVICE_ACCOUNT: jiwei-control-plane-sa@openshift-qe.iam.gserviceaccount.com
1069-
FEATURE_GATES: '["GCPCustomAPIEndpointsInstall=true"]'
1070-
FEATURE_SET: CustomNoUpgrade
10711069
GCP_CCO_MANUAL_USE_MINIMAL_PERMISSIONS: "yes"
10721070
test:
10731071
- ref: cucushift-installer-check-cluster-health

ci-operator/config/openshift/verification-tests/openshift-verification-tests-main__installer-rehearse-4.21.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,9 @@ tests:
8787
steps:
8888
allow_skip_on_success: true
8989
cluster_profile: gcp-qe
90-
dependencies:
91-
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-latest
9290
env:
93-
FEATURE_GATES: '["GCPCustomAPIEndpointsInstall=true"]'
94-
FEATURE_SET: CustomNoUpgrade
9591
GCP_INSTALL_USE_MINIMAL_PERMISSIONS: "yes"
96-
SLEEP_DURATION: 10m
97-
post:
98-
- ref: cucushift-installer-wait
99-
- chain: cucushift-installer-rehearse-gcp-ipi-custom-endpoints-deprovision
100-
pre:
101-
- chain: cucushift-installer-rehearse-gcp-ipi-custom-endpoints-provision
92+
workflow: cucushift-installer-rehearse-gcp-ipi-custom-endpoints
10293
- as: installer-rehearse-gcp-proxy
10394
cron: '@yearly'
10495
steps:

ci-operator/step-registry/cucushift/installer/rehearse/gcp/ipi/custom-endpoints/proxy/whitelist/deprovision/cucushift-installer-rehearse-gcp-ipi-custom-endpoints-proxy-whitelist-deprovision-chain.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ chain:
55
- chain: gather-core-dump
66
- ref: gather-gcp-console
77
- chain: gather
8-
- ref: gather-proxy
98
- ref: ipi-deprovision-deprovision-in-bastion
9+
- ref: gather-proxy
1010
- ref: gcp-deprovision-custom-endpoints
1111
- ref: gcp-deprovision-bastionhost
1212
- ref: gcp-deprovision-vpc

0 commit comments

Comments
 (0)