From bc1009a1e578941c1bed8910b3d30c1b0bb91621 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Feb 19 2019 12:55:13 +0000 Subject: Run CI also for PRs from tests/ namespace --- diff --git a/tests.yml b/tests.yml new file mode 100644 index 0000000..d47cceb --- /dev/null +++ b/tests.yml @@ -0,0 +1,10 @@ +--- +# Tests run on Atomic, Classic and Container +- hosts: localhost + roles: + - role: standard-test-beakerlib + fmf_filter: "tier: 1, 2" + tags: + - atomic + - classic + - container