From 0e005ddabb0a326dc99086397db1f8e2e30fad46 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 6 Dec 2016 16:49:36 -0500 Subject: [PATCH] redhat-ci: make testsuites required In preparation for switching Homu over to using the Red Hat CI statuses, we define all the current testsuites as required. This means that they will all have to pass before Homu accepts to merge the PR. Closes: #788 Approved by: cgwalters --- .redhat-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.redhat-ci.yml b/.redhat-ci.yml index 3af5d05c..205f5ff2 100644 --- a/.redhat-ci.yml +++ b/.redhat-ci.yml @@ -8,6 +8,8 @@ host: context: fedora/24/atomic +required: true + tests: - ./.redhat-ci.sh