File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change 2929 type : string
3030 required : true
3131 default : " 0"
32- # If enabled, install "jax" at the current commit in editable mode (used in
33- # continuous test jobs). If disabled, installs "jax" from a GCS bucket (used in
34- # nightly/release test jobs)
35- install_jax_current_commit :
36- description : " Should the 'jax' package be installed at the current commit?"
37- type : string
38- required : true
39- default : " 1"
4032 gcs_download_uri :
41- description : " GCS location URI from where the artifacts should be downloaded"
42- required : false
33+ description : " GCS location prefix from where the artifacts should be downloaded"
34+ required : true
4335 default : ' gs://general-ml-ci-transient/jax-github-actions/jax-fork/${{ github.workflow }}/${{ github.run_number }}/${{ github.run_attempt }}'
4436 type : string
37+ halt-for-connection :
38+ description : ' Should this workflow run wait for a remote connection?'
39+ type : boolean
40+ required : false
41+ default : false
4542
4643jobs :
4744 run-tests :
10198 halt-dispatch-input : ${{ inputs.halt-for-connection }}
10299 - name : Run Pytest CPU tests
103100 timeout-minutes : 60
104- run : ./ci/run_pytest_cpu.sh
101+ run : ./ci/run_pytest_cpu.sh
You can’t perform that action at this time.
0 commit comments