From e93351bab52fb76723366bf2ffcd232b05d34508 Mon Sep 17 00:00:00 2001 From: Amanda Vialva Date: Thu, 4 Apr 2024 20:32:53 -0400 Subject: [PATCH] change name and move tests to e2e workflow temporarily --- .circleci/real_config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/real_config.yml b/.circleci/real_config.yml index 7e7ca412e0e4..9cae0fcbd976 100644 --- a/.circleci/real_config.yml +++ b/.circleci/real_config.yml @@ -2744,11 +2744,11 @@ jobs: - run: name: Delete GKE CI Cluster Namespaces command: | - kubectl get namespace | grep -Eo "^test-[a-z0-9]+-[a-z0-9]+-[0-9]" | xargs -L1 kubectl delete namespace || true + kubectl get namespace | grep -Eo "^test-cpu-[a-z0-9]+-[a-z0-9]+-[0-9]" | xargs -L1 kubectl delete namespace || true - run: name: Delete GCS CI Buckets command: | - gsutil ls -p ${GOOGLE_PROJECT_ID} | grep -Eo "^gs://test-[a-z0-9]+-[a-z0-9]+-[0-9]-bucket" | xargs -L1 gsutil rm -r || true + gsutil ls -p ${GOOGLE_PROJECT_ID} | grep -Eo "^gs://test-cpu-[a-z0-9]+-[a-z0-9]+-[0-9]-bucket" | xargs -L1 gsutil rm -r || true - run: name: Delete Firewall Rules command: | @@ -3656,7 +3656,7 @@ workflows: cluster-id-prefix: aws-fs-efs deployment-type: efs slack-mentions: "${SLACK_USER_ID}" - + - run-shared-cluster-cleanup: name: gke-cleanup context: gcp-shared-cluster