CentOS 8 Stream has reached its end of life and the upstream package repos have been removed. The CentOS nodes from Zuul and Nodepool are being removed. See the following email announcement: https: //lists.opendev.org/archives/list/service-announce@lists.opendev.org/thread/YHPRWKWULKJATAJZPFIZCBHS7HZJE5V2/ Also, use libtool to run valgrind on executables, not wrapper scripts. We can't be responsible for running down memory issues in bash or sed. Co-Authored-By: Tim Burke <tim.burke@gmail.com> Change-Id: I451b5d0a333ab1a7e3a372c27b4cde67397f3372
46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
- job:
|
|
name: liberasurecode-unittests
|
|
parent: unittests
|
|
description: |
|
|
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-9-stream
|
|
parent: liberasurecode-unittests
|
|
nodeset: centos-9-stream
|
|
description: |
|
|
Build and run test and valgrind-test for liberasurecode.
|
|
This job runs on CentOS 9 Stream.
|
|
|
|
- job:
|
|
name: liberasurecode-unittests-centos-9-stream-fips
|
|
parent: liberasurecode-unittests-centos-9-stream
|
|
pre-run: playbooks/enable-fips.yaml
|
|
description: |
|
|
Build and run test and valgrind-test for liberasurecode.
|
|
This job runs on a FIPS-enabled CentOS 9 Stream system.
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- liberasurecode-unittests
|
|
- liberasurecode-unittests-centos-9-stream
|
|
- liberasurecode-unittests-centos-9-stream-fips
|
|
check-arm64:
|
|
jobs:
|
|
- liberasurecode-unittests-arm64
|
|
gate:
|
|
jobs:
|
|
- liberasurecode-unittests
|
|
- liberasurecode-unittests-centos-9-stream
|
|
- liberasurecode-unittests-centos-9-stream-fips
|