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.
This commit is contained in:
parent
c75f1effd7
commit
bab030378c
15
plans.fmf
15
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user