From bab030378c004c11377c30a238f306dfd4908dff Mon Sep 17 00:00:00 2001 From: Fedor Vorobev Date: Tue, 14 Jul 2026 14:36:06 +0200 Subject: [PATCH] Use the same test plans in CI as in errata testing During errata testing we use /plans/bind/* plans because we have multiple bind components (bind9.18, and also bind9.20 will be coming soon). CI was using /plans/* plans for the bind component, which is inconsistent with what we use for errata testing. --- plans.fmf | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/plans.fmf b/plans.fmf index c60d0a8..c1c94cc 100644 --- a/plans.fmf +++ b/plans.fmf @@ -1,36 +1,39 @@ +environment+: + PACKAGE: bind + /tier1-internal: plan: import: url: https://gitlab.com/redhat/centos-stream/tests/bind.git - name: /plans/tier1/internal + name: /plans/bind/tier1/internal /tier1-public: plan: import: url: https://gitlab.com/redhat/centos-stream/tests/bind.git - name: /plans/tier1/public + name: /plans/bind/tier1/public /tier2-tier3-internal: plan: import: url: https://gitlab.com/redhat/centos-stream/tests/bind.git - name: /plans/tier2-tier3/internal + name: /plans/bind/tier2-tier3/internal /tier2-tier3-public: plan: import: url: https://gitlab.com/redhat/centos-stream/tests/bind.git - name: /plans/tier2-tier3/public + name: /plans/bind/tier2-tier3/public /others-internal: plan: import: url: https://gitlab.com/redhat/centos-stream/tests/bind.git - name: /plans/others/internal + name: /plans/bind/others/internal /others-public: plan: import: url: https://gitlab.com/redhat/centos-stream/tests/bind.git - name: /plans/others/public + name: /plans/bind/others/public