From ebe460aac3debd3222334ee92d93238f252e48f6 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Tue, 20 Aug 2024 11:08:01 +0300 Subject: [PATCH] Copy gating config from CS9 --- gating.yaml | 6 ++++++ plans.fmf | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 gating.yaml create mode 100644 plans.fmf diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..4ca9235 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/plans.fmf b/plans.fmf new file mode 100644 index 0000000..d80b4f4 --- /dev/null +++ b/plans.fmf @@ -0,0 +1,11 @@ +discover: + - name: Smoke-tests + how: shell + tests: + - name: python-import-test + test: python3 -c 'import attr' + require: + - python3-attrs + duration: 1m +execute: + how: tmt