File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343 - name : Build jax-cuda-pjrt
4444 run : ./ci/build_artifacts.sh "jax-cuda-pjrt"
4545 - name : Upload artifacts to GCS bucket
46- run : ~/usr/local/bin/google-cloud-sdk/bin/gsutil -m rsync -d -r gs://general-ml-ci-transient/jax-github-actions/${{ github.workflow }}/${{ github.run_id }}/${{ github.run_attempt }}
46+ run : ~/usr/local/bin/google-cloud-sdk/bin/gsutil -m rsync -d -r gs://general-ml-ci-transient/jax-github-actions/${{ github.run_number }}/${{ github.run_attempt }}
4747
4848 run_tests :
4949 needs : build_artifacts
7373 with :
7474 halt-dispatch-input : ${{ inputs.halt-for-connection }}
7575 - name : Download the artifacts built in the "build_artifacts" job
76- run : gsutil -m cp -r gs://general-ml-ci-transient/jax-github-actions/${{ github.workflow }}/${{ github.run_id }}/${{ github.run_attempt }} $(pwd)/dist
76+ run : gsutil -m cp -r gs://general-ml-ci-transient/jax-github-actions/${{ github.run_number }}/${{ github.run_attempt }} $(pwd)/dist
7777 - name : Install pytest
7878 env :
7979 JAXCI_PYTHON : python${{ matrix.python }}
You can’t perform that action at this time.
0 commit comments