From d1e129453b130b262b183e75af4687df4fdbe491 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Thu, 27 May 2021 17:23:21 -0700 Subject: [PATCH] Add arm64 gate jobs Change-Id: I9c05059a2342594598abaa965b326737de4fab45 --- .zuul.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 219c389..3d97eb3 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,6 +5,14 @@ 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-7 parent: liberasurecode-unittests @@ -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