From 2dc40924f63c2d915a7d0e4380b6be7f7e1c3845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kadl=C4=8D=C3=ADk?= Date: Wed, 4 Mar 2026 08:22:49 +0100 Subject: [PATCH] Set tier0 testing As part of tier0 unification across the rhel-pt-gcc components (RHEL-113756), introduce tier0 testing. The testing is limited to x86_64-only (OSCI-imposed). The tests selected for it are the public part of tier1. In other words, we are introducing tier0 as the public part of tier1 run on x86_64-only. For awareness, RHEL builds get full tier1 in a later phase of gating (BaseOS CI). This commit doesn't affect that in any way; we are adding a small bit of functional testing sooner in the pipeline. --- .fmf/version | 1 + plans/tier0.fmf | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .fmf/version create mode 100644 plans/tier0.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/plans/tier0.fmf b/plans/tier0.fmf new file mode 100644 index 0000000..addebdf --- /dev/null +++ b/plans/tier0.fmf @@ -0,0 +1,29 @@ +# 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 +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/annobin.git + filter: tier:1 +prepare: + - how: shell + script: + - dnf config-manager --set-enabled '*CRB*' || true + - dnf config-manager --set-enabled crb || true + - dnf config-manager --set-enabled rhel-buildroot || true + - dnf config-manager --set-enabled '*debuginfo*' || true +execute: + how: tmt