Skip to content

Commit

Permalink
change name and move tests to e2e workflow temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
amandavialva01 committed Apr 5, 2024
1 parent 389fb84 commit e93351b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e93351b

Please sign in to comment.