.gitlab-ci.yml: add executor test

This commit is contained in:
Sanne Raymaekers 2024-02-28 11:02:34 +01:00
parent 6602acda6b
commit 09350d0c59

View file

@ -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: []