From fe6f866b610065cf86d1d152b05b4656dca033e2 Mon Sep 17 00:00:00 2001 From: Anderson Toshiyuki Sasaki Date: Wed, 20 May 2020 12:53:15 +0200 Subject: [PATCH] Add tests and gating --- gating.yml | 14 ++++++++++++++ tests/tests.yml | 10 ++++++++++ 2 files changed, 24 insertions(+) create mode 100644 gating.yml create mode 100644 tests/tests.yml diff --git a/gating.yml b/gating.yml new file mode 100644 index 0000000..0bd5927 --- /dev/null +++ b/gating.yml @@ -0,0 +1,14 @@ +--- !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} diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..c23e7f9 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,10 @@ +--- +- hosts: localhost + roles: + - role: standard-test-beakerlib + tags: + - classic + repositories: + - repo: "https://gitlab.com/redhat-crypto/tests/libssh.git" + dest: "libssh" + fmf_filter: "tier: 0,1,2,3"