Skip to content

Commit

Permalink
ci: turn gating back on for most testsuites
Browse files Browse the repository at this point in the history
Somehow, this slipped through in #1513. We weren't inheriting anymore,
so `branches` defaulted back to just `master`. This means we weren't
gating on most of the containerized builds anymore. Ouch!

It'd make sense to teach PAPR to allow some defaults across all
testsuites, even in the `inherit: false` case. Though it's tempting to
also just change the hardcoded PAPR default to those branches since our
use of Homu + PAPR at this point is pretty ubiquitous, and it doesn't
really hurt for the ones that don't use it.

Closes: #1536
Approved by: cgwalters
  • Loading branch information
jlebon authored and rh-atomic-bot committed Apr 11, 2018
1 parent b9fc3ea commit 8f569f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .papr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ artifacts:

# This suite skips the RPMs and does the build+unit tests in a container
inherit: false
branches:
- master
- auto
- try
container:
image: registry.fedoraproject.org/fedora:27
context: f27-primary
Expand Down

0 comments on commit 8f569f3

Please sign in to comment.