From: Andrew Schoen Date: Tue, 26 Jan 2016 21:36:08 +0000 (-0600) Subject: always destroy the slave after a ceph-ansible-pull-requests job X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c02fd049d3a02f5b1963ad11e0b5c109029de296;p=ceph-build.git always destroy the slave after a ceph-ansible-pull-requests job 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 --- diff --git a/ceph-ansible-pull-requests/config/definitions/ceph-ansible-pull-requests.yml b/ceph-ansible-pull-requests/config/definitions/ceph-ansible-pull-requests.yml index 5fa38940..1ba03306 100644 --- a/ceph-ansible-pull-requests/config/definitions/ceph-ansible-pull-requests.yml +++ b/ceph-ansible-pull-requests/config/definitions/ceph-ansible-pull-requests.yml @@ -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