From b7a696fcdf7ca61da08899107e6133fa5e941d93 Mon Sep 17 00:00:00 2001 From: George Pantelakis Date: Tue, 18 Jun 2024 16:08:17 +0200 Subject: [PATCH] Add RHEL-10 tmt CI and populate gating.yaml --- ci.fmf | 1 + gating.yaml | 4 +++- plans/ci.fmf | 23 +++++++++++++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 ci.fmf create mode 100644 plans/ci.fmf diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..88beae7 --- /dev/null +++ b/ci.fmf @@ -0,0 +1 @@ +resultsdb-testcase: separate \ No newline at end of file diff --git a/gating.yaml b/gating.yaml index 9156309..7298fc0 100644 --- a/gating.yaml +++ b/gating.yaml @@ -2,4 +2,6 @@ product_versions: - rhel-10 decision_context: osci_compose_gate -rules: [] +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build./plan/ci/fips-disabled-buildroot.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plan/ci/fips-disabled.functional} diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..983f686 --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,23 @@ +/fips-disabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/smart-cards + name: /plans/ci/fips-disabled + +/fips-disabled-buildroot: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/smart-cards + name: /plans/ci/fips-disabled-buildroot + +/fips-enabled: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/smart-cards + name: /plans/ci/fips-enabled + +/fips-enabled-buildroot: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/smart-cards + name: /plans/ci/fips-enabled-buildroot