Eliminate duplicate calls to delete running stack 81/85781/9
authorTim Johnson <tijohnson@linuxfoundation.org>
Thu, 14 Nov 2019 23:55:15 +0000 (15:55 -0800)
committerTim Johnson <tijohnson@linuxfoundation.org>
Thu, 21 Nov 2019 21:56:41 +0000 (13:56 -0800)
Removed 'releng-openstack-stack-delete' macro.

This macro was left over from early development and is no longer needed.
The deletion of the stack is now being done in lf-stack-delete macro
which is located in global-jjb macro.  For more information about this
change please refer to the Issue.

Issue: RELENG-145
Change-Id: Ia625f01e497d9688e7370eebd5eb32b0991f3b3b
Signed-off-by: Tim Johnson <tijohnson@linuxfoundation.org>
jjb/integration/integration-macros.yaml
jjb/releng-macros.yaml

index 6768e4ce61d7183abc2b0841cf4a3e475e64c9bb..0298a769f059996d85013d6da47ac6546e8e7794 100644 (file)
           only-critical: false
       - integration-csit-archive-build
       - integration-csit-run-postscript
-      - releng-openstack-stack-delete
 
 - publisher:
     name: integration-csit-archive-build
index e106e25599771e2f16ddef198f5ba0c298292aba..f2d8ed89cb4ef4763fbc3c75a788da13b67f3f75 100644 (file)
     builders:
       - shell: 'if [ -d /tmp/r ]; then rm -rf /tmp/r; fi'
 
-- publisher:
-    name: releng-openstack-stack-delete
-    publishers:
-      - postbuildscript:
-          builders:
-            - role: BOTH
-              build-on:
-                - ABORTED
-                - FAILURE
-                - SUCCESS
-                - UNSTABLE
-              build-steps:
-                - shell: |
-                    #!/bin/bash -l
-                    echo "Deleting $STACK_NAME"
-                    openstack stack delete --yes "$STACK_NAME"
-          mark-unstable-if-failed: false
-
 - wrapper:
     # This wrapper is required for all jobs as it configures the wrappers
     # needed by OpenDaylight infra.