Skip to content

Commit

Permalink
Merge pull request #1216 from AI-Hypercomputer:failure_notify
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 721156414
  • Loading branch information
maxtext authors committed Jan 30, 2025
2 parents 6bd6615 + bfac432 commit aab4ed7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/RunTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,9 @@ jobs:
run: gcloud container images delete gcr.io/tpu-prod-env-multipod/maxtext_${{ github.run_id }}:gpu --force-delete-tags --quiet
- name: Delete TPU image
run: gcloud container images delete gcr.io/tpu-prod-env-multipod/maxtext_${{ github.run_id }}:tpu --force-delete-tags --quiet
- name: Notify failed build # creates an issue or modifies last open existing issue for failed build
uses: jayqi/failed-build-issue-action@1a893bbf43ef1c2a8705e2b115cd4f0fe3c5649b # v1.2.0
if: failure() && github.event.pull_request == null
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit aab4ed7

Please sign in to comment.