File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
20
20
with :
21
21
timeout : 120
22
- runner : lf. linux.2xlarge
22
+ runner : linux.2xlarge
23
23
docker-image : pytorch-linux-jammy-cuda11.8-cudnn9-py3.9-linter
24
24
# 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
26
26
fetch-depth : 0
27
27
submodules : true
28
28
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
35
35
uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
36
36
with :
37
37
timeout : 120
38
- runner : lf. linux.2xlarge
38
+ runner : linux.2xlarge
39
39
docker-image : pytorch-linux-jammy-cuda11.8-cudnn9-py3.9-linter
40
40
# NB: A shallow checkout won't work here because calculate-docker-image requires a full checkout
41
41
# to run git rev-parse HEAD~:.ci/docker when a new image is needed
49
49
quick-checks :
50
50
uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
51
51
with :
52
- runner : lf. linux.2xlarge
52
+ runner : linux.2xlarge
53
53
docker-image : pytorch-linux-focal-linter
54
54
fetch-depth : 0
55
55
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
You can’t perform that action at this time.
0 commit comments