test: Add nginx to the image request
This commit is contained in:
parent
4b3b942dde
commit
d5483ccfb0
5 changed files with 124 additions and 10 deletions
|
|
@ -534,6 +534,32 @@ API:
|
|||
- aws/rhel-9.2-ga-aarch64
|
||||
INTERNAL_NETWORK: ["true"]
|
||||
|
||||
API-module-hotfixes:
|
||||
stage: test
|
||||
extends: .terraform
|
||||
rules:
|
||||
- !reference [.upstream_rules_all, rules]
|
||||
# note: cloud API is not supported for on-prem installations so
|
||||
# don't run this test case for nightly trees
|
||||
script:
|
||||
- schutzbot/deploy.sh
|
||||
- /usr/libexec/tests/osbuild-composer/api.sh "${IMAGE_TYPE}" "" "${TEST_MODULE_HOTFIXES}"
|
||||
parallel:
|
||||
matrix:
|
||||
- IMAGE_TYPE:
|
||||
- aws
|
||||
RUNNER:
|
||||
- aws/rhel-8.8-ga-x86_64
|
||||
- aws/rhel-8.8-ga-aarch64
|
||||
INTERNAL_NETWORK: ["true"]
|
||||
TEST_MODULE_HOTFIXES: [1]
|
||||
- IMAGE_TYPE:
|
||||
- vsphere
|
||||
RUNNER:
|
||||
- aws/rhel-8.8-ga-x86_64
|
||||
INTERNAL_NETWORK: ["true"]
|
||||
TEST_MODULE_HOTFIXES: [1]
|
||||
|
||||
.libvirt_integration:
|
||||
stage: test
|
||||
extends: .terraform/gcp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue