summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2021-05-27 17:23:21 -0700
committerTim Burke <tim.burke@gmail.com>2021-06-08 15:42:05 -0700
commitd1e129453b130b262b183e75af4687df4fdbe491 (patch)
tree71397e95c5347fc9b155c085e082663f4be0fc68
parent9dccbc9ff19694612e02c56289c01e454aff113c (diff)
downloadliberasurecode-d1e129453b130b262b183e75af4687df4fdbe491.tar.gz
Add arm64 gate jobs
Change-Id: I9c05059a2342594598abaa965b326737de4fab45
-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