From 7bb2377c4ba530a90f827a758c3391749bc58d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Mon, 15 Jul 2024 16:00:09 +0200 Subject: [PATCH] tests: split testing of coreutils and coreutils-single --- gating.yaml | 3 ++- plans/tier1-internal.fmf | 13 ++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index d9d641e..6deed6b 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,5 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal/coreutils.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal/coreutils-single.functional} diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf index 3237e43..71c3e63 100644 --- a/plans/tier1-internal.fmf +++ b/plans/tier1-internal.fmf @@ -1,4 +1,3 @@ -summary: Internal Tier1 tests plan discover: how: fmf filter: 'tag: CI-Tier-1' @@ -8,3 +7,15 @@ execute: adjust: enabled: false when: distro == centos-stream or distro == fedora + +/coreutils: + summary: Internal Tier1 tests plan - coreutils + prepare: + how: install + exclude: coreutils-single + +/coreutils-single: + summary: Internal Tier1 tests plan - coreutils-single + prepare: + how: install + exclude: coreutils