From 60772c91a468435a1a28898753e794a003dc3598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cern=C3=BD?= Date: Mon, 13 May 2024 10:52:22 +0200 Subject: [PATCH] Add gating.yaml --- ci.fmf | 1 + gating.yaml | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 ci.fmf create mode 100644 gating.yaml diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..c5aa0e0 --- /dev/null +++ b/ci.fmf @@ -0,0 +1 @@ +resultsdb-testcase: separate diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..ff3109d --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-* +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/main.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/integration.functional}