Re: [NEW-CI] - Github PR build jobs

2020-08-05 Thread Gavin McDonald
Hi, On Wed, Aug 5, 2020 at 1:17 PM Vladimir Sitnikov < sitnikov.vladi...@gmail.com> wrote: > Matt>You can configure PRs to only build for trusted users or require > > Is it enforced? > It should be forbidden to configure PR from non-trusted users. > > This has been the case for several months now

Re: [NEW-CI] - Github PR build jobs

2020-08-05 Thread Vladimir Sitnikov
Matt>You can configure PRs to only build for trusted users or require Is it enforced? It should be forbidden to configure PR from non-trusted users. Vladimir

Re: [NEW-CI] - Github PR build jobs

2020-08-04 Thread Matt Sicker
You can configure PRs to only build for trusted users or require approval from a trusted user to build the job. Take a look at the build strategies when you're setting up your SCM info for the job or pipeline. On Tue, 4 Aug 2020 at 04:03, Vladimir Sitnikov wrote: > > Are the new ci-... machines/w

Re: [NEW-CI] - Github PR build jobs

2020-08-04 Thread Vladimir Sitnikov
Are the new ci-... machines/workers isolated/hermetic? What if malicious code is submitted as a GitHub pull request? Vladimir

Re: [NEW-CI] - Github PR build jobs

2020-08-04 Thread Andor Molnar
Hi Francois, Apache ZooKeeper project already has a working job which is essentially a multibranch pipeline driven by Jenkinsfile. You can find it here: https://ci-hadoop.apache.org/view/ZooKeeper/job/ZooKeeper%20PreCommit%20GitHub%20PR/ We’re waiting for INFRA to provide a GitHub account/app i