X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-macros.yaml;h=04d5e37b794fe663f474d733675917212437027a;hb=e20b15582fcad2d7ac73e310bdab8a6c7db55025;hp=f608fedbcc1f5327e4b72bb62d4132cf525cf3f8;hpb=edc83001e85ae50e3694a4feb0236dfacc71d61e;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-macros.yaml b/jjb/lf-macros.yaml index f608fedb..04d5e37b 100644 --- a/jjb/lf-macros.yaml +++ b/jjb/lf-macros.yaml @@ -535,24 +535,6 @@ - '**/*.jenkins-trigger' fail-build: false -- publisher: - name: lf-stack-delete - publishers: - - postbuildscript: - builders: - - role: BOTH - build-on: - - ABORTED - - FAILURE - - SUCCESS - - UNSTABLE - build-steps: - - shell: | - #!/bin/bash -l - echo "Deleting $STACK_NAME" - lftools openstack stack delete "$STACK_NAME" - mark-unstable-if-failed: false - ####### # SCM # #######