]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
enable distinct notifications for signed-off-by job 275/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 5 Jan 2016 13:54:47 +0000 (08:54 -0500)
committerAlfredo Deza <adeza@redhat.com>
Tue, 5 Jan 2016 13:54:47 +0000 (08:54 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-pr-commits/config/definitions/ceph-pr-commits.yml

index 3193e1af4b3c30d472e54d14842aedc7f69b733d..c9ee50e0fb74d7318e082d60a40fc196149f6eb8 100644 (file)
           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