Skip to content

Commit c7efce7

Browse files
committed
Merge: rhel-9: gate on kernel-qe tests results not cki ones
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/6382 related: https://gitlab.com/groups/cki-project/-/epics/155 It executes the same tests, just under different infrastructure. JIRA: INTERNAL Upstream Status: RHEL only Signed-off-by: Bruno Goncalves <bgoncalv@redhat.com> Approved-by: Michael Hofmann <mhofmann@redhat.com> Approved-by: Patrick Talbert <ptalbert@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Patrick Talbert <ptalbert@redhat.com>
2 parents 7c94420 + 284e6f0 commit c7efce7

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

redhat/gating.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ product_versions:
33
- rhel-9
44
decision_context: osci_compose_gate
55
rules:
6-
- !PassingTestCaseRule {test_case_name: cki.tier1-aarch64.functional}
7-
- !PassingTestCaseRule {test_case_name: cki.tier1-ppc64le.functional}
8-
- !PassingTestCaseRule {test_case_name: cki.tier1-s390x.functional}
9-
- !PassingTestCaseRule {test_case_name: cki.tier1-x86_64.functional}
6+
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-64k-aarch64.tier1.functional}
7+
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-aarch64.tier1.functional}
8+
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-debug-x86_64.tier1.functional}
9+
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-ppc64le.tier1.functional}
10+
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-rt-64k-aarch64.tier1.functional}
11+
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-rt-aarch64.tier1.functional}
12+
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-rt-debug-x86_64.tier1.functional}
13+
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-rt-x86_64.tier1.functional}
14+
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-s390x.tier1.functional}
15+
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-x86_64.tier1.functional}
1016
- !PassingTestCaseRule {test_case_name: s1-aws-ci_x86_64.brew-build.tier1.functional}
1117
- !PassingTestCaseRule {test_case_name: s1-aws-ci_aarch64.brew-build.tier1.functional}
1218
- !PassingTestCaseRule {test_case_name: s1-azure-ci_x86_64.brew-build.tier1.functional}

0 commit comments

Comments
 (0)