Skip to content

Commit 527a26a

Browse files
author
Vincent Moens
committed
[CI] linux_job_v2.yml
ghstack-source-id: ae13b53 Pull Request resolved: #2570
1 parent f3275da commit 527a26a

File tree

7 files changed

+32
-32
lines changed

7 files changed

+32
-32
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
python_version: ["3.10"]
2626
cuda_arch_version: ["12.1"]
27-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
27+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
2828
with:
2929
repository: pytorch/rl
3030
upload-artifact: docs
@@ -108,7 +108,7 @@ jobs:
108108
((github.ref_type == 'branch' && github.ref_name == 'main') || github.ref_type == 'tag')
109109
permissions:
110110
contents: write
111-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
111+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
112112
with:
113113
repository: pytorch/rl
114114
download-artifact: docs

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
jobs:
1919
python-source-and-configs:
20-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
20+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
2121
with:
2222
repository: pytorch/rl
2323
script: |
@@ -45,7 +45,7 @@ jobs:
4545
echo '::endgroup::'
4646
4747
c-source:
48-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
48+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
4949
with:
5050
repository: pytorch/rl
5151
script: |

.github/workflows/test-linux-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python_version: ["3.9"]
2626
cuda_arch_version: ["12.1"]
2727
fail-fast: false
28-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
28+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
2929
with:
3030
runner: linux.g5.4xlarge.nvidia.gpu
3131
repository: pytorch/rl

.github/workflows/test-linux-habitat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python_version: ["3.9"]
2323
cuda_arch_version: ["12.1"]
2424
fail-fast: false
25-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
25+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
2626
with:
2727
runner: linux.g5.4xlarge.nvidia.gpu
2828
repository: pytorch/rl

.github/workflows/test-linux-libs.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python_version: ["3.9"]
2424
cuda_arch_version: ["12.1"]
2525
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Data') }}
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/rl
2929
runner: "linux.g5.4xlarge.nvidia.gpu"
@@ -57,7 +57,7 @@ jobs:
5757
python_version: ["3.11"]
5858
cuda_arch_version: ["12.1"]
5959
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
60-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
60+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
6161
with:
6262
repository: pytorch/rl
6363
runner: "linux.g5.4xlarge.nvidia.gpu"
@@ -94,7 +94,7 @@ jobs:
9494
python_version: ["3.9"]
9595
cuda_arch_version: ["12.1"]
9696
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Data') }}
97-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
97+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
9898
with:
9999
repository: pytorch/rl
100100
runner: "linux.g5.4xlarge.nvidia.gpu"
@@ -129,7 +129,7 @@ jobs:
129129
python_version: ["3.9"]
130130
cuda_arch_version: ["12.1"]
131131
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
132-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
132+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
133133
with:
134134
repository: pytorch/rl
135135
runner: "linux.g5.4xlarge.nvidia.gpu"
@@ -164,7 +164,7 @@ jobs:
164164
python_version: ["3.9"]
165165
cuda_arch_version: ["12.1"]
166166
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Data') }}
167-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
167+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
168168
with:
169169
repository: pytorch/rl
170170
runner: "linux.g5.4xlarge.nvidia.gpu"
@@ -197,7 +197,7 @@ jobs:
197197
matrix:
198198
python_version: ["3.9"]
199199
cuda_arch_version: ["12.1"]
200-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
200+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
201201
with:
202202
repository: pytorch/rl
203203
runner: "linux.g5.4xlarge.nvidia.gpu"
@@ -233,7 +233,7 @@ jobs:
233233
python_version: ["3.9"]
234234
cuda_arch_version: ["12.1"]
235235
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
236-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
236+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
237237
with:
238238
repository: pytorch/rl
239239
runner: "linux.g5.4xlarge.nvidia.gpu"
@@ -267,7 +267,7 @@ jobs:
267267
bash .github/unittest/linux_libs/scripts_jumanji/post_process.sh
268268
269269
unittests-meltingpot:
270-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
270+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
271271
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
272272
with:
273273
repository: pytorch/rl
@@ -307,7 +307,7 @@ jobs:
307307
python_version: ["3.9"]
308308
cuda_arch_version: ["12.1"]
309309
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
310-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
310+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
311311
with:
312312
repository: pytorch/rl
313313
runner: "linux.g5.4xlarge.nvidia.gpu"
@@ -345,7 +345,7 @@ jobs:
345345
python_version: ["3.10.12"]
346346
cuda_arch_version: ["12.1"]
347347
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
348-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
348+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
349349
with:
350350
repository: pytorch/rl
351351
runner: "linux.g5.4xlarge.nvidia.gpu"
@@ -383,7 +383,7 @@ jobs:
383383
python_version: ["3.9"]
384384
cuda_arch_version: ["12.1"]
385385
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Data') }}
386-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
386+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
387387
with:
388388
repository: pytorch/rl
389389
runner: "linux.g5.4xlarge.nvidia.gpu"
@@ -418,7 +418,7 @@ jobs:
418418
python_version: ["3.9"]
419419
cuda_arch_version: ["12.1"]
420420
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Data') }}
421-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
421+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
422422
with:
423423
repository: pytorch/rl
424424
runner: "linux.g5.4xlarge.nvidia.gpu"
@@ -449,7 +449,7 @@ jobs:
449449
450450
unittests-pettingzoo:
451451
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
452-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
452+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
453453
with:
454454
repository: pytorch/rl
455455
runner: "linux.g5.4xlarge.nvidia.gpu"
@@ -488,7 +488,7 @@ jobs:
488488
python_version: ["3.9"]
489489
cuda_arch_version: ["12.1"]
490490
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
491-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
491+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
492492
with:
493493
repository: pytorch/rl
494494
runner: "linux.g5.4xlarge.nvidia.gpu"
@@ -522,7 +522,7 @@ jobs:
522522
python_version: ["3.9"]
523523
cuda_arch_version: ["12.1"]
524524
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Data') }}
525-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
525+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
526526
with:
527527
repository: pytorch/rl
528528
runner: "linux.g5.4xlarge.nvidia.gpu"
@@ -556,7 +556,7 @@ jobs:
556556
matrix:
557557
python_version: ["3.9"]
558558
cuda_arch_version: ["12.1"]
559-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
559+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
560560
with:
561561
repository: pytorch/rl
562562
runner: "linux.g5.4xlarge.nvidia.gpu"
@@ -593,7 +593,7 @@ jobs:
593593
python_version: ["3.9"]
594594
cuda_arch_version: ["12.1"]
595595
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
596-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
596+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
597597
with:
598598
repository: pytorch/rl
599599
runner: "linux.g5.4xlarge.nvidia.gpu"
@@ -632,7 +632,7 @@ jobs:
632632
python_version: ["3.9"]
633633
cuda_arch_version: ["12.1"]
634634
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Data') }}
635-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
635+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
636636
with:
637637
repository: pytorch/rl
638638
runner: "linux.g5.4xlarge.nvidia.gpu"
@@ -667,7 +667,7 @@ jobs:
667667
python_version: ["3.9"]
668668
cuda_arch_version: ["12.1"]
669669
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
670-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
670+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
671671
with:
672672
repository: pytorch/rl
673673
runner: "linux.g5.4xlarge.nvidia.gpu"

.github/workflows/test-linux-rlhf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
python_version: ["3.9"]
2323
cuda_arch_version: ["12.1"]
24-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
24+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
2525
with:
2626
repository: pytorch/rl
2727
runner: "linux.g5.4xlarge.nvidia.gpu"

.github/workflows/test-linux.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
python_version: ["3.9", "3.10", "3.11", "3.12"]
2626
fail-fast: false
27-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
27+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
2828
with:
2929
runner: linux.12xlarge
3030
repository: pytorch/rl
@@ -55,7 +55,7 @@ jobs:
5555
matrix:
5656
python_version: ["3.12"]
5757
fail-fast: false
58-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
58+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
5959
with:
6060
runner: linux.12xlarge
6161
repository: pytorch/rl
@@ -87,7 +87,7 @@ jobs:
8787
python_version: ["3.11"]
8888
cuda_arch_version: ["12.1"]
8989
fail-fast: false
90-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
90+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
9191
with:
9292
runner: linux.g5.4xlarge.nvidia.gpu
9393
repository: pytorch/rl
@@ -124,7 +124,7 @@ jobs:
124124
matrix:
125125
python_version: ["3.8"]
126126
cuda_arch_version: ["11.6"]
127-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
127+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
128128
with:
129129
repository: pytorch/rl
130130
runner: "linux.g5.4xlarge.nvidia.gpu"
@@ -156,7 +156,7 @@ jobs:
156156
python_version: ["3.11"]
157157
cuda_arch_version: ["12.1"]
158158
fail-fast: false
159-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
159+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
160160
with:
161161
runner: linux.g5.4xlarge.nvidia.gpu
162162
repository: pytorch/rl
@@ -191,7 +191,7 @@ jobs:
191191
python_version: ["3.10"] # "3.9", "3.10", "3.11"
192192
cuda_arch_version: ["11.8"] # "11.6", "11.7"
193193
fail-fast: false
194-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
194+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
195195
with:
196196
runner: linux.g5.4xlarge.nvidia.gpu
197197
repository: pytorch/rl

0 commit comments

Comments
 (0)