Skip to content

Commit

Permalink
Lifts the timeout limit for most of the complex build jobs to 12h
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Apr 29, 2024
1 parent 7258920 commit 2aabb26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
build-and-push-image:
runs-on: [ubuntu-22.04]
needs: [build-and-push-base]
timeout-minutes: 720
strategy:
matrix:
year: [2017, 2018, 2019, 2020, 2021, 2022]
Expand Down Expand Up @@ -60,6 +61,7 @@ jobs:
# Use a self-hosted runner to circumvent the small storage size of GitHub-hosted runners
runs-on: [self-hosted]
needs: [build-and-push-base]
timeout-minutes: 720
strategy:
matrix:
year: [2023]
Expand Down Expand Up @@ -88,6 +90,7 @@ jobs:
# Use a self-hosted runner to circumvent the small storage size of GitHub-hosted runners
runs-on: [self-hosted]
needs: [build-and-push-base]
timeout-minutes: 720
strategy:
matrix:
year: [2024]
Expand Down Expand Up @@ -144,6 +147,7 @@ jobs:
build-and-push-2016-image:
runs-on: [ubuntu-22.04]
needs: [build-and-push-base]
timeout-minutes: 720
strategy:
matrix:
year: [2016]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
build-image:
runs-on: [ubuntu-22.04]
needs: [build-base]
timeout-minutes: 720
strategy:
matrix:
year: [2017, 2018, 2019, 2020, 2021, 2022, 2023]
Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:
build-latest-image:
runs-on: [ubuntu-22.04]
needs: [build-base]
timeout-minutes: 720
strategy:
matrix:
year: [2024]
Expand All @@ -96,6 +98,7 @@ jobs:
build-2016-image:
runs-on: [ubuntu-22.04]
needs: [build-base]
timeout-minutes: 720
strategy:
matrix:
year: [2016]
Expand Down

0 comments on commit 2aabb26

Please sign in to comment.