mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Move halt for testing step to be just before running tests
This lets all the setup steps to finish before a halt for connection request is made. PiperOrigin-RevId: 715887557
This commit is contained in:
parent
cf67e28f79
commit
8a053af1ce
10
.github/workflows/pytest_cpu.yml
vendored
10
.github/workflows/pytest_cpu.yml
vendored
@ -60,11 +60,6 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
# Halt for testing
|
||||
- name: Wait For Connection
|
||||
uses: google-ml-infra/actions/ci_connection@main
|
||||
with:
|
||||
halt-dispatch-input: ${{ inputs.halt-for-connection }}
|
||||
- name: Set env vars for use in artifact download URL
|
||||
run: |
|
||||
os=$(uname -s | awk '{print tolower($0)}')
|
||||
@ -96,5 +91,10 @@ jobs:
|
||||
gsutil -m cp -r "${{ inputs.gcs_download_uri }}/jaxlib*%PYTHON_MAJOR_MINOR%*%OS%*%ARCH%*.whl" dist/
|
||||
- name: Install Python dependencies
|
||||
run: $JAXCI_PYTHON -m pip install -r build/requirements.in
|
||||
# Halt for testing
|
||||
- name: Wait For Connection
|
||||
uses: google-ml-infra/actions/ci_connection@main
|
||||
with:
|
||||
halt-dispatch-input: ${{ inputs.halt-for-connection }}
|
||||
- name: Run Pytest CPU tests
|
||||
run: ./ci/run_pytest_cpu.sh
|
||||
|
10
.github/workflows/pytest_cuda.yml
vendored
10
.github/workflows/pytest_cuda.yml
vendored
@ -60,11 +60,6 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
# Halt for testing
|
||||
- name: Wait For Connection
|
||||
uses: google-ml-infra/actions/ci_connection@main
|
||||
with:
|
||||
halt-dispatch-input: ${{ inputs.halt-for-connection }}
|
||||
- name: Set env vars for use in artifact download URL
|
||||
run: |
|
||||
os=$(uname -s | awk '{print tolower($0)}')
|
||||
@ -85,5 +80,10 @@ jobs:
|
||||
gsutil -m cp -r "${{ inputs.gcs_download_uri }}/jax*cuda*pjrt*${OS}*${ARCH}*.whl" $(pwd)/dist/
|
||||
- name: Install Python dependencies
|
||||
run: $JAXCI_PYTHON -m pip install -r build/requirements.in
|
||||
# Halt for testing
|
||||
- name: Wait For Connection
|
||||
uses: google-ml-infra/actions/ci_connection@main
|
||||
with:
|
||||
halt-dispatch-input: ${{ inputs.halt-for-connection }}
|
||||
- name: Run Pytest CUDA tests
|
||||
run: ./ci/run_pytest_cuda.sh
|
Loading…
x
Reference in New Issue
Block a user