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
657fbb62
Unverified
Commit
657fbb62
authored
Mar 17, 2026
by
Dmitry Tokarev
Committed by
GitHub
Mar 17, 2026
Browse files
chore: bump copy to acr timeout to 20 min for dev images (#7471)
Signed-off-by:
Dmitry Tokarev
<
dtokarev@nvidia.com
>
parent
e811db50
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
.github/workflows/post-merge-ci.yml
.github/workflows/post-merge-ci.yml
+3
-0
No files found.
.github/workflows/post-merge-ci.yml
View file @
657fbb62
...
...
@@ -104,6 +104,7 @@ jobs:
cuda_versions
:
'
["12.9",
"13.0"]'
builder_name
:
b-${{ github.run_id }}-${{ github.run_attempt }}
build_timeout_minutes
:
60
copy_timeout_minutes
:
20
run_cpu_only_tests
:
false
run_single_gpu_tests
:
false
run_multi_gpu_tests
:
false
...
...
@@ -119,6 +120,7 @@ jobs:
cuda_versions
:
'
["12.9",
"13.0"]'
builder_name
:
b-${{ github.run_id }}-${{ github.run_attempt }}
build_timeout_minutes
:
60
copy_timeout_minutes
:
20
run_cpu_only_tests
:
false
run_single_gpu_tests
:
false
run_multi_gpu_tests
:
false
...
...
@@ -134,6 +136,7 @@ jobs:
cuda_versions
:
'
["13.1"]'
builder_name
:
b-${{ github.run_id }}-${{ github.run_attempt }}
build_timeout_minutes
:
60
copy_timeout_minutes
:
20
run_cpu_only_tests
:
false
run_single_gpu_tests
:
false
run_multi_gpu_tests
:
false
...
...
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