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
5b03a597
Unverified
Commit
5b03a597
authored
Apr 17, 2026
by
Dmitry Tokarev
Committed by
GitHub
Apr 17, 2026
Browse files
ci: Nightly CI - Increase single GPU test job timeout to 5 hrs (#8305)
Signed-off-by:
Dmitry Tokarev
<
dtokarev@nvidia.com
>
parent
94ee2aaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.github/workflows/nightly-ci.yml
.github/workflows/nightly-ci.yml
+3
-3
No files found.
.github/workflows/nightly-ci.yml
View file @
5b03a597
...
...
@@ -64,7 +64,7 @@ jobs:
build_timeout_minutes
:
180
cpu_only_test_markers
:
'
vllm
and
gpu_0'
single_gpu_test_markers
:
'
vllm
and
gpu_1'
single_gpu_test_timeout_minutes
:
18
0
single_gpu_test_timeout_minutes
:
30
0
multi_gpu_test_markers
:
'
vllm
and
(gpu_2
or
gpu_4)'
multi_gpu_test_timeout_minutes
:
120
secrets
:
inherit
...
...
@@ -88,7 +88,7 @@ jobs:
build_timeout_minutes
:
180
cpu_only_test_markers
:
'
sglang
and
gpu_0'
single_gpu_test_markers
:
'
sglang
and
gpu_1'
single_gpu_test_timeout_minutes
:
18
0
single_gpu_test_timeout_minutes
:
30
0
multi_gpu_test_markers
:
'
sglang
and
(gpu_2
or
gpu_4)'
multi_gpu_test_timeout_minutes
:
120
secrets
:
inherit
...
...
@@ -112,7 +112,7 @@ jobs:
build_timeout_minutes
:
180
cpu_only_test_markers
:
'
trtllm
and
gpu_0'
single_gpu_test_markers
:
'
trtllm
and
gpu_1'
single_gpu_test_timeout_minutes
:
18
0
single_gpu_test_timeout_minutes
:
30
0
multi_gpu_test_markers
:
'
trtllm
and
(gpu_2
or
gpu_4)'
multi_gpu_test_timeout_minutes
:
120
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