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
7fb597a2
Unverified
Commit
7fb597a2
authored
Mar 20, 2026
by
Dmitry Tokarev
Committed by
GitHub
Mar 20, 2026
Browse files
fix: nightly single gpu tests timeout 180 min (#7547)
Signed-off-by:
Dmitry Tokarev
<
dtokarev@nvidia.com
>
parent
6ed8ba0a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.github/workflows/nightly-ci.yml
.github/workflows/nightly-ci.yml
+3
-1
No files found.
.github/workflows/nightly-ci.yml
View file @
7fb597a2
...
@@ -33,7 +33,7 @@ jobs:
...
@@ -33,7 +33,7 @@ jobs:
build_timeout_minutes
:
180
build_timeout_minutes
:
180
cpu_only_test_markers
:
'
vllm
and
gpu_0'
cpu_only_test_markers
:
'
vllm
and
gpu_0'
single_gpu_test_markers
:
'
vllm
and
gpu_1'
single_gpu_test_markers
:
'
vllm
and
gpu_1'
single_gpu_test_timeout_minutes
:
35
single_gpu_test_timeout_minutes
:
180
multi_gpu_test_markers
:
'
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
...
@@ -56,6 +56,7 @@ jobs:
...
@@ -56,6 +56,7 @@ jobs:
build_timeout_minutes
:
180
build_timeout_minutes
:
180
cpu_only_test_markers
:
'
sglang
and
gpu_0'
cpu_only_test_markers
:
'
sglang
and
gpu_0'
single_gpu_test_markers
:
'
sglang
and
gpu_1'
single_gpu_test_markers
:
'
sglang
and
gpu_1'
single_gpu_test_timeout_minutes
:
180
multi_gpu_test_markers
:
'
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
...
@@ -78,6 +79,7 @@ jobs:
...
@@ -78,6 +79,7 @@ jobs:
build_timeout_minutes
:
180
build_timeout_minutes
:
180
cpu_only_test_markers
:
'
trtllm
and
gpu_0'
cpu_only_test_markers
:
'
trtllm
and
gpu_0'
single_gpu_test_markers
:
'
trtllm
and
gpu_1'
single_gpu_test_markers
:
'
trtllm
and
gpu_1'
single_gpu_test_timeout_minutes
:
180
multi_gpu_test_markers
:
'
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