Skip to content

Commit

Permalink
Extend timeout to 3 days (instead of 1 day)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Jul 8, 2024
1 parent 481ff94 commit 037bd16
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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]
Expand All @@ -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
Expand Down Expand Up @@ -146,4 +146,4 @@ jobs:
push: true
tags: maxkratz/texlive:${{ matrix.year }}
platforms: linux/amd64,linux/arm/v7
timeout-minutes: 1440
timeout-minutes: 4320
10 changes: 5 additions & 5 deletions .github/workflows/build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand All @@ -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]
Expand All @@ -121,4 +121,4 @@ jobs:
push: false
tags: maxkratz/texlive:${{ matrix.year }}
platforms: linux/amd64,linux/arm/v7
timeout-minutes: 1440
timeout-minutes: 4320

0 comments on commit 037bd16

Please sign in to comment.