From 347af35f656bd0a45d1b822a844dcc45ecd1f46e Mon Sep 17 00:00:00 2001 From: Ondrej Moris Date: Fri, 15 May 2026 13:37:43 +0200 Subject: [PATCH] Split /plans/ci To speed up CI execution, /plans/ci plans were split into smaller chunks and we import them all by matching /plans/ci prefix. This should speed up plans runtime. Since RHEL on Gitlab does not support osci.tier0 plan separation we can drop ci.fmf and update gating rules accordingly. Signed-off-by: Ondrej Moris --- ci.fmf | 1 - gating.yaml | 5 +---- plans/ci.fmf | 28 +++++----------------------- 3 files changed, 6 insertions(+), 28 deletions(-) delete mode 100644 ci.fmf diff --git a/ci.fmf b/ci.fmf deleted file mode 100644 index c5aa0e0..0000000 --- a/ci.fmf +++ /dev/null @@ -1 +0,0 @@ -resultsdb-testcase: separate diff --git a/gating.yaml b/gating.yaml index 82d84a4..a33c945 100644 --- a/gating.yaml +++ b/gating.yaml @@ -17,7 +17,4 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-buildroot-enabled.functional} - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-buildroot-disabled.functional} - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-enabled-buildroot-enabled.functional} - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-enabled-buildroot-disabled.functional} + - !PassingTestCaseRule {test_case_name: osci.tier0} diff --git a/plans/ci.fmf b/plans/ci.fmf index 9f51977..dcf1026 100644 --- a/plans/ci.fmf +++ b/plans/ci.fmf @@ -1,23 +1,5 @@ -/fips-disabled-buildroot-disabled: - plan: - import: - url: https://pkgs.devel.redhat.com/git/tests/gnutls - name: /plans/ci/fips-disabled-buildroot-disabled - -/fips-disabled-buildroot-enabled: - plan: - import: - url: https://pkgs.devel.redhat.com/git/tests/gnutls - name: /plans/ci/fips-disabled-buildroot-enabled - -/fips-enabled-buildroot-disabled: - plan: - import: - url: https://pkgs.devel.redhat.com/git/tests/gnutls - name: /plans/ci/fips-enabled-buildroot-disabled - -/fips-enabled-buildroot-enabled: - plan: - import: - url: https://pkgs.devel.redhat.com/git/tests/gnutls - name: /plans/ci/fips-enabled-buildroot-enabled +plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/gnutls + name: /plans/ci/ + scope: all-plans