From: Andrew Schoen Date: Thu, 17 Nov 2016 20:59:23 +0000 (-0600) Subject: ceph-ansible-pull-requests: only run teardown on failure X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=bba7fdff112cd791dcf13faefbc031737548f346;p=ceph-build.git ceph-ansible-pull-requests: only run teardown on failure If the tests succeed tox will clean up everything for us so we only need to run this on failure. 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 5da00d65..20e6c89e 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 @@ -59,6 +59,6 @@ publishers: - postbuildscript: script-only-if-succeeded: False - script-only-if-failed: False + script-only-if-failed: True builders: - shell: !include-raw ../../build/teardown