Skip to content

Commit e54e154

Browse files
authored
Update regression_test.yml
1 parent cb1331d commit e54e154

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/regression_test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,11 @@ jobs:
4242
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/rocm6.3'
4343
gpu-arch-type: "rocm"
4444
gpu-arch-version: "6.3"
45-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@rocm_experiment
45+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
4646
with:
4747
timeout: 120
4848
no-sudo: ${{ matrix.gpu-arch-type == 'rocm' }}
49-
continue-on-error: ${{ matrix.gpu-arch-type == 'rocm' }}
50-
test-infra-ref: rocm_experiment
49+
test-infra-ref: main
5150
runner: ${{ matrix.runs-on }}
5251
gpu-arch-type: ${{ matrix.gpu-arch-type }}
5352
gpu-arch-version: ${{ matrix.gpu-arch-version }}

0 commit comments

Comments
 (0)