.gitlab-ci.yml: add executor test
This commit is contained in:
parent
6602acda6b
commit
09350d0c59
1 changed files with 12 additions and 0 deletions
|
|
@ -830,6 +830,18 @@ ContainerEmbedding:
|
|||
- aws/rhel-9.4-nightly-x86_64
|
||||
- aws/rhel-9.4-nightly-aarch64
|
||||
|
||||
WorkerExecutor:
|
||||
stage: test
|
||||
extends: .terraform
|
||||
rules:
|
||||
- !reference [.upstream_rules_all, rules]
|
||||
script:
|
||||
- schutzbot/deploy.sh
|
||||
- /usr/libexec/tests/osbuild-composer/worker-executor.sh
|
||||
variables:
|
||||
RUNNER: aws/fedora-39-x86_64
|
||||
IAM_INSTANCE_PROFILE: worker-executor
|
||||
|
||||
finish:
|
||||
stage: finish
|
||||
dependencies: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue