From 70d1b20a299d1bd1ea108e6f5c90a65ec8159a5d Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 23 Dec 2015 09:21:58 -0500 Subject: [PATCH] be more lenient and run all check on all jobs Signed-off-by: Alfredo Deza --- .../config/definitions/ceph-pr-commits.yml | 20 +++---------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/ceph-pr-commits/config/definitions/ceph-pr-commits.yml b/ceph-pr-commits/config/definitions/ceph-pr-commits.yml index c251b436..3193e1af 100644 --- a/ceph-pr-commits/config/definitions/ceph-pr-commits.yml +++ b/ceph-pr-commits/config/definitions/ceph-pr-commits.yml @@ -23,27 +23,13 @@ triggers: - github-pull-request: - admin-list: - - alfredodeza - - ktdreyer - - andrewschoen - - dmick + allow-whitelist-orgs-as-admins: true org-list: - ceph - white-list: - - jcsp - - gregsfortytwo - - GregMeno - - dzafman - - dillaman - - dachary - - liewegas - - idryomov - - vasukulkarni trigger-phrase: '' only-trigger-phrase: false github-hooks: true - permit-all: false + permit-all: true auto-close-on-fail: false scm: @@ -62,7 +48,7 @@ !include-raw ../../build/build # NOTE: no publishing yet as we want to prevent errors in the # new checks. Once this is robust enough we should uncomment - # to fully enable notifications. Maybe consider a comment on the + # to fully enable notifications. Maybe consider a comment on the # Pull Request vs. a simple notification? #publishers: # - github-notifier -- 2.39.5