updated gating

This commit is contained in:
Vaclav Danek 2025-12-08 12:04:27 +01:00
parent eb0f069934
commit 3b7ab58100
4 changed files with 74 additions and 2 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

1
ci.fmf Normal file
View File

@ -0,0 +1 @@
resultsdb-testcase: separate

View File

@ -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
View 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