Lifts the timeout limit for most of the complex build jobs to 12h

This commit is contained in:
Maximilian Kratz 2024-04-29 07:22:56 +02:00
parent 7258920367
commit 2aabb26c23
2 changed files with 7 additions and 0 deletions

View file

@ -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]
@ -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]
@ -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]
@ -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]

View file

@ -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]
@ -72,6 +73,7 @@ jobs:
build-latest-image:
runs-on: [ubuntu-22.04]
needs: [build-base]
timeout-minutes: 720
strategy:
matrix:
year: [2024]
@ -96,6 +98,7 @@ jobs:
build-2016-image:
runs-on: [ubuntu-22.04]
needs: [build-base]
timeout-minutes: 720
strategy:
matrix:
year: [2016]