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
a7631b7a
Unverified
Commit
a7631b7a
authored
Apr 14, 2026
by
Dmitry Tokarev
Committed by
GitHub
Apr 14, 2026
Browse files
ci: Increase post-merge GPU tests timeout to 120m (#8186)
Signed-off-by:
Dmitry Tokarev
<
dtokarev@nvidia.com
>
parent
07c7cc87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.github/workflows/post-merge-ci.yml
.github/workflows/post-merge-ci.yml
+6
-6
No files found.
.github/workflows/post-merge-ci.yml
View file @
a7631b7a
...
@@ -36,8 +36,8 @@ jobs:
...
@@ -36,8 +36,8 @@ jobs:
cpu_only_test_markers
:
'
(pre_merge
or
post_merge)
and
vllm
and
gpu_0'
cpu_only_test_markers
:
'
(pre_merge
or
post_merge)
and
vllm
and
gpu_0'
single_gpu_test_markers
:
'
(pre_merge
or
post_merge)
and
vllm
and
gpu_1'
single_gpu_test_markers
:
'
(pre_merge
or
post_merge)
and
vllm
and
gpu_1'
multi_gpu_test_markers
:
'
(pre_merge
or
post_merge)
and
vllm
and
(gpu_2
or
gpu_4)'
multi_gpu_test_markers
:
'
(pre_merge
or
post_merge)
and
vllm
and
(gpu_2
or
gpu_4)'
cpu_only_test_timeout_minutes
:
6
0
cpu_only_test_timeout_minutes
:
1
0
single_gpu_test_timeout_minutes
:
6
0
single_gpu_test_timeout_minutes
:
12
0
multi_gpu_test_timeout_minutes
:
60
multi_gpu_test_timeout_minutes
:
60
secrets
:
inherit
secrets
:
inherit
...
@@ -61,8 +61,8 @@ jobs:
...
@@ -61,8 +61,8 @@ jobs:
cpu_only_test_markers
:
'
(pre_merge
or
post_merge)
and
sglang
and
gpu_0'
cpu_only_test_markers
:
'
(pre_merge
or
post_merge)
and
sglang
and
gpu_0'
single_gpu_test_markers
:
'
(pre_merge
or
post_merge)
and
sglang
and
gpu_1'
single_gpu_test_markers
:
'
(pre_merge
or
post_merge)
and
sglang
and
gpu_1'
multi_gpu_test_markers
:
'
(pre_merge
or
post_merge)
and
sglang
and
(gpu_2
or
gpu_4)'
multi_gpu_test_markers
:
'
(pre_merge
or
post_merge)
and
sglang
and
(gpu_2
or
gpu_4)'
cpu_only_test_timeout_minutes
:
6
0
cpu_only_test_timeout_minutes
:
1
0
single_gpu_test_timeout_minutes
:
6
0
single_gpu_test_timeout_minutes
:
12
0
multi_gpu_test_timeout_minutes
:
60
multi_gpu_test_timeout_minutes
:
60
secrets
:
inherit
secrets
:
inherit
...
@@ -86,8 +86,8 @@ jobs:
...
@@ -86,8 +86,8 @@ jobs:
cpu_only_test_markers
:
'
(pre_merge
or
post_merge)
and
trtllm
and
gpu_0'
cpu_only_test_markers
:
'
(pre_merge
or
post_merge)
and
trtllm
and
gpu_0'
single_gpu_test_markers
:
'
(pre_merge
or
post_merge)
and
trtllm
and
gpu_1'
single_gpu_test_markers
:
'
(pre_merge
or
post_merge)
and
trtllm
and
gpu_1'
multi_gpu_test_markers
:
'
(pre_merge
or
post_merge)
and
trtllm
and
(gpu_2
or
gpu_4)'
multi_gpu_test_markers
:
'
(pre_merge
or
post_merge)
and
trtllm
and
(gpu_2
or
gpu_4)'
cpu_only_test_timeout_minutes
:
6
0
cpu_only_test_timeout_minutes
:
1
0
single_gpu_test_timeout_minutes
:
6
0
single_gpu_test_timeout_minutes
:
12
0
multi_gpu_test_timeout_minutes
:
60
multi_gpu_test_timeout_minutes
:
60
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