Skip to content

Commit d3beb52

Browse files
authored
Revert "Switch unit test back to Manylinux2014" (#8821)
1 parent f7b1cfa commit d3beb52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/prototype-tests-linux-gpu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
gpu-arch-type: cuda
2424
gpu-arch-version: "11.8"
2525
fail-fast: false
26-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
26+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
2727
with:
2828
repository: pytorch/vision
2929
runner: ${{ matrix.runner }}

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
gpu-arch-type: cuda
2727
gpu-arch-version: "11.8"
2828
fail-fast: false
29-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
29+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
3030
with:
3131
repository: pytorch/vision
3232
runner: ${{ matrix.runner }}
@@ -104,7 +104,7 @@ jobs:
104104
./.github/scripts/unittest.sh
105105
106106
onnx:
107-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
107+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
108108
with:
109109
repository: pytorch/vision
110110
test-infra-ref: main
@@ -135,7 +135,7 @@ jobs:
135135
echo '::endgroup::'
136136
137137
unittests-extended:
138-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
138+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
139139
if: contains(github.event.pull_request.labels.*.name, 'run-extended')
140140
with:
141141
repository: pytorch/vision

0 commit comments

Comments
 (0)