Skip to content

Commit 8f13633

Browse files
awaelchlicarmocca
authored andcommitted
Fix silent TPU CI failures (#14034)
Co-authored-by: Carlos Mocholí <[email protected]>
1 parent f8416be commit 8f13633

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dockers/tpu-tests/tpu_test_cases.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ local tputests = base.BaseTest {
3737
export XRT_TPU_CONFIG="tpu_worker;0;${KUBE_GOOGLE_CLOUD_TPU_ENDPOINTS:7}"
3838
export PL_RUN_TPU_TESTS=1
3939
cd tests/tests_pytorch
40+
set -e
4041
coverage run --source=pytorch_lightning -m pytest -vv --durations=0 ./
4142
echo "\n||| Running standalone tests |||\n"
4243
bash run_standalone_tests.sh

src/pytorch_lightning/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7-
## [1.7.3] - 2022-08-23
7+
## [1.7.3] - 2022-08-25
88

99
### Fixed
1010

0 commit comments

Comments
 (0)