From bddc89d388e45ab4309425fd65470edef2b08554 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Fri, 22 Nov 2024 14:59:46 +0100 Subject: [PATCH] Import the gating plan from test git As it currently requires CRB, so I don't have to duplicate the configuration in multiple places. --- gating.yaml | 2 +- plans.fmf | 5 +++++ plans/tier1-internal.fmf | 10 ---------- 3 files changed, 6 insertions(+), 11 deletions(-) create mode 100644 plans.fmf delete mode 100644 plans/tier1-internal.fmf diff --git a/gating.yaml b/gating.yaml index d9d641e..a00d5f5 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ 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/all-internal.functional} diff --git a/plans.fmf b/plans.fmf new file mode 100644 index 0000000..fcecc84 --- /dev/null +++ b/plans.fmf @@ -0,0 +1,5 @@ +/all-internal: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/libpsl + name: /plans/all diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf deleted file mode 100644 index 917a3ee..0000000 --- a/plans/tier1-internal.fmf +++ /dev/null @@ -1,10 +0,0 @@ -summary: Internal gating tests plan -discover: - - name: Internal gating tests (libpsl) - how: fmf - url: https://pkgs.devel.redhat.com/git/tests/libpsl -execute: - how: tmt -adjust: - enabled: false - when: distro == centos-stream or distro == fedora