-
Notifications
You must be signed in to change notification settings - Fork 2
/
.zuul.yaml
36 lines (35 loc) · 1.18 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
- job:
name: rousette-f38-clang-asan-ubsan
parent: f38-clang-asan-ubsan
pre-run: ci/pre.yaml
requires: CzechLight-deps-f38-clang-asan-ubsan
required-projects: &projects
- CzechLight/dependencies
- name: github/nghttp2/nghttp2-asio
override-checkout: main
vars:
zuul_work_dir: "{{ zuul.projects[zuul.project.canonical_hostname + '/CzechLight/rousette'].src_dir }}"
- project:
check:
jobs:
- f38-gcc-cover:
requires: CzechLight-deps-f38-gcc
required-projects: *projects
pre-run: ci/pre.yaml
- rousette-f38-clang-asan-ubsan
- f38-clang-tsan:
requires: CzechLight-deps-f38-clang-tsan
required-projects: *projects
pre-run: ci/pre.yaml
- f38-cpp-coverage-diff:
voting: false
- clang-format:
voting: false
- f38-gcc-cover-previous:
requires: CzechLight-deps-f38-gcc
required-projects: *projects
pre-run: ci/pre.yaml
- czechlight-clearfog:
required-projects:
- CzechLight/br2-external
requires: CzechLight-br2-build-clearfog