updated plans to handle multiple plans
This commit is contained in:
parent
efe7783b29
commit
93df896049
@ -3,4 +3,4 @@ product_versions:
|
|||||||
- rhel-10
|
- rhel-10
|
||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/gating-rhel.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/rhel-gating.functional}
|
||||||
|
|||||||
@ -1,5 +1,10 @@
|
|||||||
/gating-rhel:
|
/rhel-gating:
|
||||||
plan:
|
plan:
|
||||||
import:
|
import:
|
||||||
url: https://pkgs.devel.redhat.com/git/tests/mysql
|
url: https://pkgs.devel.redhat.com/git/tests/mysql
|
||||||
name: /plans/versioned/mysql84
|
name: /plans/versioned/mysql84/gating
|
||||||
|
/rhel-no-gating:
|
||||||
|
plan:
|
||||||
|
import:
|
||||||
|
url: https://pkgs.devel.redhat.com/git/tests/mysql
|
||||||
|
name: /plans/versioned/mysql84/no-gating
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user