From a1184b850d2710a807fe3a7f02c50ae0137af06e Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Mon, 19 Sep 2016 10:38:21 -0700 Subject: [PATCH] Remove Unused Releng Macros 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 --- jjb/releng-macros.yaml | 65 -------------------------------------------------- 1 file changed, 65 deletions(-) diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml index 2aa775fd6..d2dc1d1ec 100644 --- a/jjb/releng-macros.yaml +++ b/jjb/releng-macros.yaml @@ -49,14 +49,6 @@ choosing-strategy: '{choosing-strategy}' timeout: 15 -- wrapper: - name: build-timeout - wrappers: - - timeout: - type: absolute - timeout: 360 - fail: true - - trigger: name: 'daily-trigger-disabled' triggers: @@ -67,11 +59,6 @@ triggers: - timed: '' -- trigger: - name: 'brahmaputra-trigger-daily-enabled' - triggers: - - timed: '0 2 * * *' - - trigger: name: gerrit-trigger-patch-submitted triggers: @@ -117,58 +104,6 @@ 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: -- 2.16.6