]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
always destroy the slave after a ceph-ansible-pull-requests job 314/head
authorAndrew Schoen <aschoen@redhat.com>
Tue, 26 Jan 2016 21:36:08 +0000 (15:36 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 26 Jan 2016 21:36:08 +0000 (15:36 -0600)
Setting both script-only-if-succeeded and script-only-if-failed to True
makes is so that this postbuildscript is never ran.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-ansible-pull-requests/config/definitions/ceph-ansible-pull-requests.yml

index 5fa389409ee84429d8af6a78ae46d1d8acb00a8d..1ba03306b434a2ad3b50d1fcfd501ea222e982b9 100644 (file)
@@ -63,7 +63,7 @@
     publishers:
       - github-notifier
       - postbuildscript:
-          script-only-if-succeeded: True
-          script-only-if-failed: True
+          script-only-if-succeeded: False
+          script-only-if-failed: False
           builders:
             - shell: !include-raw ../../build/teardown