mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10.git
synced 2026-09-09 00:07:04 +08:00
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:
@@ -105,6 +105,7 @@ modules.order
|
||||
!.clang-format
|
||||
!.cocciconfig
|
||||
!.editorconfig
|
||||
!.fmf
|
||||
!.get_maintainer.ignore
|
||||
!.gitattributes
|
||||
!.gitignore
|
||||
|
||||
+1
-1
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
1
|
||||
@@ -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/
|
||||
@@ -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}
|
||||
Reference in New Issue
Block a user