Re: [Pulp-dev] Branch protection

2018-07-23 Thread Brian Bouterse
With all +1s and it being after July 22nd, David and I enabled the following for pulp/pulp:2-master * reviews are required for merging * the 'default' check must pass for merging. 'default' is the name of the Jenkins job that runs the tests, lints, etc. It's the quality checker. Any Pulp2

Re: [Pulp-dev] Branch protection

2018-07-11 Thread Ina Panova
+1 Regards, Ina Panova Software Engineer| Pulp| Red Hat Inc. "Do not go where the path may lead, go instead where there is no path and leave a trail." On Tue, Jul 10, 2018 at 11:31 PM, Jeff Ortel wrote: > +1 > > > On 07/10/2018 02:30 PM, David Davis wrote: > > We noticed in Pulp

Re: [Pulp-dev] Branch protection

2018-07-10 Thread Jeff Ortel
+1 On 07/10/2018 02:30 PM, David Davis wrote: We noticed in Pulp that the 2-master branch has branch protection but only to prevent force pushes and deletion. I was wondering if we should also add these checks: - Require an approving review - Require status checks (e.g. unit tests, docs

Re: [Pulp-dev] Branch protection

2018-07-10 Thread Dana Walker
+1 Dana Walker Associate Software Engineer Red Hat On Tue, Jul 10, 2018 at 3:58 PM, Daniel Alley wrote: > +1 > > On Tue, Jul 10, 2018 at 3:30 PM, David Davis > wrote: > >> We noticed in Pulp that the 2-master branch has branch protection but >>

Re: [Pulp-dev] Branch protection

2018-07-10 Thread Daniel Alley
+1 On Tue, Jul 10, 2018 at 3:30 PM, David Davis wrote: > We noticed in Pulp that the 2-master branch has branch protection but only > to prevent force pushes and deletion. I was wondering if we should also add > these checks: > > - Require an approving review > - Require status checks (e.g.

[Pulp-dev] Branch protection

2018-07-10 Thread David Davis
We noticed in Pulp that the 2-master branch has branch protection but only to prevent force pushes and deletion. I was wondering if we should also add these checks: - Require an approving review - Require status checks (e.g. unit tests, docs test, flake8) If so, I think we should also do this