-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy path.zuul.yaml
45 lines (41 loc) · 1.33 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
- 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-arm64
parent: liberasurecode-unittests
nodeset: ubuntu-focal-arm64
description: |
Build and run test and valgrind-test for liberasurecode
on arm64.
- job:
name: liberasurecode-unittests-centos-9-stream
parent: liberasurecode-unittests
nodeset: centos-9-stream
description: |
Build and run test and valgrind-test for liberasurecode.
This job runs on CentOS 9 Stream.
- job:
name: liberasurecode-unittests-centos-9-stream-fips
parent: liberasurecode-unittests-centos-9-stream
pre-run: playbooks/enable-fips.yaml
description: |
Build and run test and valgrind-test for liberasurecode.
This job runs on a FIPS-enabled CentOS 9 Stream system.
- project:
check:
jobs:
- liberasurecode-unittests
- liberasurecode-unittests-centos-9-stream
- liberasurecode-unittests-centos-9-stream-fips
check-arm64:
jobs:
- liberasurecode-unittests-arm64
gate:
jobs:
- liberasurecode-unittests
- liberasurecode-unittests-centos-9-stream
- liberasurecode-unittests-centos-9-stream-fips