Skip to content

Commit 58e6611

Browse files
committed
test non ci build
1 parent 9531ed2 commit 58e6611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_artifacts_single_invocation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
build_artifacts:
2020

21-
runs-on: "linux-x86-n2-16"
21+
runs-on: "linux-x86-n2-64"
2222
container: "us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest"
2323

2424
env:
@@ -34,4 +34,4 @@ jobs:
3434
- name: Mark GitHub repo as safe
3535
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
3636
- name: Build all artifacts with a single invocation of build CLI
37-
run: python build/build.py build --wheels=jax-cuda-plugin,jax-cuda-pjrt,jaxlib --bazel_options=--config=rbe_linux_x86_64_cuda --python_version=$JAXCI_HERMETIC_PYTHON_VERSION --verbose
37+
run: python build/build.py build --wheels=jax-cuda-plugin,jax-cuda-pjrt,jaxlib --python_version=$JAXCI_HERMETIC_PYTHON_VERSION --verbose

0 commit comments

Comments
 (0)