Remove Unused Releng Macros 95/21495/2
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 19 Sep 2016 17:38:21 +0000 (10:38 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 20 Sep 2016 16:51:58 +0000 (09:51 -0700)
Some of these macros have existed since the releng repo creation date.
All of them are currently unused and can be safely removed.

Change-Id: Ifc2c1762bc999b48b06cf82c55a53c3ad7430a21
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/releng-macros.yaml

index 2aa775f..d2dc1d1 100644 (file)
             choosing-strategy: '{choosing-strategy}'
             timeout: 15
 
-- wrapper:
-    name: build-timeout
-    wrappers:
-        - timeout:
-            type: absolute
-            timeout: 360
-            fail: true
-
 - trigger:
     name: 'daily-trigger-disabled'
     triggers:
     triggers:
         - timed: ''
 
-- trigger:
-    name: 'brahmaputra-trigger-daily-enabled'
-    triggers:
-        - timed: '0 2 * * *'
-
 - trigger:
     name: gerrit-trigger-patch-submitted
     triggers:
             fingerprint: true
             latest-only: true
 
-- publisher:
-    name: email-notification
-    publishers:
-        - email-ext:
-            recipients: 'jenkins@lists.opnfv.org'
-            reply-to:
-            content-type: default
-            subject: '{email-prefix} $PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!'
-            body: |
-                $PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS:
-
-                Check console output at $BUILD_URL to view the results.
-            unstable: true
-            fixed: true
-            send-to:
-                - developers
-                - recipients
-
-- publisher:
-        name: jacoco-report
-        publishers:
-            - jacoco:
-                exec-pattern: "**/**.exec"
-                class-pattern: "**/classes"
-                source-pattern: "**/src/main/java"
-                exclusion-pattern: "**/gen/**,**/generated-sources/**,**/yang-gen**"
-                status-update: true
-                targets:
-                  - branch:
-                      healthy: 10
-                      unhealthy: 20
-                  - method:
-                      healthy: 50
-                      unhealthy: 40
-
-
-- builder:
-    name: test-macro
-    builders:
-        - shell: 'echo testing macro "test-macro"'
-
-- builder:
-    name: wipe-org-opendaylight-repo
-    builders:
-        - shell: 'if [ -d /tmp/r/org/opendaylight ]; then rm -rf /tmp/r/org/opendaylight; fi'
-
-- builder:
-    name: jacoco-nojava-workaround
-    builders:
-        - shell: 'mkdir -p $WORKSPACE/target/classes'
-
-
 # New Releng macros
 
 - builder: