Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
cf08f794
Unverified
Commit
cf08f794
authored
Mar 16, 2026
by
Dmitry Tokarev
Committed by
GitHub
Mar 16, 2026
Browse files
chore: Run all pytest lifecycle markers nightly (#7449)
Signed-off-by:
Dmitry Tokarev
<
dtokarev@nvidia.com
>
parent
f81f5277
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
.github/workflows/nightly-ci.yml
.github/workflows/nightly-ci.yml
+9
-9
No files found.
.github/workflows/nightly-ci.yml
View file @
cf08f794
...
@@ -31,10 +31,10 @@ jobs:
...
@@ -31,10 +31,10 @@ jobs:
${{ github.ref_name == 'main' && format('main-vllm-{0}', github.sha) || '' }}
${{ github.ref_name == 'main' && format('main-vllm-{0}', github.sha) || '' }}
builder_name
:
b-${{ github.run_id }}-${{ github.run_attempt }}
builder_name
:
b-${{ github.run_id }}-${{ github.run_attempt }}
build_timeout_minutes
:
180
build_timeout_minutes
:
180
cpu_only_test_markers
:
'
nightly
and
vllm
and
gpu_0'
cpu_only_test_markers
:
'
vllm
and
gpu_0'
single_gpu_test_markers
:
'
nightly
and
vllm
and
gpu_1'
single_gpu_test_markers
:
'
vllm
and
gpu_1'
single_gpu_test_timeout_minutes
:
35
single_gpu_test_timeout_minutes
:
35
multi_gpu_test_markers
:
'
nightly
and
vllm
and
(gpu_2
or
gpu_4)'
multi_gpu_test_markers
:
'
vllm
and
(gpu_2
or
gpu_4)'
multi_gpu_test_timeout_minutes
:
120
multi_gpu_test_timeout_minutes
:
120
secrets
:
inherit
secrets
:
inherit
...
@@ -54,9 +54,9 @@ jobs:
...
@@ -54,9 +54,9 @@ jobs:
${{ github.ref_name == 'main' && format('main-sglang-{0}', github.sha) || '' }}
${{ github.ref_name == 'main' && format('main-sglang-{0}', github.sha) || '' }}
builder_name
:
b-${{ github.run_id }}-${{ github.run_attempt }}
builder_name
:
b-${{ github.run_id }}-${{ github.run_attempt }}
build_timeout_minutes
:
180
build_timeout_minutes
:
180
cpu_only_test_markers
:
'
nightly
and
sglang
and
gpu_0'
cpu_only_test_markers
:
'
sglang
and
gpu_0'
single_gpu_test_markers
:
'
nightly
and
sglang
and
gpu_1'
single_gpu_test_markers
:
'
sglang
and
gpu_1'
multi_gpu_test_markers
:
'
nightly
and
sglang
and
(gpu_2
or
gpu_4)'
multi_gpu_test_markers
:
'
sglang
and
(gpu_2
or
gpu_4)'
multi_gpu_test_timeout_minutes
:
120
multi_gpu_test_timeout_minutes
:
120
secrets
:
inherit
secrets
:
inherit
...
@@ -76,9 +76,9 @@ jobs:
...
@@ -76,9 +76,9 @@ jobs:
${{ github.ref_name == 'main' && format('main-trtllm-{0}', github.sha) || '' }}
${{ github.ref_name == 'main' && format('main-trtllm-{0}', github.sha) || '' }}
builder_name
:
b-${{ github.run_id }}-${{ github.run_attempt }}
builder_name
:
b-${{ github.run_id }}-${{ github.run_attempt }}
build_timeout_minutes
:
180
build_timeout_minutes
:
180
cpu_only_test_markers
:
'
nightly
and
trtllm
and
gpu_0'
cpu_only_test_markers
:
'
trtllm
and
gpu_0'
single_gpu_test_markers
:
'
nightly
and
trtllm
and
gpu_1'
single_gpu_test_markers
:
'
trtllm
and
gpu_1'
multi_gpu_test_markers
:
'
nightly
and
trtllm
and
(gpu_2
or
gpu_4)'
multi_gpu_test_markers
:
'
trtllm
and
(gpu_2
or
gpu_4)'
multi_gpu_test_timeout_minutes
:
120
multi_gpu_test_timeout_minutes
:
120
secrets
:
inherit
secrets
:
inherit
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment