From a269c87a47b6310eb91cca0bc44c918352d46d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kadl=C4=8D=C3=ADk?= Date: Fri, 12 Sep 2025 10:56:20 +0200 Subject: [PATCH] Fix tier0 testing configuration --- plans/ci.fmf | 6 ------ plans/tier0.fmf | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 plans/ci.fmf create mode 100644 plans/tier0.fmf diff --git a/plans/ci.fmf b/plans/ci.fmf deleted file mode 100644 index 1ad2c12..0000000 --- a/plans/ci.fmf +++ /dev/null @@ -1,6 +0,0 @@ -summary: CI Gating Plan -discover: - how: fmf - directory: tests -execute: - how: beakerlib diff --git a/plans/tier0.fmf b/plans/tier0.fmf new file mode 100644 index 0000000..461e472 --- /dev/null +++ b/plans/tier0.fmf @@ -0,0 +1,24 @@ +# Tier 0 test plan. It's actually Tier 1 +# - limited to its public part +# - executed on the architecture at hand +# When run by osci.tier0 on CentOS Stream or RHEL, it receives the following +# context: +# arch=x86_64 (the architecture at hand, currently OSCI uses just x86_64) +# distro=rhel. (even for CentOS Stream builds) +# trigger=build + +summary: Tier 0 test plan +context: + component: gcc-toolset-15 +discover: + - name: collect_info + how: shell + tests: + - name: /info/rpms + test: rpm -qa --last + - name: public_tests + how: fmf + url: https://gitlab.com/redhat/centos-stream/tests/chrpath.git + filter: tier:1 +execute: + how: tmt