From 1b27974b76c2b2302bc19bc9cf64559b4b54e163 Mon Sep 17 00:00:00 2001 From: Jan Kurik Date: Fri, 4 Aug 2023 18:42:34 +0200 Subject: [PATCH] Setup of gating configuration for ansible-pcp --- .fmf/version | 1 + gating.yaml | 7 +++++++ plans/gating.fmf | 6 ++++++ 3 files changed, 14 insertions(+) create mode 100644 .fmf/version create mode 100644 gating.yaml create mode 100644 plans/gating.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..116ac6c --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/gating.functional} diff --git a/plans/gating.fmf b/plans/gating.fmf new file mode 100644 index 0000000..a4b38ea --- /dev/null +++ b/plans/gating.fmf @@ -0,0 +1,6 @@ +summary: CI test plan, runs all tests from tests repo. +discover: + how: fmf + url: https://src.fedoraproject.org/tests/ansible-pcp +execute: + how: tmt