Skip to content

Commit

Permalink
add 30 minutes to the timeout of the runner jobs for the core-crucibl…
Browse files Browse the repository at this point in the history
…e-ci workflow

- when a controller image is built and force-builds is enabled (for
  the first run only) the jobs just take longer and need some extra
  headroom

- since this is tied to a controller build it is only applicable to
  the core-crucible-ci workflow
  • Loading branch information
k-rister committed Aug 26, 2024
1 parent a275cc7 commit 53d488e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core-crucible-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:

github-runners:
runs-on: ubuntu-latest
timeout-minutes: 90
timeout-minutes: 120
needs:
- gen-params
- display-params
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:

self-hosted-runners:
runs-on: [ self-hosted, cpu-partitioning, remotehost, remotehosts ]
timeout-minutes: 90
timeout-minutes: 120
needs:
- gen-params
- display-params
Expand Down

0 comments on commit 53d488e

Please sign in to comment.