From daf01b27d4ae298d9f27e4b73b267917c1d5f5cb Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 6 Dec 2016 16:29:39 -0500 Subject: [PATCH] ci: Make all ci tests gating for Homu See the rhci docs. Closes: #617 Approved by: jlebon --- .redhat-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.redhat-ci.yml b/.redhat-ci.yml index 6c170be1..4a3778ff 100644 --- a/.redhat-ci.yml +++ b/.redhat-ci.yml @@ -3,6 +3,8 @@ branches: - auto - try +required: true + container: image: projectatomic/ostree-tester @@ -30,6 +32,7 @@ artifacts: --- inherit: true +required: true context: Clang