File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 44 pull_request :
55 branches :
66 - main
7- workflow_dispatch :
8- inputs :
9- halt-for-connection :
10- description : ' Should this workflow run wait for a remote connection?'
11- type : choice
12- required : true
13- default : ' no'
14- options :
15- - ' yes'
16- - ' no'
177
188jobs :
199 build :
3020
3121 steps :
3222 - uses : actions/checkout@v3
33- # Halt for testing
34- - name : Wait For Connection
35- uses : google-ml-infra/actions/ci_connection@main
36- with :
37- halt-dispatch-input : ${{ inputs.halt-for-connection }}
38- - name : Build jaxlib
39- env :
40- JAXCI_CLONE_MAIN_XLA : 1
41- run : ./ci/build_artifacts.sh "jaxlib"
42- - name : Build jax-cuda-plugin
43- env :
44- JAXCI_CLONE_MAIN_XLA : 1
45- run : ./ci/build_artifacts.sh "jax-cuda-plugin"
46- - name : Build jax-cuda-pjrt
47- env :
48- JAXCI_CLONE_MAIN_XLA : 1
49- run : ./ci/build_artifacts.sh "jax-cuda-pjrt"
50- - name : Run Bazel GPU tests locally
51- run : ./ci/run_bazel_test_gpu_non_rbe.sh
5223 - name : Install dependencies
5324 run : |
5425 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments