From 3686223a401b8a616812cb4cdd94626442fe6468 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Wed, 19 Apr 2023 11:34:23 +0300 Subject: [PATCH] Execute ContainerEmbedding CI job for RHEL and include in nightly pipeline Achilleas says it should be triggered for RHEL as well --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8fbbd04c..0861aab56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -800,6 +800,7 @@ ContainerEmbedding: extends: .terraform rules: - !reference [.upstream_rules_all, rules] + - !reference [.nightly_rules_all, rules] script: - schutzbot/deploy.sh - /usr/libexec/tests/osbuild-composer/container-embedding.sh @@ -809,6 +810,10 @@ ContainerEmbedding: RUNNER: - aws/centos-stream-8-x86_64 - aws/centos-stream-9-x86_64 + - aws/rhel-8.8-nightly-x86_64 + - aws/rhel-8.8-nightly-aarch64 + - aws/rhel-9.2-nightly-x86_64 + - aws/rhel-9.2-nightly-aarch64 finish: stage: finish