summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2016-09-19 10:38:21 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2016-09-20 09:51:58 -0700
commita1184b850d2710a807fe3a7f02c50ae0137af06e (patch)
treeaa64963222a416ced76de2ea4b4dfe08ea9d6497
parent14ac395628e0c290c8c14d54d10c5512b61a5085 (diff)
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 <tbramwell@linuxfoundation.org>
-rw-r--r--jjb/releng-macros.yaml65
1 files changed, 0 insertions, 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:
@@ -68,11 +60,6 @@
- timed: ''
- trigger:
- name: 'brahmaputra-trigger-daily-enabled'
- triggers:
- - timed: '0 2 * * *'
-
-- trigger:
name: gerrit-trigger-patch-submitted
triggers:
- gerrit:
@@ -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: