From fc90d9f3bc366e64affc568107790cb83e58a61a Mon Sep 17 00:00:00 2001 From: Aman Shrivastava Date: Thu, 9 Jan 2025 17:53:43 +0530 Subject: [PATCH] Remove power-edge-router flag from CI jobs following default transit gateway change in openshift/hypershift --- .../hypershift-hostedcluster-create-hostedcluster-commands.sh | 1 - .../hypershift-hostedcluster-destroy-hostedcluster-commands.sh | 1 - .../powervs/run-e2e/hypershift-powervs-run-e2e-chain.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/ci-operator/step-registry/hypershift/hostedcluster/create/hostedcluster/hypershift-hostedcluster-create-hostedcluster-commands.sh b/ci-operator/step-registry/hypershift/hostedcluster/create/hostedcluster/hypershift-hostedcluster-create-hostedcluster-commands.sh index 632739c54bd4..5c3bc132cd65 100755 --- a/ci-operator/step-registry/hypershift/hostedcluster/create/hostedcluster/hypershift-hostedcluster-create-hostedcluster-commands.sh +++ b/ci-operator/step-registry/hypershift/hostedcluster/create/hostedcluster/hypershift-hostedcluster-create-hostedcluster-commands.sh @@ -153,7 +153,6 @@ case "${PLATFORM}" in --processors ${POWERVS_PROCESSORS} \ --cloud-instance-id ${POWERVS_GUID} \ --vpc ${POWERVS_VPC} \ - --power-edge-router true \ --transit-gateway ${POWERVS_TRANSIT_GATEWAY} \ --transit-gateway-location ${TRANSIT_GATEWAY_LOCATION} \ --annotations "prow.k8s.io/job=${JOB_NAME}" \ diff --git a/ci-operator/step-registry/hypershift/hostedcluster/destroy/hostedcluster/hypershift-hostedcluster-destroy-hostedcluster-commands.sh b/ci-operator/step-registry/hypershift/hostedcluster/destroy/hostedcluster/hypershift-hostedcluster-destroy-hostedcluster-commands.sh index ce2b7d6b88fd..93b8bbd01888 100755 --- a/ci-operator/step-registry/hypershift/hostedcluster/destroy/hostedcluster/hypershift-hostedcluster-destroy-hostedcluster-commands.sh +++ b/ci-operator/step-registry/hypershift/hostedcluster/destroy/hostedcluster/hypershift-hostedcluster-destroy-hostedcluster-commands.sh @@ -110,7 +110,6 @@ elif [[ "${PLATFORM}" == "powervs" ]]; then --base-domain ${HYPERSHIFT_BASE_DOMAIN} \ --cloud-instance-id ${POWERVS_GUID} \ --vpc ${POWERVS_VPC} \ - --power-edge-router true \ --transit-gateway ${POWERVS_TRANSIT_GATEWAY} \ --transit-gateway-location ${TRANSIT_GATEWAY_LOCATION} if [ $? == 0 ]; then diff --git a/ci-operator/step-registry/hypershift/powervs/run-e2e/hypershift-powervs-run-e2e-chain.yaml b/ci-operator/step-registry/hypershift/powervs/run-e2e/hypershift-powervs-run-e2e-chain.yaml index cb4a9ad2d5c4..5108a09165a5 100644 --- a/ci-operator/step-registry/hypershift/powervs/run-e2e/hypershift-powervs-run-e2e-chain.yaml +++ b/ci-operator/step-registry/hypershift/powervs/run-e2e/hypershift-powervs-run-e2e-chain.yaml @@ -50,7 +50,6 @@ chain: --e2e.powervs-vpc-region="$POWERVS_VPC_REGION" \ --e2e.powervs-sys-type=e980 \ --e2e-powervs-cloud-instance-id="$POWERVS_GUID" \ - --e2e-powervs-power-edge-router=true \ --e2e-powervs-transit-gateway="$TRANSIT_GATEWAY" \ --e2e-powervs-vpc="$POWERVS_VPC" \ --e2e-powervs-transit-gateway-location="$TRANSIT_GATEWAY_LOCATION"