From 5e169fdca465c69d41c60ad15d2f650ea398a6d9 Mon Sep 17 00:00:00 2001 From: Radka Gustavsson Date: Thu, 1 Jul 2021 23:55:17 +0200 Subject: [PATCH] Resolves: RHBZ#1977527 --- gating.yaml | 21 +++++++++++++++++++++ tests/tests.yml | 13 +++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 gating.yaml create mode 100644 tests/tests.yml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..d97e0fe --- /dev/null +++ b/gating.yaml @@ -0,0 +1,21 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_testing +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} +--- !Policy +product_versions: + - rhel-* +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..c0cf836 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,13 @@ +--- +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + - container + - atomic + tests: + - always_pass: + run: true + required_packages: + - bash