X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Freleng-macros.yaml;h=f2d8ed89cb4ef4763fbc3c75a788da13b67f3f75;hb=6db63fabeac500383eff09cf4f11dd3e3d0cb728;hp=4a850e4c1ac78e455ef73cf6ea87392e76bb427e;hpb=7b21c7f431c5ffe1272c701d3ada5db7fd6e65a1;p=releng%2Fbuilder.git diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml index 4a850e4c1..f2d8ed89c 100644 --- a/jjb/releng-macros.yaml +++ b/jjb/releng-macros.yaml @@ -59,41 +59,6 @@ further details. https://docs.openstack.org/developer/python-openstackclient/ -- parameter: - name: patches-to-build-parameter - parameters: - - string: - name: PATCHES_TO_BUILD - default: '' - description: | - Ordered list of patches to build in the format of project=changeset (checkout) or - project:changeset (cherry-pick) for example: genius=32/53632/9,netvirt:59/50259/47. - A topic is also allowed, for example: topic=binding-tlc-rpc - -- parameter: - name: build-order-parameter - parameters: - - string: - name: BUILD_ORDER - default: '{build-order}' - description: 'Build order for multipatch test when topic is used' - -- parameter: - name: build-fast-parameter - parameters: - - string: - name: BUILD_FAST - default: '{build-fast}' - description: 'Set true to build fast -Pq' - -- parameter: - name: run-test-parameter - parameters: - - string: - name: RUN_TEST - default: '{run-test}' - description: 'Set true to run test after build' - - parameter: name: distribution-branch-to-build-parameter parameters: @@ -247,36 +212,6 @@ send-to: - recipients -- builder: - name: odl-openstack-check-image-protection - builders: - - shell: !include-raw: odl-openstack-check-image-protection.sh - -- builder: - name: odl-openstack-cleanup-old-images - builders: - - shell: !include-raw: odl-openstack-cleanup-old-images.sh - -- builder: - name: odl-openstack-cleanup-orphaned-nodes - builders: - - shell: !include-raw: odl-openstack-cleanup-orphaned-nodes.sh - -- builder: - name: odl-openstack-cleanup-stale-nodes - builders: - - shell: !include-raw: odl-openstack-cleanup-stale-nodes.sh - -- builder: - name: odl-openstack-cleanup-stale-stacks - builders: - - shell: !include-raw: odl-openstack-cleanup-stale-stacks.sh - -- builder: - name: odl-openstack-cleanup-stale-volumes - builders: - - shell: !include-raw: odl-openstack-cleanup-stale-volumes.sh - - builder: name: opendaylight-infra-stack # opendaylight-infra-stack.sh has a required variable {stack-template} that @@ -315,24 +250,6 @@ 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.