From 885b420eb862fdcd3ce78cec011be637b34f1541 Mon Sep 17 00:00:00 2001 From: Bohdan Dobrelia Date: Mon, 18 Nov 2024 15:46:57 +0100 Subject: [PATCH] multinode: Add adoption vars for osp repos Add vars for osp 17 repos into the base multinode CI job for adoption testing. Those become shared by the multinode single-stack and multinode multi-stack (novacells) jobs. Signed-off-by: Bohdan Dobrelia --- zuul.d/adoption.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zuul.d/adoption.yaml b/zuul.d/adoption.yaml index 0fd6b569da..afa8c6bbcc 100644 --- a/zuul.d/adoption.yaml +++ b/zuul.d/adoption.yaml @@ -19,6 +19,14 @@ - ci/playbooks/collect-logs.yml - ci/playbooks/multinode-autohold.yml vars: &adoption_vars + osp_17_repos: + - rhel-9-for-x86_64-baseos-eus-rpms + - rhel-9-for-x86_64-appstream-eus-rpms + - rhel-9-for-x86_64-highavailability-eus-rpms + - openstack-17.1-for-rhel-9-x86_64-rpms + - fast-datapath-for-rhel-9-x86_64-rpms + osp_17_ceph_repos: + - rhceph-7-tools-for-rhel-9-x86_64-rpms zuul_log_collection: true registry_login_enabled: true push_registry: quay.rdoproject.org