updated gating
This commit is contained in:
parent
eb0f069934
commit
3b7ab58100
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
||||
@ -1,6 +1,11 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/rhel-postgresql96-gating.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/rhel-postgresql10-gating.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/rhel-postgresql12-gating.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/rhel-postgresql13-gating.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/rhel-postgresql15-gating.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/rhel-postgresql16-gating.functional}
|
||||
|
||||
65
plans.fmf
Normal file
65
plans.fmf
Normal file
@ -0,0 +1,65 @@
|
||||
/rhel-postgresql96-gating:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/postgresql
|
||||
name: /plans/modular/postgresql96/gating
|
||||
/rhel-postgresql96-no-gating:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/postgresql
|
||||
name: /plans/modular/postgresql96/no-gating
|
||||
|
||||
/rhel-postgresql10-gating:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/postgresql
|
||||
name: /plans/modular/postgresql10/gating
|
||||
/rhel-postgresql-10-no-gating:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/postgresql
|
||||
name: /plans/modular/postgresql10/no-gating
|
||||
|
||||
/rhel-postgresql12-gating:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/postgresql
|
||||
name: /plans/modular/postgresql12/gating
|
||||
/rhel-postgresql-12-no-gating:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/postgresql
|
||||
name: /plans/modular/postgresql12/no-gating
|
||||
|
||||
/rhel-postgresql13-gating:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/postgresql
|
||||
name: /plans/modular/postgresql13/gating
|
||||
/rhel-postgresql-13-no-gating:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/postgresql
|
||||
name: /plans/modular/postgresql13/no-gating
|
||||
|
||||
/rhel-postgresql15-gating:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/postgresql
|
||||
name: /plans/modular/postgresql15/gating
|
||||
/rhel-postgresql-15-no-gating:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/postgresql
|
||||
name: /plans/modular/postgresql15/no-gating
|
||||
|
||||
/rhel-postgresql16-gating:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/postgresql
|
||||
name: /plans/modular/postgresql16/gating
|
||||
/rhel-postgresql-16-no-gating:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/postgresql
|
||||
name: /plans/modular/postgresql16/no-gating
|
||||
Loading…
Reference in New Issue
Block a user