From e32ffc39d89b905ec3a1ef166562491ad84dac98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branislav=20N=C3=A1ter?= Date: Wed, 29 Apr 2026 17:24:38 +0200 Subject: [PATCH] Import internal and public test plans --- plans/imported.fmf | 16 ++++++++++++++++ plans/tier1-internal.fmf | 10 ---------- 2 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 plans/imported.fmf delete mode 100644 plans/tier1-internal.fmf diff --git a/plans/imported.fmf b/plans/imported.fmf new file mode 100644 index 0000000..a384737 --- /dev/null +++ b/plans/imported.fmf @@ -0,0 +1,16 @@ +/public: + plan: + import: + url: https://gitlab.com/redhat/centos-stream/tests/squid.git + name: "^/plans/all$" + +/internal: + adjust: + - enabled: false + when: distro == centos-stream-9 + because: "These tests should not run on CentOS Stream 9" + plan: + import: + url: https://gitlab.com/redhat/rhel/tests/squid.git + name: "^/plans/squid/tier[1-3]$" + scope: all-plans diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf deleted file mode 100644 index ddf879f..0000000 --- a/plans/tier1-internal.fmf +++ /dev/null @@ -1,10 +0,0 @@ -summary: Internal Tier1 beakerlib tests -discover: - how: fmf - url: https://gitlab.com/redhat/rhel/tests/squid - filter: "tier:1&component:squid" -execute: - how: tmt -adjust: - enabled: false - when: distro == centos-stream-9