forked from openstack/liberasurecode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zuul.yaml
34 lines (31 loc) · 939 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
29
30
31
32
33
34
- job:
name: liberasurecode-unittests
parent: unittests
description: |
Build and run test and valgrind-test for liberasurecode.
run: playbooks/unittests/run.yaml
- job:
name: liberasurecode-unittests-centos-7
parent: liberasurecode-unittests
nodeset: centos-7
description: |
Build and run test and valgrind-test for liberasurecode.
This job runs on CentOS-7.
- job:
name: liberasurecode-unittests-centos-8
parent: liberasurecode-unittests
nodeset: centos-8
description: |
Build and run test and valgrind-test for liberasurecode.
This job runs on CentOS-8.
- project:
check:
jobs:
- liberasurecode-unittests
- liberasurecode-unittests-centos-7
- liberasurecode-unittests-centos-8
gate:
jobs:
- liberasurecode-unittests
- liberasurecode-unittests-centos-7
- liberasurecode-unittests-centos-8