Skip to content

Commit

Permalink
.gitlab-ci.yml: add executor test
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne committed Mar 1, 2024
1 parent 6602acd commit 09350d0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit 09350d0

Please sign in to comment.