replace kernel-qe-ci gating with osci tier0 plans

JIRA: https://redhat.atlassian.net/browse/RHEL-186035

Upstream-status: RHEL-Only
Signed-off-by: Bruno Goncalves <bgoncalv@redhat.com>
This commit is contained in:
Bruno Goncalves
2026-09-03 10:26:02 +02:00
parent 0164bebc29
commit 60a854582e
7 changed files with 19 additions and 20 deletions
+1
View File
@@ -105,6 +105,7 @@ modules.order
!.clang-format
!.cocciconfig
!.editorconfig
!.fmf
!.get_maintainer.ignore
!.gitattributes
!.gitignore
+1 -1
View File
@@ -762,7 +762,7 @@ sources-rh: $(TARBALL) $(KABI_TARBALL) $(KABIDW_TARBALL) generate-testpatch-tmp
kabi/check-kabi \
configs/$(SPECPACKAGE_NAME)-*.config \
configs/partial*.config \
scripts/gating/gating.yaml \
scripts/gating/gating.fmf \
scripts/filtermods.py \
scripts/mod/mod-denylist.sh \
scripts/mod/mod-sign.sh \
+1 -1
View File
@@ -1120,7 +1120,7 @@ Source3002: Patchlist.changelog
Source4000: README.rst
Source4001: rpminspect.yaml
Source4002: gating.yaml
Source4002: gating.fmf
## Patches needed for building this package
+8
View File
@@ -25,4 +25,12 @@ echo "*.bz2" >> .gitignore
# expand the srpm into the tree
rpm2cpio "$SRPM" | cpio -idmv
# set up TMT/FMF tree for gating: gating.fmf is shipped as a flat Source
# in the SRPM but needs directory structure for tmt plan discovery
if [ -f gating.fmf ]; then
mkdir -p .fmf plans
echo 1 > .fmf/version
cp gating.fmf plans/main.fmf
fi
git add -A
+1
View File
@@ -0,0 +1 @@
1
+7
View File
@@ -0,0 +1,7 @@
plan:
import:
url: https://gitlab.com/redhat/centos-stream/tests/kernel/test-plans.git
ref: main
scope: all-plans
importing: become-parent
name: /plans/gating/kernel/rhel-10/
-18
View File
@@ -1,18 +0,0 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-64k-aarch64.tier1.functional}
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-aarch64.tier1.functional}
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-ppc64le.tier1.functional}
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-rt-64k-aarch64.tier1.functional}
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-rt-aarch64.tier1.functional}
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-rt-x86_64.tier1.functional}
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-s390x.tier1.functional}
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-x86_64.tier1.functional}
- !PassingTestCaseRule {test_case_name: s1-aws-ci_x86_64.brew-build.tier1.functional}
- !PassingTestCaseRule {test_case_name: s1-aws-ci_aarch64.brew-build.tier1.functional}
- !PassingTestCaseRule {test_case_name: s1-azure-ci_x86_64.brew-build.tier1.functional}
- !PassingTestCaseRule {test_case_name: s1-azure-ci_aarch64.brew-build.tier1.functional}
- !PassingTestCaseRule {test_case_name: s1-gcp-ci.brew-build.tier1.functional}