bind/plans.fmf
Fedor Vorobev bab030378c 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.
2026-07-14 14:36:06 +02:00

40 lines
905 B
Plaintext

environment+:
PACKAGE: bind
/tier1-internal:
plan:
import:
url: https://gitlab.com/redhat/centos-stream/tests/bind.git
name: /plans/bind/tier1/internal
/tier1-public:
plan:
import:
url: https://gitlab.com/redhat/centos-stream/tests/bind.git
name: /plans/bind/tier1/public
/tier2-tier3-internal:
plan:
import:
url: https://gitlab.com/redhat/centos-stream/tests/bind.git
name: /plans/bind/tier2-tier3/internal
/tier2-tier3-public:
plan:
import:
url: https://gitlab.com/redhat/centos-stream/tests/bind.git
name: /plans/bind/tier2-tier3/public
/others-internal:
plan:
import:
url: https://gitlab.com/redhat/centos-stream/tests/bind.git
name: /plans/bind/others/internal
/others-public:
plan:
import:
url: https://gitlab.com/redhat/centos-stream/tests/bind.git
name: /plans/bind/others/public