From bcf0166539acf5a9f715ff1a42438a84ea3399e6 Mon Sep 17 00:00:00 2001 From: Yanan Fu Date: Tue, 18 May 2021 15:38:31 +0800 Subject: [PATCH] Initial gating.yaml for RHEL9 OSCI gating BZ:https://bugzilla.redhat.com/show_bug.cgi?id=1950605 Signed-off-by: Yanan Fu --- gating.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..8d17eb8 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,9 @@ +# recipients: kvmqe-ci, yfu +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +subject_type: brew-build +rules: + - !PassingTestCaseRule {test_case_name: kvm-ci.qemu-kvm.x86_64-intel.brew-build.gating.tier1.functional} + - !PassingTestCaseRule {test_case_name: kvm-ci.qemu-kvm.x86_64-amd.brew-build.gating.tier1.functional}