-
Notifications
You must be signed in to change notification settings - Fork 7
/
.zuul.yaml
52 lines (50 loc) · 1.64 KB
/
.zuul.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
- job:
name: f38-gcc-netconf-cli-no-sysrepo
description: |
Build a minimal version without sysrepo or the test suite
parent: f38-gcc
- job:
name: netconf-cli-f38-clang-asan-ubsan
parent: f38-clang-asan-ubsan
pre-run: ci/pre.yaml
requires: CzechLight-deps-f38-clang-asan-ubsan
timeout: 1800
vars:
zuul_work_dir: "{{ zuul.projects[zuul.project.canonical_hostname + '/CzechLight/netconf-cli'].src_dir }}"
- project:
check:
jobs:
- f38-gcc-cover:
pre-run: ci/pre.yaml
requires: CzechLight-deps-f38-gcc
required-projects: &projects
- CzechLight/dependencies
timeout: 1800
- netconf-cli-f38-clang-asan-ubsan:
required-projects: *projects
- f38-clang-tsan:
pre-run: ci/pre.yaml
requires: CzechLight-deps-f38-clang-tsan
required-projects: *projects
timeout: 1800
- f38-gcc-netconf-cli-no-sysrepo:
pre-run: ci/pre.yaml
requires: CzechLight-deps-f38-gcc
required-projects: *projects
timeout: 1800
- f38-cpp-coverage-diff:
pre-run: ci/pre.yaml
voting: false
timeout: 1800
- clang-format:
voting: false
- f38-gcc-cover-previous:
pre-run: ci/pre.yaml
requires: CzechLight-deps-f38-gcc
required-projects: *projects
timeout: 1800
- czechlight-clearfog:
required-projects:
- CzechLight/br2-external
requires: CzechLight-br2-build-clearfog
timeout: 1800