forked from CESNET/libnetconf2-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zuul.yaml
28 lines (28 loc) · 961 Bytes
/
.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
- project:
check:
jobs:
- f34-gcc-cover:
pre-run: ci/pre.yaml
required-projects: &projects
- name: github/CESNET/libyang
override-checkout: devel
- name: github/CESNET/libnetconf2
override-checkout: devel
- name: github/onqtam/doctest
override-checkout: cesnet/2021-10-08
- name: github/rollbear/trompeloeil
override-checkout: v41
- name: CzechLight/libyang-cpp
- f34-clang-asan-ubsan:
pre-run: ci/pre.yaml
required-projects: *projects
- f34-clang-tsan:
pre-run: ci/pre.yaml
required-projects: *projects
- clang-format:
voting: false
- f34-cpp-coverage-diff:
voting: false
- f34-gcc-cover-previous:
pre-run: ci/pre.yaml
required-projects: *projects