Skip to content

Commit

Permalink
GitLab CI: Set a timeout of 2 hours for the build.
Browse files Browse the repository at this point in the history
The build can take longer than an hour, and I don't think there's
much we can do about that.

ccache helps but it has to be built first.
  • Loading branch information
madewokherd committed Oct 9, 2024
1 parent 9b4078d commit 60a4122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' || $CI_PROJECT_NAMESPACE == 'mono'
interruptible: true
timeout: 2h
cache:
-
key: $CI_JOB_NAME-ccache
Expand Down

0 comments on commit 60a4122

Please sign in to comment.