From f1c8f76f1956c9d069ce70115bb4426c9c2f3551 Mon Sep 17 00:00:00 2001 From: Abhijeet Dargude Date: Thu, 9 Jan 2025 03:32:35 +0000 Subject: [PATCH] Remove debug lines --- test/scripts/run-e2e-gcp.sh | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/test/scripts/run-e2e-gcp.sh b/test/scripts/run-e2e-gcp.sh index df51dcda7..da1d31dfb 100755 --- a/test/scripts/run-e2e-gcp.sh +++ b/test/scripts/run-e2e-gcp.sh @@ -37,10 +37,6 @@ trap cleanup EXIT main() { echo "starting the secret store csi driver test for gcp provider" - # TODOs - # 1. Create a temporary secret in boskos pool once https://github.com/kubernetes/k8s.io/pull/7416 is submitted. - # 2. Rotate secrets created in above step - # 3. Clean up the secret. #install boskosctl if [[ -z "$(command -v boskosctl)" ]]; then @@ -52,7 +48,7 @@ main() { echo "testing boskosctl" boskosctl --help - # Aquire a project from boskos pool, test will use secret created on this + # Aquire a project from boskos pool, test will use secret created on this aquired project if [ -n "${BOSKOS_HOST:-}" ]; then echo "Boskos acquire - ${BOSKOS_HOST}" export BOSKOS_RESOURCE="$( boskosctlwrapper acquire --type gce-project --state free --target-state busy --timeout 1h )" @@ -67,12 +63,6 @@ main() { echo "Using project ${GCP_PROJECT}" gcloud config set project ${GCP_PROJECT} - # TODO remove this after testing - gcloud projects get-iam-policy k8s-infra-e2e-boskos-001 \ - --flatten="bindings[].members" \ - --format='table(bindings.role)' \ - --filter="bindings.members:prow-build@k8s-infra-prow-build.iam.gserviceaccount.com" - # create a secret in the aquired project export SECRET_ID="test-secret-$(openssl rand -hex 4)" export SECRET_VALUE="secret-a"