ci: add OpenSCAP tests

This commit is contained in:
Gianluca Zuccarelli 2022-07-07 11:36:55 +01:00 committed by Christian Kellner
parent 53c56de88c
commit 6ed9e48d87

View file

@ -605,6 +605,20 @@ Multi-tenancy:
RUNNER: aws/rhel-8.6-ga-x86_64
INTERNAL_NETWORK: "true"
OpenSCAP:
stage: test
extends: .terraform
rules:
- !reference [.upstream_rules, rules]
script:
- schutzbot/deploy.sh
- /usr/libexec/tests/osbuild-composer/oscap.sh
parallel:
matrix:
- RUNNER:
- rhos-01/rhel-8.7-nightly-x86_64-large
- rhos-01/rhel-9.1-nightly-x86_64-large
Upgrade:
stage: test
extends: .terraform/openstack