From 97a02639ec106492bde1e999c70b1c98a9d73b4a Mon Sep 17 00:00:00 2001 From: Erico Nunes Date: Mon, 19 Apr 2021 17:40:56 +0200 Subject: [PATCH] gating.yaml: add config for fwupd RHEL9 gating This is the same test that runs for RHEL8 fwupd. Signed-off-by: Erico Nunes --- gating.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..032a19d --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.hardware-fwupd.tier0.functional}