Skip to content

Commit 85e8ad2

Browse files
committed
test tpu ci
1 parent 031e5b9 commit 85e8ad2

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
# - macOS-13
5353
- macOS-latest
5454
test_group:
55-
- core
56-
- neural_networks
57-
- integration
5855
runtime:
5956
- "PJRT"
6057
- "IFRT"
@@ -66,21 +63,6 @@ jobs:
6663
assertions: false
6764
test_group: core
6865
runtime: "IFRT"
69-
- os: ubuntu-24.04
70-
version: "1.10"
71-
assertions: true
72-
test_group: core
73-
runtime: "PJRT"
74-
- os: ubuntu-24.04
75-
version: "1.10"
76-
assertions: true
77-
test_group: neural_networks
78-
runtime: "PJRT"
79-
- os: ubuntu-24.04
80-
version: "1.10"
81-
assertions: true
82-
test_group: integration
83-
runtime: "PJRT"
8466
# - os: ubuntu-24.04
8567
# libReactant: packaged
8668
# version: '1.10'
@@ -93,6 +75,10 @@ jobs:
9375
# libReactant: packaged
9476
# version: '1.10'
9577
# test_group: integration
78+
env:
79+
TPU_STDERR_LOG_LEVEL: 0
80+
TF_CPP_MAX_VLOG_LEVEL: 3
81+
TF_CPP_MIN_LOG_LEVEL: 0
9682
steps:
9783
- name: Set TMPDIR
9884
# We have to use `${GITHUB_WORKSPACE}` instead of `github.workspace` because GitHub

0 commit comments

Comments
 (0)