summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 219c389..3d97eb3 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -6,6 +6,14 @@
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-7
parent: liberasurecode-unittests
nodeset: centos-7
@@ -21,12 +29,26 @@
Build and run test and valgrind-test for liberasurecode.
This job runs on CentOS-8.
+- job:
+ name: liberasurecode-unittests-centos-8-arm64
+ parent: liberasurecode-unittests
+ nodeset: centos-8-arm64
+ description: |
+ Build and run test and valgrind-test for liberasurecode.
+ This job runs on CentOS-8 on arm64.
+
- project:
check:
jobs:
- liberasurecode-unittests
- liberasurecode-unittests-centos-7
- liberasurecode-unittests-centos-8
+ check-arm64:
+ jobs:
+ - liberasurecode-unittests-arm64:
+ voting: false
+ - liberasurecode-unittests-centos-8-arm64:
+ voting: false
gate:
jobs:
- liberasurecode-unittests