Build and test on centos-8 node

Change-Id: I6c7a1725ba00981d45511fc3c18795737b1967cb
This commit is contained in:
Thiago da Silva 2020-02-06 13:35:40 +11:00
parent 0eb6cd321e
commit 4e4995cccc
1 changed files with 10 additions and 0 deletions

View File

@ -13,12 +13,22 @@
Build and run test and valgrind-test for liberasurecode.
This job runs on CentOS-7.
- job:
name: liberasurecode-unittests-centos-8
parent: liberasurecode-unittests
nodeset: centos-8
description: |
Build and run test and valgrind-test for liberasurecode.
This job runs on CentOS-8.
- project:
check:
jobs:
- liberasurecode-unittests
- liberasurecode-unittests-centos-7
- liberasurecode-unittests-centos-8
gate:
jobs:
- liberasurecode-unittests
- liberasurecode-unittests-centos-7
- liberasurecode-unittests-centos-8