From 6422db0f7fdceb0894705afbe60521a0c31c45c9 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 5 Jan 2016 08:54:47 -0500 Subject: [PATCH] enable distinct notifications for signed-off-by job Signed-off-by: Alfredo Deza --- .../config/definitions/ceph-pr-commits.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ceph-pr-commits/config/definitions/ceph-pr-commits.yml b/ceph-pr-commits/config/definitions/ceph-pr-commits.yml index 3193e1af..c9ee50e0 100644 --- a/ceph-pr-commits/config/definitions/ceph-pr-commits.yml +++ b/ceph-pr-commits/config/definitions/ceph-pr-commits.yml @@ -32,6 +32,12 @@ permit-all: true auto-close-on-fail: false + # notifications + status-context: "Signed-off-by" + started-status: "checking if commits are signed" + success-status: "all commits in this PR are signed" + failure-status: "one or more commits in this PR are not signed" + scm: - git: url: https://github.com/ceph/ceph.git @@ -46,9 +52,3 @@ builders: - shell: !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 - # Pull Request vs. a simple notification? - #publishers: - # - github-notifier -- 2.39.5