|
23 | 23 | python_version: ["3.9"]
|
24 | 24 | cuda_arch_version: ["12.1"]
|
25 | 25 | 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 |
27 | 27 | with:
|
28 | 28 | repository: pytorch/rl
|
29 | 29 | runner: "linux.g5.4xlarge.nvidia.gpu"
|
|
57 | 57 | python_version: ["3.11"]
|
58 | 58 | cuda_arch_version: ["12.1"]
|
59 | 59 | 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 |
61 | 61 | with:
|
62 | 62 | repository: pytorch/rl
|
63 | 63 | runner: "linux.g5.4xlarge.nvidia.gpu"
|
|
94 | 94 | python_version: ["3.9"]
|
95 | 95 | cuda_arch_version: ["12.1"]
|
96 | 96 | 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 |
98 | 98 | with:
|
99 | 99 | repository: pytorch/rl
|
100 | 100 | runner: "linux.g5.4xlarge.nvidia.gpu"
|
@@ -129,7 +129,7 @@ jobs:
|
129 | 129 | python_version: ["3.9"]
|
130 | 130 | cuda_arch_version: ["12.1"]
|
131 | 131 | 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 |
133 | 133 | with:
|
134 | 134 | repository: pytorch/rl
|
135 | 135 | runner: "linux.g5.4xlarge.nvidia.gpu"
|
@@ -164,7 +164,7 @@ jobs:
|
164 | 164 | python_version: ["3.9"]
|
165 | 165 | cuda_arch_version: ["12.1"]
|
166 | 166 | 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 |
168 | 168 | with:
|
169 | 169 | repository: pytorch/rl
|
170 | 170 | runner: "linux.g5.4xlarge.nvidia.gpu"
|
@@ -197,7 +197,7 @@ jobs:
|
197 | 197 | matrix:
|
198 | 198 | python_version: ["3.9"]
|
199 | 199 | 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 |
201 | 201 | with:
|
202 | 202 | repository: pytorch/rl
|
203 | 203 | runner: "linux.g5.4xlarge.nvidia.gpu"
|
@@ -233,7 +233,7 @@ jobs:
|
233 | 233 | python_version: ["3.9"]
|
234 | 234 | cuda_arch_version: ["12.1"]
|
235 | 235 | 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 |
237 | 237 | with:
|
238 | 238 | repository: pytorch/rl
|
239 | 239 | runner: "linux.g5.4xlarge.nvidia.gpu"
|
@@ -267,7 +267,7 @@ jobs:
|
267 | 267 | bash .github/unittest/linux_libs/scripts_jumanji/post_process.sh
|
268 | 268 |
|
269 | 269 | 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 |
271 | 271 | if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Environments') }}
|
272 | 272 | with:
|
273 | 273 | repository: pytorch/rl
|
@@ -307,7 +307,7 @@ jobs:
|
307 | 307 | python_version: ["3.9"]
|
308 | 308 | cuda_arch_version: ["12.1"]
|
309 | 309 | 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 |
311 | 311 | with:
|
312 | 312 | repository: pytorch/rl
|
313 | 313 | runner: "linux.g5.4xlarge.nvidia.gpu"
|
@@ -345,7 +345,7 @@ jobs:
|
345 | 345 | python_version: ["3.10.12"]
|
346 | 346 | cuda_arch_version: ["12.1"]
|
347 | 347 | 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 |
349 | 349 | with:
|
350 | 350 | repository: pytorch/rl
|
351 | 351 | runner: "linux.g5.4xlarge.nvidia.gpu"
|
@@ -383,7 +383,7 @@ jobs:
|
383 | 383 | python_version: ["3.9"]
|
384 | 384 | cuda_arch_version: ["12.1"]
|
385 | 385 | 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 |
387 | 387 | with:
|
388 | 388 | repository: pytorch/rl
|
389 | 389 | runner: "linux.g5.4xlarge.nvidia.gpu"
|
@@ -418,7 +418,7 @@ jobs:
|
418 | 418 | python_version: ["3.9"]
|
419 | 419 | cuda_arch_version: ["12.1"]
|
420 | 420 | 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 |
422 | 422 | with:
|
423 | 423 | repository: pytorch/rl
|
424 | 424 | runner: "linux.g5.4xlarge.nvidia.gpu"
|
@@ -449,7 +449,7 @@ jobs:
|
449 | 449 |
|
450 | 450 | unittests-pettingzoo:
|
451 | 451 | 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 |
453 | 453 | with:
|
454 | 454 | repository: pytorch/rl
|
455 | 455 | runner: "linux.g5.4xlarge.nvidia.gpu"
|
@@ -488,7 +488,7 @@ jobs:
|
488 | 488 | python_version: ["3.9"]
|
489 | 489 | cuda_arch_version: ["12.1"]
|
490 | 490 | 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 |
492 | 492 | with:
|
493 | 493 | repository: pytorch/rl
|
494 | 494 | runner: "linux.g5.4xlarge.nvidia.gpu"
|
@@ -522,7 +522,7 @@ jobs:
|
522 | 522 | python_version: ["3.9"]
|
523 | 523 | cuda_arch_version: ["12.1"]
|
524 | 524 | 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 |
526 | 526 | with:
|
527 | 527 | repository: pytorch/rl
|
528 | 528 | runner: "linux.g5.4xlarge.nvidia.gpu"
|
@@ -556,7 +556,7 @@ jobs:
|
556 | 556 | matrix:
|
557 | 557 | python_version: ["3.9"]
|
558 | 558 | 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 |
560 | 560 | with:
|
561 | 561 | repository: pytorch/rl
|
562 | 562 | runner: "linux.g5.4xlarge.nvidia.gpu"
|
@@ -593,7 +593,7 @@ jobs:
|
593 | 593 | python_version: ["3.9"]
|
594 | 594 | cuda_arch_version: ["12.1"]
|
595 | 595 | 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 |
597 | 597 | with:
|
598 | 598 | repository: pytorch/rl
|
599 | 599 | runner: "linux.g5.4xlarge.nvidia.gpu"
|
@@ -632,7 +632,7 @@ jobs:
|
632 | 632 | python_version: ["3.9"]
|
633 | 633 | cuda_arch_version: ["12.1"]
|
634 | 634 | 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 |
636 | 636 | with:
|
637 | 637 | repository: pytorch/rl
|
638 | 638 | runner: "linux.g5.4xlarge.nvidia.gpu"
|
@@ -667,7 +667,7 @@ jobs:
|
667 | 667 | python_version: ["3.9"]
|
668 | 668 | cuda_arch_version: ["12.1"]
|
669 | 669 | 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 |
671 | 671 | with:
|
672 | 672 | repository: pytorch/rl
|
673 | 673 | runner: "linux.g5.4xlarge.nvidia.gpu"
|
|
0 commit comments