Skip to content

Commit c2a4cd0

Browse files
committed
Pass the install_jax_current_commit env var as an input to workflow calls
1 parent fa61d91 commit c2a4cd0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/wheel_tests_continuous.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
python: ${{ matrix.python }}
7171
enable-x64: ${{ matrix.enable-x64 }}
7272
gcs_download_uri: 'gs://general-ml-ci-transient/jax-github-actions/jax-fork/${{ github.workflow }}/${{ github.run_number }}'
73+
install_jax_current_commit: "1"
7374

7475

7576
run_pytest_gpu:
@@ -89,6 +90,7 @@ jobs:
8990
cuda: ${{ matrix.cuda }}
9091
enable-x64: ${{ matrix.enable-x64 }}
9192
gcs_download_uri: 'gs://general-ml-ci-transient/jax-github-actions/jax-fork/${{ github.workflow }}/${{ github.run_number }}'
93+
install_jax_current_commit: "1"
9294

9395
run_bazel_test_gpu:
9496
needs: [build_jaxlib_artifact, build_cuda_artifacts]

.github/workflows/wheel_tests_nightly_release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
python: ${{ matrix.python }}
3030
enable-x64: ${{ matrix.enable-x64 }}
3131
gcs_download_uri: ${{inputs.gcs_download_uri}}
32+
install_jax_current_commit: "0"
3233

3334

3435
run_pytest_gpu:
@@ -48,4 +49,5 @@ jobs:
4849
python: ${{ matrix.python }}
4950
cuda: ${{ matrix.cuda }}
5051
enable-x64: ${{ matrix.enable-x64 }}
51-
gcs_download_uri: ${{inputs.gcs_download_uri}}
52+
gcs_download_uri: ${{inputs.gcs_download_uri}}
53+
install_jax_current_commit: "0"

0 commit comments

Comments
 (0)