Skip to content

Commit 3397d5e

Browse files
jeanschmidtpytorchmergebot
authored andcommitted
Revert "[ALI] Use lf runners for Lint" (pytorch#129070)
Reverts pytorch#128978 Pull Request resolved: pytorch#129070 Approved by: https://github.com/atalman
1 parent 118f9ce commit 3397d5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
2020
with:
2121
timeout: 120
22-
runner: lf.linux.2xlarge
22+
runner: linux.2xlarge
2323
docker-image: pytorch-linux-jammy-cuda11.8-cudnn9-py3.9-linter
2424
# NB: A shallow checkout won't work here because calculate-docker-image requires a full checkout
25-
# to run git rev-parse HEAD~:.ci/docker when a new image is needed.
25+
# to run git rev-parse HEAD~:.ci/docker when a new image is needed
2626
fetch-depth: 0
2727
submodules: true
2828
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
@@ -35,7 +35,7 @@ jobs:
3535
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
3636
with:
3737
timeout: 120
38-
runner: lf.linux.2xlarge
38+
runner: linux.2xlarge
3939
docker-image: pytorch-linux-jammy-cuda11.8-cudnn9-py3.9-linter
4040
# NB: A shallow checkout won't work here because calculate-docker-image requires a full checkout
4141
# to run git rev-parse HEAD~:.ci/docker when a new image is needed
@@ -49,7 +49,7 @@ jobs:
4949
quick-checks:
5050
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
5151
with:
52-
runner: lf.linux.2xlarge
52+
runner: linux.2xlarge
5353
docker-image: pytorch-linux-focal-linter
5454
fetch-depth: 0
5555
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)