mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 00:20:18 +01:00
ci: Update linux_job references to v2 (#149102)
This is probably a bit overdue but trying to update these so we can finally get rid of all the remnants that rely on non-manylinux2_28 stuff and conda stuff Signed-off-by: Eli Uriegas <github@terriblecode.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/149102 Approved by: https://github.com/Skylion007, https://github.com/atalman, https://github.com/malfet ghstack dependencies: #149104
This commit is contained in:
parent
77ea66695a
commit
c73c72b1e1
12
.github/workflows/lint.yml
vendored
12
.github/workflows/lint.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
curr_branch: ${{ github.head_ref || github.ref_name }}
|
||||
|
||||
lintrunner-clang:
|
||||
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
|
||||
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
|
||||
needs: get-label-type
|
||||
with:
|
||||
timeout: 120
|
||||
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
.github/scripts/lintrunner.sh
|
||||
|
||||
lintrunner-noclang:
|
||||
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
|
||||
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
|
||||
needs: get-label-type
|
||||
with:
|
||||
timeout: 120
|
||||
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
.github/scripts/lintrunner.sh
|
||||
|
||||
quick-checks:
|
||||
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
|
||||
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
|
||||
needs: get-label-type
|
||||
with:
|
||||
timeout: 120
|
||||
|
|
@ -116,7 +116,7 @@ jobs:
|
|||
bash .github/scripts/pr-sanity-check.sh
|
||||
|
||||
workflow-checks:
|
||||
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
|
||||
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
|
||||
needs: get-label-type
|
||||
with:
|
||||
timeout: 120
|
||||
|
|
@ -154,7 +154,7 @@ jobs:
|
|||
exit $RC
|
||||
|
||||
toc:
|
||||
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
|
||||
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
|
||||
needs: get-label-type
|
||||
with:
|
||||
timeout: 120
|
||||
|
|
@ -194,7 +194,7 @@ jobs:
|
|||
test-tools:
|
||||
name: Test tools
|
||||
if: ${{ github.repository == 'pytorch/pytorch' }}
|
||||
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
|
||||
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
|
||||
needs: get-label-type
|
||||
with:
|
||||
timeout: 120
|
||||
|
|
|
|||
4
.github/workflows/test-check-binary.yml
vendored
4
.github/workflows/test-check-binary.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
check_binary_linux_cpu:
|
||||
if: github.repository_owner == 'pytorch'
|
||||
name: Test check_binary.sh for Linux CPU
|
||||
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
|
||||
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
|
||||
with:
|
||||
docker-image: python:3.11
|
||||
docker-build-dir: "skip-docker-build"
|
||||
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
check_binary_linux_cuda:
|
||||
if: github.repository_owner == 'pytorch'
|
||||
name: Test check_binary.sh for Linux CUDA
|
||||
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
|
||||
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
|
||||
with:
|
||||
runner: linux.4xlarge.nvidia.gpu
|
||||
docker-image: python:3.11
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user