Add arm64 gate jobs
Change-Id: I9c05059a2342594598abaa965b326737de4fab45
This commit is contained in:
parent
9dccbc9ff1
commit
d1e129453b
22
.zuul.yaml
22
.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
|
||||
|
Loading…
Reference in New Issue
Block a user