summaryrefslogtreecommitdiffstats
path: root/jjb/honeycomb
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-06-29 17:00:54 -0500
committerEd Warnicke <eaw@cisco.com>2016-06-29 17:07:23 -0500
commit8b61e9fe9cc3b46dc40340a25b710d5b67b04a49 (patch)
treec70d5e3aeef13ab62cb2b481f57687192200bcda /jjb/honeycomb
parent228a3dd2c6fc5f43fd9d6e8589d0fce2ffa960db (diff)
Move from rpm push in merge to rpm push in integration
It turns out that doing rpm push in both merge and integration job leads to collisions because they have two separate sequences of BUILD_NUMBERs and those BUILD_NUMBERS are used for the rpm release number. So... this patch makes the merge job *stop* pushing rpms, and should cause the integration job to trigger on both vpp *and* honeycomb merge job success. Change-Id: I12fe582ea8a1444096b86c214b3cd3c412bc7591 Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'jjb/honeycomb')
-rw-r--r--jjb/honeycomb/honeycomb.yaml20
1 files changed, 1 insertions, 19 deletions
diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml
index fe605b848..c82a71512 100644
--- a/jjb/honeycomb/honeycomb.yaml
+++ b/jjb/honeycomb/honeycomb.yaml
@@ -198,20 +198,6 @@
global-settings-type: cfp
postbuilders:
- - maven-target:
- maven-version: '{mvn33}'
- goals: '--version'
- settings: 'honeycomb-settings'
- settings-type: cfp
- global-settings: 'global-settings'
- global-settings-type: cfp
- - provide-maven-settings:
- settings-file: 'honeycomb-settings'
- global-settings-file: 'global-settings'
- - shell:
- !include-raw-escape:
- - ../scripts/maven_push_functions.sh
- - include-raw-honeycomb-pkg-push.sh
- shell: |
if [ "${{OS}}" == "ubuntu1404" ];then sudo update-java-alternatives -s /usr/lib/jvm/java-1.7.0-openjdk-amd64;fi
@@ -223,10 +209,6 @@
language: 'java'
- email-notification:
email-prefix: '[honeycomb]'
- - maven-deploy:
- id: ''
- unique-version: true
- deploy-unstable: false
- job-template:
name: 'honeycomb-integration-{stream}-{os}'
@@ -263,7 +245,7 @@
triggers:
- reverse:
- jobs: 'vpp-merge-{branch}-{os}'
+ jobs: 'vpp-merge-{branch}-{os},honeycomb-merge-{branch}-{os}'
result: 'success'
prebuilders: