Skip to content

Commit

Permalink
Update TPU CI workflow to trigger on push to master and re-enable spm… (
Browse files Browse the repository at this point in the history
  • Loading branch information
mbzomowski authored Feb 13, 2024
1 parent afc1f0e commit 1d4a8da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tpu_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: TPU Integration Test
run-name: TPU Testing
on:
workflow_dispatch:
push:
branches:
- master
jobs:
tpu-test:
runs-on: v4-runner-set
Expand Down Expand Up @@ -42,5 +45,4 @@ jobs:
XLA_EXPERIMENTAL=nonzero:masked_select python3 -u test/ds/test_dynamic_shapes.py -v
python3 -u test/test_autocast.py
python3 -u test/dynamo/test_dynamo.py
# TODO(mbzomowski): Uncomment once https://github.com/pytorch/xla/issues/6252 is fixed
# python3 -u test/spmd/test_spmd_debugging.py
python3 -u test/spmd/test_spmd_debugging.py

0 comments on commit 1d4a8da

Please sign in to comment.