Skip to content

Commit 6cad6cb

Browse files
committed
ci: bump CI job timeouts to 30 minutes
`go build ./... && go test -run=^$ ./...` on the full v7 tree exceeds 10 minutes on cold cache (job 32131889 hit 600s timeout after clearing the namespace-linter admission webhook).
1 parent eb2bf2b commit 6cad6cb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎.gitlab-ci.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ workflow:
2020

2121
lint:
2222
stage: lint
23-
timeout: 10 minutes
23+
timeout: 30 minutes
2424
rules:
2525
- if: $CI_COMMIT_TITLE == "codegen metadata"
2626
when: never
@@ -31,7 +31,7 @@ lint:
3131

3232
build:
3333
stage: build
34-
timeout: 10 minutes
34+
timeout: 30 minutes
3535
rules:
3636
- if: $CI_COMMIT_TITLE == "codegen metadata"
3737
when: never
@@ -42,7 +42,7 @@ build:
4242

4343
test:
4444
stage: test
45-
timeout: 10 minutes
45+
timeout: 30 minutes
4646
allow_failure: true
4747
rules:
4848
- if: $CI_COMMIT_TITLE == "codegen metadata"
@@ -54,7 +54,7 @@ test:
5454

5555
detect-breaking-changes:
5656
stage: test
57-
timeout: 10 minutes
57+
timeout: 30 minutes
5858
allow_failure: true
5959
rules:
6060
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_SOURCE_PROJECT_PATH == $CI_PROJECT_PATH

0 commit comments

Comments
 (0)