File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ jobs:
113
113
cat xx00 && \
114
114
echo "Done with log retrieval attempt." && \
115
115
gcloud container images delete "$IMAGE:$IMAGETAG" --force-delete-tags && \
116
+ echo "Status code: $status_code"
116
117
exit $status_code
117
118
shell : bash
118
119
Original file line number Diff line number Diff line change @@ -21,7 +21,10 @@ local tputests = base.BaseTest {
21
21
command: utils.scriptCommand(
22
22
|||
23
23
cd pytorch-lightning
24
- coverage run --source=pytorch_lightning -m pytest tests/models/test_tpu.py tests/backends/test_tpu_backend.py pytorch_lightning/utilities/xla_device_utils.py -v
24
+ coverage run --source=pytorch_lightning -m pytest -v \
25
+ tests/models/test_tpu.py \
26
+ tests/backends/test_tpu_backend.py \
27
+ pytorch_lightning/utilities/xla_device_utils.py
25
28
test_exit_code=$?
26
29
echo "\n||| END PYTEST LOGS |||\n"
27
30
coverage xml
You can’t perform that action at this time.
0 commit comments