Remove unused releng macros 49/77749/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 14 Nov 2018 03:16:55 +0000 (11:16 +0800)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 14 Nov 2018 04:50:56 +0000 (12:50 +0800)
These macros macros appear to be unused. Remove them to tidy up
the macros file.

Change-Id: I218f2e07077d26e19b56631c292cbf5290b0d761
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/releng-macros.yaml

index 893d6b7236229b8d0f3097df2f45e7fdaf8d6951..cc0a798f2df2e6306671672ba872670b8999f49c 100644 (file)
               further details.
               https://docs.openstack.org/developer/python-openstackclient/
 
-- parameter:
-    name: build-tag
-    parameters:
-      - string:
-          name: BUILD_TAG
-          default: ''
-          description: 'Tag in Git to checkout'
-
-- parameter:
-    name: controller-version-parameter
-    parameters:
-      - string:
-          name: ODL_VERSION
-          default: '{odl_version}'
-          description: 'Controller version (for use with openstacks networking_odl project)'
-
 - parameter:
     name: patches-to-build-parameter
     parameters:
           skip-tag: true
           choosing-strategy: '{choosing-strategy}'
 
-- wrapper:
-    name: build-timeout
-    wrappers:
-      - timeout:
-          type: absolute
-          timeout: 360
-          fail: true
-
 # This is a single macro to use for all jobs who vote on every (relevant) patch set.
 # Only 'recheck' trigger word is supported, it always triggers the full set of relevant jobs,
 # in order to prevent Jenkins from starting only a subset and still voting Verified+1.
     builders:
       - shell: 'mkdir -p $WORKSPACE/target/classes $WORKSPACE/jacoco/classes'
 
-- builder:
-    name: check-clm
-    builders:
-      - sonatype-clm:
-          application-name: '{application-name}'
-
-- builder:
-    name: releng-check-unicode
-    builders:
-      - shell: |
-          $WORKSPACE/scripts/check-unicode.sh jjb/
-
 - builder:
     name: provide-maven-settings
     builders: