Extend timeout to 3 days (instead of 1 day)

This commit is contained in:
Maximilian Kratz 2024-07-08 07:36:07 +02:00
parent 481ff9455a
commit 037bd16451
2 changed files with 10 additions and 10 deletions

View file

@ -34,7 +34,7 @@ jobs:
# Use a self-hosted runner to circumvent 6h timeout
runs-on: [self-hosted]
needs: [build-and-push-base]
timeout-minutes: 1440
timeout-minutes: 4320
strategy:
matrix:
year: [2017, 2018, 2019, 2020, 2021, 2022, 2023]
@ -57,14 +57,14 @@ jobs:
push: true
tags: maxkratz/texlive:${{ matrix.year }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
timeout-minutes: 1440
timeout-minutes: 4320
# latest is an extra build step because of buggy GitHub Actions if conditions
build-and-push-latest-image:
# 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: 1440
timeout-minutes: 4320
strategy:
matrix:
year: [2024]
@ -89,7 +89,7 @@ jobs:
maxkratz/texlive:${{ matrix.year }}
maxkratz/texlive:latest
platforms: linux/amd64,linux/arm64,linux/arm/v7
timeout-minutes: 1440
timeout-minutes: 4320
build-and-push-image-variants:
# Use a self-hosted runner to circumvent the small storage size of GitHub-hosted runners
@ -146,4 +146,4 @@ jobs:
push: true
tags: maxkratz/texlive:${{ matrix.year }}
platforms: linux/amd64,linux/arm/v7
timeout-minutes: 1440
timeout-minutes: 4320

View file

@ -29,7 +29,7 @@ jobs:
# Use a self-hosted runner to circumvent 6h timeout
runs-on: [self-hosted]
needs: [build-base]
timeout-minutes: 1440
timeout-minutes: 4320
strategy:
matrix:
year: [2017, 2018, 2019, 2020, 2021, 2022, 2023]
@ -76,7 +76,7 @@ jobs:
# Use a self-hosted runner to circumvent 6h timeout
runs-on: [self-hosted]
needs: [build-base]
timeout-minutes: 1440
timeout-minutes: 4320
strategy:
matrix:
year: [2024]
@ -96,14 +96,14 @@ jobs:
maxkratz/texlive:${{ matrix.year }}
maxkratz/texlive:latest
platforms: linux/amd64,linux/arm64,linux/arm/v7
timeout-minutes: 1440
timeout-minutes: 4320
# 2016 can not be built with arm64 support
build-2016-image:
# Use a self-hosted runner to circumvent 6h timeout
runs-on: [self-hosted]
needs: [build-base]
timeout-minutes: 1440
timeout-minutes: 4320
strategy:
matrix:
year: [2016]
@ -121,4 +121,4 @@ jobs:
push: false
tags: maxkratz/texlive:${{ matrix.year }}
platforms: linux/amd64,linux/arm/v7
timeout-minutes: 1440
timeout-minutes: 4320