diff --git a/.github/workflows/build_tests.yaml b/.github/workflows/build_tests.yaml index 7d1e205d7..c0244be4b 100644 --- a/.github/workflows/build_tests.yaml +++ b/.github/workflows/build_tests.yaml @@ -182,14 +182,14 @@ jobs: run: python3 xpk.py workload list --cluster $TPU_CLUSTER_NAME --zone=us-central2-b --wait-for-job-completion $PATHWAYS_WORKLOAD_NAME --timeout 300 - name: List out the workloads on the cluster run: python3 xpk.py workload list --cluster $TPU_CLUSTER_NAME --zone=us-central2-b - - name: Delete the workload on the cluster - run: python3 xpk.py workload delete --workload $WORKLOAD_NAME --cluster $TPU_CLUSTER_NAME --zone=us-central2-b - - name: Delete the Pathways workload on the cluster - run: python3 xpk.py workload delete --workload $PATHWAYS_WORKLOAD_NAME --cluster $TPU_CLUSTER_NAME --zone=us-central2-b - - name: Delete created GCS file - run: gsutil rm gs://xpk-ci-cd-tests/$RANDOM_SEED.txt - - name: Delete existing Storage - run: python3 xpk.py storage delete $STORAGE_NAME --cluster $TPU_CLUSTER_NAME --zone=us-central2-b - - name: Delete the cluster created - if: always() - run: python3 xpk.py cluster delete --cluster $TPU_CLUSTER_NAME --zone=us-central2-b + # - name: Delete the workload on the cluster + # run: python3 xpk.py workload delete --workload $WORKLOAD_NAME --cluster $TPU_CLUSTER_NAME --zone=us-central2-b + # - name: Delete the Pathways workload on the cluster + # run: python3 xpk.py workload delete --workload $PATHWAYS_WORKLOAD_NAME --cluster $TPU_CLUSTER_NAME --zone=us-central2-b + # - name: Delete created GCS file + # run: gsutil rm gs://xpk-ci-cd-tests/$RANDOM_SEED.txt + # - name: Delete existing Storage + # run: python3 xpk.py storage delete $STORAGE_NAME --cluster $TPU_CLUSTER_NAME --zone=us-central2-b + # - name: Delete the cluster created + # if: always() + # run: python3 xpk.py cluster delete --cluster $TPU_CLUSTER_NAME --zone=us-central2-b