|
31 | 31 |
|
32 | 32 | jobs: |
33 | 33 | run-tests-single: |
34 | | - runs-on: ["linux-x86-64-1gpu-amd-gfx942"] |
| 34 | + runs-on: ["linux-x86-64-1gpu-amd"] |
35 | 35 | steps: |
36 | 36 | - name: Change owners for cleanup |
37 | 37 | run: | |
@@ -75,15 +75,15 @@ jobs: |
75 | 75 | # (charleshofer) TODO: Switch to RBE once we're able to process the test log information |
76 | 76 | python3 build/ci_build test \ |
77 | 77 | "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" |
79 | 79 | - name: Upload logs to artifact (single) |
80 | 80 | if: always() |
81 | 81 | uses: actions/upload-artifact@v4 |
82 | 82 | with: |
83 | 83 | name: logs-${{ inputs.ubuntu-version }}_${{ inputs.rocm-version }}_single |
84 | 84 | path: logs/ |
85 | 85 | run-tests-multi: |
86 | | - runs-on: ["linux-x86-64-4gpu-amd-gfx942"] |
| 86 | + runs-on: ["linux-x86-64-4gpu-amd"] |
87 | 87 | steps: |
88 | 88 | - name: Change owners for cleanup |
89 | 89 | run: | |
|
98 | 98 | # TODO: Change the repo and ref once we figure out how exactly we're going to |
99 | 99 | # manage tests |
100 | 100 | repository: rocm/jax |
101 | | - ref: rocm-jaxlib-v0.8.0 |
| 101 | + ref: rocm-jaxlib-v0.8.2 |
102 | 102 | path: jax |
103 | 103 | - name: Apply patches to rocm/jax test repo |
104 | 104 | run: | |
@@ -127,7 +127,7 @@ jobs: |
127 | 127 | # (charleshofer) TODO: Switch to RBE once we're able to process the test log information |
128 | 128 | python3 build/ci_build test \ |
129 | 129 | "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" |
131 | 131 | - name: Upload logs to artifact (multi) |
132 | 132 | if: always() |
133 | 133 | uses: actions/upload-artifact@v4 |
|
0 commit comments