From c02fd049d3a02f5b1963ad11e0b5c109029de296 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 26 Jan 2016 15:36:08 -0600 Subject: [PATCH] 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 --- .../config/definitions/ceph-ansible-pull-requests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5