File tree Expand file tree Collapse file tree 7 files changed +85
-5
lines changed Expand file tree Collapse file tree 7 files changed +85
-5
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'
717
818jobs :
919 run_bazel_rbe_cpu_tests :
3141 - uses : actions/checkout@v3
3242 # Halt for testing
3343 - name : Wait For Connection
34- uses : ./actions/ci_connection/
44+ uses : google-ml-infra/actions/ci_connection@main
45+ with :
46+ halt-dispatch-input : ${{ inputs.halt-for-connection }}
3547 - name : Run Bazel CPU Tests
3648 run : ./ci/run_bazel_test_cpu_rbe.sh
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'
717
818jobs :
919 build :
2535 - uses : actions/checkout@v3
2636 # Halt for testing
2737 - name : Wait For Connection
28- uses : ./actions/ci_connection/
38+ uses : google-ml-infra/actions/ci_connection@main
39+ with :
40+ halt-dispatch-input : ${{ inputs.halt-for-connection }}
2941 - name : Build jaxlib
3042 run : ./ci/build_artifacts.sh "ci/envs/build_artifacts/jaxlib.env"
3143 - name : Build jax-cuda-plugin
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'
717
818jobs :
919 build :
2535 - uses : actions/checkout@v3
2636 # Halt for testing
2737 - name : Wait For Connection
28- uses : ./actions/ci_connection/
38+ uses : google-ml-infra/actions/ci_connection@main
39+ with :
40+ halt-dispatch-input : ${{ inputs.halt-for-connection }}
2941 - name : Run Bazel GPU tests using RBE
3042 run : ./ci/run_bazel_test_gpu_rbe.sh
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'
717 workflow_call :
818
919jobs :
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'
717
818jobs :
919 build :
3242 - uses : actions/checkout@v3
3343 # Halt for testing
3444 - name : Wait For Connection
35- uses : ./actions/ci_connection/
45+ uses : google-ml-infra/actions/ci_connection@main
46+ with :
47+ halt-dispatch-input : ${{ inputs.halt-for-connection }}
3648 - name : Build jaxlib
3749 run : ./ci/build_artifacts.sh "ci/envs/build_artifacts/jaxlib.env"
3850 - name : Install pytest
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'
717
818jobs :
919 build :
2535 - uses : actions/checkout@v3
2636 # Halt for testing
2737 - name : Wait For Connection
28- uses : ./actions/ci_connection/
38+ uses : google-ml-infra/actions/ci_connection@main
39+ with :
40+ halt-dispatch-input : ${{ inputs.halt-for-connection }}
2941 - name : Build jaxlib
3042 run : ./ci/build_artifacts.sh "ci/envs/build_artifacts/jaxlib.env"
3143 - name : Build jax-cuda-plugin
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'
717
818jobs :
919 run_tests :
You can’t perform that action at this time.
0 commit comments