Skip to content

test tpu ci #1498

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 8 additions & 17 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
- macOS-latest
test_group:
- core
- neural_networks
- integration
runtime:
- "PJRT"
- "IFRT"
Expand All @@ -66,21 +64,6 @@ jobs:
assertions: false
test_group: core
runtime: "IFRT"
- os: ubuntu-24.04
version: "1.10"
assertions: true
test_group: core
runtime: "PJRT"
- os: ubuntu-24.04
version: "1.10"
assertions: true
test_group: neural_networks
runtime: "PJRT"
- os: ubuntu-24.04
version: "1.10"
assertions: true
test_group: integration
runtime: "PJRT"
# - os: ubuntu-24.04
# libReactant: packaged
# version: '1.10'
Expand All @@ -93,6 +76,10 @@ jobs:
# libReactant: packaged
# version: '1.10'
# test_group: integration
env:
TPU_STDERR_LOG_LEVEL: 0
TF_CPP_MAX_VLOG_LEVEL: 3
TF_CPP_MIN_LOG_LEVEL: 0
steps:
- name: Set TMPDIR
# We have to use `${GITHUB_WORKSPACE}` instead of `github.workspace` because GitHub
Expand Down Expand Up @@ -171,3 +158,7 @@ jobs:
- uses: codecov/codecov-action@v5
with:
files: lcov.info
- uses: mxschmitt/action-tmate@v3
if: ${{ !cancelled() }}
with:
limit-access-to-actor: false
Loading