From b97baefa57d18706a5264dcb1285ea27a47983a1 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 6 Apr 2021 11:50:56 +0200 Subject: [PATCH] Enable FMF tests and gating --- .fmf/version | 1 + gating.yaml | 14 ++++++++++++++ plans/upstream.fmf | 7 +++++++ 3 files changed, 22 insertions(+) create mode 100644 .fmf/version create mode 100644 gating.yaml create mode 100644 plans/upstream.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..5a2cf7d --- /dev/null +++ b/gating.yaml @@ -0,0 +1,14 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + +--- !Policy +product_versions: + - rhel-8 + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/plans/upstream.fmf b/plans/upstream.fmf new file mode 100644 index 0000000..ae8a849 --- /dev/null +++ b/plans/upstream.fmf @@ -0,0 +1,7 @@ +discover: + how: fmf + repository: https://github.com/cockpit-project/cockpit-machines + # FIXME: get rid of the hardcoding: https://github.com/psss/tmt/issues/585 + ref: "242.1" +execute: + how: tmt