On Mar 09 12:24, Karanbir Singh wrote: > On 09/03/17 10:06, Marek Skalický wrote: > > Hi, does anyone know if it is somehow possible to to have job using > > GitHub pull request builder plugin for Pull Requests testing. BUT > > configure the job in a way that no "output" will be shown in GitHub > > PR? (no status updates, no "Can one of the admins verify this > > patch?" messages, ...) I've not found any option for this. Is there > > any? > > what happens if you dont give ci-centos user permissions to post ? ^ This is what you should do. You can set up the webhooks just like in in Mode 2: https://wiki.centos.org/QaWiki/CI/GithubIntegration BUT skip entirely the part about adding centos-ci as a collaborator. That will trigger your jobs without any updates to the PR. -- Brian