CI: allow longer builds
This projects regularly takes 10-15 minutes to build, using the current
generation of build VMs. That's also our default timeout which works
well for the other projects, but it sometimes breaks this one.
Since we're usually setting the time to about twice the regular
duration, let's bump it to half an hour here.
Change-Id: I0a379806e33b893800569e1b340630ab95313cfe
diff --git a/.zuul.yaml b/.zuul.yaml
index 23c7ebb..7221e09 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -9,6 +9,7 @@
parent: f34-clang-asan-ubsan
pre-run: ci/pre.yaml
requires: CzechLight-deps-f34-clang-asan-ubsan
+ timeout: 1800
vars:
zuul_work_dir: "{{ zuul.projects[zuul.project.canonical_hostname + '/CzechLight/netconf-cli'].src_dir }}"
@@ -20,26 +21,32 @@
requires: CzechLight-deps-f34-gcc
required-projects: &projects
- CzechLight/dependencies
+ timeout: 1800
- netconf-cli-f34-clang-asan-ubsan:
required-projects: *projects
- f34-clang-tsan:
pre-run: ci/pre.yaml
requires: CzechLight-deps-f34-clang-tsan
required-projects: *projects
+ timeout: 1800
- f34-gcc-netconf-cli-no-sysrepo:
pre-run: ci/pre.yaml
requires: CzechLight-deps-f34-gcc
required-projects: *projects
+ timeout: 1800
- f34-cpp-coverage-diff:
pre-run: ci/pre.yaml
voting: false
+ timeout: 1800
- clang-format:
voting: false
- f34-gcc-cover-previous:
pre-run: ci/pre.yaml
requires: CzechLight-deps-f34-gcc
required-projects: *projects
+ timeout: 1800
- czechlight-clearfog:
required-projects:
- CzechLight/br2-external
requires: CzechLight-br2-build-clearfog
+ timeout: 1800