From 44903f2e2861d4dfcf40cfade77d8277f5b3c459 Mon Sep 17 00:00:00 2001 From: Matus Marhefka Date: Aug 27 2020 09:25:00 +0000 Subject: Enable CI for PRs targeting this repository (testing tests) --- diff --git a/tests.yml b/tests.yml new file mode 100644 index 0000000..494c0fe --- /dev/null +++ b/tests.yml @@ -0,0 +1,10 @@ +# Tests to run in CI for PRs into this repository (testing tests). +- hosts: localhost + roles: + - role: standard-test-beakerlib + tags: + - classic + repositories: + - repo: "https://src.fedoraproject.org/tests/openscap.git" + dest: "openscap" + fmf_filter: "tier: 1, 2"