-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.zuul.yaml
More file actions
36 lines (36 loc) · 1.39 KB
/
.zuul.yaml
File metadata and controls
36 lines (36 loc) · 1.39 KB
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
- project:
check:
jobs:
- f38-gcc-cover:
pre-run: ci/pre.yaml
required-projects:
- name: github/CESNET/libyang
override-checkout: cesnet/2026-02-09--just-before-v5
- name: github/CESNET/libnetconf2
override-checkout: cesnet/2026-02-09--before-libyang-v5
- name: github/doctest/doctest
override-checkout: v2.4.8
- name: github/rollbear/trompeloeil
override-checkout: v44
- name: CzechLight/libyang-cpp
- f38-clang-asan-ubsan:
pre-run: ci/pre.yaml
required-projects: &projects
- name: github/CESNET/libyang
override-checkout: cesnet/2026-02-09--just-before-v5
- name: github/CESNET/libnetconf2
override-checkout: cesnet/2026-02-09--before-libyang-v5
- name: github/doctest/doctest
override-checkout: v2.4.11
- name: github/rollbear/trompeloeil
override-checkout: v44
- name: CzechLight/libyang-cpp
- f38-clang-tsan:
pre-run: ci/pre.yaml
required-projects: *projects
- clang-format:
voting: false
- f38-cpp-coverage-diff:
voting: false
- f38-gcc-cover-previous:
required-projects: *projects