Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite5a0a9d

Browse files
Use 2-gpu H100 runner for nightly tests
Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>
1 parentc333d36 commite5a0a9d

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

‎.github/workflows/example_tests.yml‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,11 @@ jobs:
5454
checks:read
5555
secrets:inherit
5656
with:
57-
match_pattern:'^DCO$|^linux$'# Wait for DCO and Unit tests / linux to pass
57+
match_pattern:"^DCO$|^linux$"# Wait for DCO and Unit tests / linux to pass
5858
delay:300s
5959
example-tests-pr:
6060
needs:[check-file-changes, wait-checks]
6161
if:needs.check-file-changes.outputs.any_changed == 'true'
62-
# Runner list at https://github.com/nv-gha-runners/enterprise-runner-configuration/blob/main/docs/runner-groups.md
6362
runs-on:linux-amd64-gpu-h100-latest-1
6463
timeout-minutes:90
6564
strategy:
@@ -84,8 +83,7 @@ jobs:
8483
pytest -s tests/examples/${{ matrix.EXAMPLE }}
8584
example-tests-non-pr:
8685
if:${{ !startsWith(github.ref, 'refs/heads/pull-request/') }}
87-
# Runner list at https://github.com/nv-gha-runners/enterprise-runner-configuration/blob/main/docs/runner-groups.md
88-
runs-on:linux-amd64-gpu-h100-latest-1
86+
runs-on:linux-amd64-gpu-h100-latest-2
8987
timeout-minutes:90
9088
strategy:
9189
matrix:

‎.github/workflows/gpu_tests.yml‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,11 @@ jobs:
5454
checks:read
5555
secrets:inherit
5656
with:
57-
match_pattern:'^DCO$|^linux$'# Wait for DCO and Unit tests / linux to pass
57+
match_pattern:"^DCO$|^linux$"# Wait for DCO and Unit tests / linux to pass
5858
delay:300s
5959
gpu-tests-pr:
6060
needs:[check-file-changes, wait-checks]
6161
if:needs.check-file-changes.outputs.any_changed == 'true'
62-
# Runner list at https://github.com/nv-gha-runners/enterprise-runner-configuration/blob/main/docs/runner-groups.md
6362
runs-on:linux-amd64-gpu-l4-latest-1
6463
timeout-minutes:120
6564
container:&gpu_container
@@ -78,8 +77,7 @@ jobs:
7877
run:pip install tox-current-env && tox -e py312-cuda12-gpu --current-env
7978
gpu-tests-non-pr:
8079
if:${{ !startsWith(github.ref, 'refs/heads/pull-request/') }}
81-
# Runner list at https://github.com/nv-gha-runners/enterprise-runner-configuration/blob/main/docs/runner-groups.md
82-
runs-on:linux-amd64-gpu-h100-latest-1
80+
runs-on:linux-amd64-gpu-h100-latest-2
8381
timeout-minutes:120
8482
container:*gpu_container
8583
steps:*gpu_steps

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp