@@ -134,17 +134,17 @@ jobs:
134
134
# container_resource_option: "--shm-size 2g --runtime=nvidia --gpus all --privileged"
135
135
136
136
137
- clean_up :
138
- if : ${{ always() }} # always execute, regardless of previous jobs or steps.
139
- # needs: [gpu_unit_tests, gpu_integration_tests, tpu_unit_tests, tpu_pathways_unit_tests, tpu_integration_tests]
140
- needs : [tpu_pathways_unit_tests]
141
- # needs: [tpu_unit_tests]
142
- name : " Clean up"
143
- runs-on : ["self-hosted", "tpu_pathways" ]
144
- steps :
145
- # - name: Delete GPU image
146
- # run: gcloud container images delete gcr.io/tpu-prod-env-multipod/maxtext_${{ github.run_id }}:gpu --force-delete-tags --quiet
147
- - name : Delete TPU image
148
- run : gcloud container images delete gcr.io/tpu-prod-env-multipod/maxtext_${{ github.run_id }}:tpu --force-delete-tags --quiet
137
+ # clean_up:
138
+ # if: ${{ always() }} # always execute, regardless of previous jobs or steps.
139
+ # # needs: [gpu_unit_tests, gpu_integration_tests, tpu_unit_tests, tpu_pathways_unit_tests, tpu_integration_tests]
140
+ # needs: [tpu_pathways_unit_tests]
141
+ # # needs: [tpu_unit_tests]
142
+ # name: "Clean up"
143
+ # runs-on: ["self-hosted", "tpu_pathways" ]
144
+ # steps:
145
+ # # - name: Delete GPU image
146
+ # # run: gcloud container images delete gcr.io/tpu-prod-env-multipod/maxtext_${{ github.run_id }}:gpu --force-delete-tags --quiet
147
+ # # - name: Delete TPU image
148
+ # # run: gcloud container images delete gcr.io/tpu-prod-env-multipod/maxtext_${{ github.run_id }}:tpu --force-delete-tags --quiet
149
149
150
150
0 commit comments