From 8073905ca5a772e9f9deb287b03c4114e8729b64 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Mon, 23 Apr 2018 09:23:17 -0400 Subject: [PATCH] ci: mark some ci testsuites as required again Follow up to #1536; we are now running all the testsuites on merges, but we weren't actually blocking on their success! Closes: #1552 Approved by: cgwalters --- .papr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.papr.yml b/.papr.yml index a1a6741f..7d76d247 100644 --- a/.papr.yml +++ b/.papr.yml @@ -32,6 +32,7 @@ branches: - master - auto - try +required: true container: image: registry.fedoraproject.org/fedora:27 context: f27-primary