From e6537ee352fea9f8d36740afb1692521a9f60da2 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Sat, 20 Nov 2021 20:44:06 +0100 Subject: [PATCH] Try to enable gating --- .fmf/version | 1 + gating.yaml | 8 ++++++++ plans/smoke.fmf | 4 ++++ 3 files changed, 13 insertions(+) create mode 100644 .fmf/version create mode 100644 gating.yaml create mode 100644 plans/smoke.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..05d1cc5 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,8 @@ +--- !Policy +product_versions: + - fedora-* +decision_contexts: + - bodhi_update_push_testing + - bodhi_update_push_stable +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} diff --git a/plans/smoke.fmf b/plans/smoke.fmf new file mode 100644 index 0000000..04ca078 --- /dev/null +++ b/plans/smoke.fmf @@ -0,0 +1,4 @@ +summary: Basic smoke test +execute: + script: + - jflex --help