Skip to content

Commit a2c78a1

Browse files
committed
change upload path
1 parent afcee12 commit a2c78a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest_gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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
@@ -73,7 +73,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)