Skip to content

Commit

Permalink
Merge pull request moby#48645 from thaJeztah/gha_cross_bin_image_timeout
Browse files Browse the repository at this point in the history
gha: restrict cross and bin-image to 20 minutes
  • Loading branch information
thaJeztah authored Oct 11, 2024
2 parents 61030f0 + c68c9ae commit c961924
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bin-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

prepare:
runs-on: ubuntu-20.04
timeout-minutes: 120 # guardrails timeout for the whole job
timeout-minutes: 20 # guardrails timeout for the whole job
outputs:
platforms: ${{ steps.platforms.outputs.matrix }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
prepare-cross:
runs-on: ubuntu-latest
timeout-minutes: 120 # guardrails timeout for the whole job
timeout-minutes: 20 # guardrails timeout for the whole job
needs:
- validate-dco
outputs:
Expand All @@ -92,7 +92,7 @@ jobs:
cross:
runs-on: ubuntu-20.04
timeout-minutes: 120 # guardrails timeout for the whole job
timeout-minutes: 20 # guardrails timeout for the whole job
needs:
- validate-dco
- prepare-cross
Expand Down

0 comments on commit c961924

Please sign in to comment.