Skip to content

Commit 165e75a

Browse files
committed
Minor fixes after rebase
1 parent b6e8502 commit 165e75a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-and-upload.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131

3232
jobs:
3333
run-tests-single:
34-
runs-on: ["linux-x86-64-1gpu-amd-gfx942"]
34+
runs-on: ["linux-x86-64-1gpu-amd"]
3535
steps:
3636
- name: Change owners for cleanup
3737
run: |
@@ -75,15 +75,15 @@ jobs:
7575
# (charleshofer) TODO: Switch to RBE once we're able to process the test log information
7676
python3 build/ci_build test \
7777
"ghcr.io/rocm/jax-ubu${UBUNTU_VERSION}.rocm${ROCM_VERSION//.}:${GITHUB_SHA}" \
78-
--test-cmd "python jax_rocm_plugin/build/rocm/run_single_gpu.py -c -s"
78+
--test-cmd "ulimit -c 0 && python jax_rocm_plugin/build/rocm/run_single_gpu.py -c -s"
7979
- name: Upload logs to artifact (single)
8080
if: always()
8181
uses: actions/upload-artifact@v4
8282
with:
8383
name: logs-${{ inputs.ubuntu-version }}_${{ inputs.rocm-version }}_single
8484
path: logs/
8585
run-tests-multi:
86-
runs-on: ["linux-x86-64-4gpu-amd-gfx942"]
86+
runs-on: ["linux-x86-64-4gpu-amd"]
8787
steps:
8888
- name: Change owners for cleanup
8989
run: |
@@ -98,7 +98,7 @@ jobs:
9898
# TODO: Change the repo and ref once we figure out how exactly we're going to
9999
# manage tests
100100
repository: rocm/jax
101-
ref: rocm-jaxlib-v0.8.0
101+
ref: rocm-jaxlib-v0.8.2
102102
path: jax
103103
- name: Apply patches to rocm/jax test repo
104104
run: |
@@ -127,7 +127,7 @@ jobs:
127127
# (charleshofer) TODO: Switch to RBE once we're able to process the test log information
128128
python3 build/ci_build test \
129129
"ghcr.io/rocm/jax-ubu${UBUNTU_VERSION}.rocm${ROCM_VERSION//.}:${GITHUB_SHA}" \
130-
--test-cmd "python jax_rocm_plugin/build/rocm/run_multi_gpu.py -c -s"
130+
--test-cmd "ulimit -c 0 && python jax_rocm_plugin/build/rocm/run_multi_gpu.py -c -s"
131131
- name: Upload logs to artifact (multi)
132132
if: always()
133133
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)