Skip to content

Commit 8c713c1

Browse files
thaJeztahvvoland
authored andcommitted
gha: lower timeouts on "build" and "merge" steps
We had some runs timeout after 120 minutes; expected duration is much lower than that, so let's lower the timeout to make actions fail faster. Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 0a30b98) Signed-off-by: Paweł Gronowski <[email protected]>
1 parent 539c115 commit 8c713c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bin-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
build:
9393
runs-on: ubuntu-24.04
94-
timeout-minutes: 120 # guardrails timeout for the whole job
94+
timeout-minutes: 20 # guardrails timeout for the whole job
9595
needs:
9696
- validate-dco
9797
- prepare
@@ -167,7 +167,7 @@ jobs:
167167

168168
merge:
169169
runs-on: ubuntu-24.04
170-
timeout-minutes: 120 # guardrails timeout for the whole job
170+
timeout-minutes: 40 # guardrails timeout for the whole job
171171
needs:
172172
- build
173173
if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') && github.event_name != 'pull_request' && github.repository == 'moby/moby'

0 commit comments

Comments
 (0)