Skip to content

Commit 5dfa7f4

Browse files
author
Enzo Desiage
committed
Merge branch 'add-timeout-bazel-test-all-rebuild' into 'master'
Bump timeout for `bazel-test-all-rebuild` to be the same as `bazel-test-all` - 80 minutes ```bash debugfs 1.45.5 (07-Jan-2020) [19,265 / 19,603] Action ic-os/guestos/envs/dev/rootfs-tree.tar; 2939s local, remote-cache ... (16 actions running) ERROR: Job failed: execution took longer than 1h0m0s seconds on took longer than 1h0m0s seconds ``` See merge request dfinity-lab/public/ic!12633
2 parents 0f505e1 + 29bd3b0 commit 5dfa7f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab-ci/config/20--test--bazel-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ bazel-test-all-rebuild:
156156
variables:
157157
BAZEL_COMMAND: "build"
158158
BAZEL_EXTRA_ARGS: "--repository_cache= --disk_cache= --noremote_accept_cached --remote_instance_name=${CI_COMMIT_SHA} --@rules_rust//rust/settings:pipelined_compilation=True"
159+
timeout: 80 minutes
159160

160161
bazel-build-macos:
161162
extends:

0 commit comments

Comments
 (0)