From 8482680df67a620662ff6290c3f45fa9791f78ad Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Fri, 30 Jun 2017 14:14:15 -0700 Subject: [PATCH] ceph-pull-requests-arm64: make ghprb config like amd64 version Specifically reinstate the 'status-context/*-status' fields, but also regularize like ceph-pull-requests job. (This one originally came from jjw and probably lost the fields/gained a lot of defaults in the process) Signed-off-by: Dan Mick --- .../definitions/ceph-pull-requests-arm64.yml | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/ceph-pull-requests-arm64/config/definitions/ceph-pull-requests-arm64.yml b/ceph-pull-requests-arm64/config/definitions/ceph-pull-requests-arm64.yml index 4e219171..9846f343 100644 --- a/ceph-pull-requests-arm64/config/definitions/ceph-pull-requests-arm64.yml +++ b/ceph-pull-requests-arm64/config/definitions/ceph-pull-requests-arm64.yml @@ -73,20 +73,18 @@ triggers: - github-pull-request: - admin-list: - - alfredodeza - - ktdreyer - allow-whitelist-orgs-as-admins: false - auth-id: 2f99aa21-4f3c-4a7e-93d9-f85361aff591 - auto-close-on-fail: false - build-desc-template: null - cron: null - github-hooks: true - only-trigger-phrase: false + allow-whitelist-orgs-as-admins: true org-list: - ceph + trigger-phrase: '' + only-trigger-phrase: false + github-hooks: true permit-all: true - trigger-phrase: null + auto-close-on-fail: false + status-context: "make check (arm64)" + started-status: "running make check" + success-status: "make check succeeded" + failure-status: "make check failed" white-list-target-branches: - master wrappers: [] -- 2.47.3