summaryrefslogtreecommitdiffstats
path: root/jjb/honeycomb
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-05-19 06:42:16 -0500
committerEd Warnicke <eaw@cisco.com>2016-05-19 06:42:16 -0500
commit4c78df34c511edf8ab5d2dd00ab6a13585af4649 (patch)
treefb979f2fc50043dee6fef3c3cc9ca37359aaff7b /jjb/honeycomb
parent8f6fa2fa9ccf5723edb60cfdb536f43ea99b2283 (diff)
Switch to using {stream} for honeycomb
Change-Id: Id91f825463bad7d8f48bb2efe1c5ac300e06a45e Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'jjb/honeycomb')
-rw-r--r--jjb/honeycomb/honeycomb.yaml20
1 files changed, 11 insertions, 9 deletions
diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml
index 6e97e709c..46b33387d 100644
--- a/jjb/honeycomb/honeycomb.yaml
+++ b/jjb/honeycomb/honeycomb.yaml
@@ -1,16 +1,18 @@
- project:
name: honeycomb
jobs:
- - 'honeycomb-verify-{branch}-{os}'
- - 'honeycomb-merge-{branch}-{os}'
- - 'honeycomb-integration-{branch}-{os}'
- - 'honeycomb-verify-image-{branch}-{os}'
+ - 'honeycomb-verify-{stream}-{os}'
+ - 'honeycomb-merge-{stream}-{os}'
+ - 'honeycomb-integration-{stream}-{os}'
+ - 'honeycomb-verify-image-{stream}-{os}'
project: 'honeycomb'
- branch: 'master'
+ stream:
+ - master:
+ branch: 'master'
os: 'ubuntu1404'
- job-template:
- name: 'honeycomb-verify-{branch}-{os}'
+ name: 'honeycomb-verify-{stream}-{os}'
project-type: maven
node: verify
concurrent: true
@@ -66,7 +68,7 @@
email-prefix: '[honeycomb]'
- job-template:
- name: 'honeycomb-verify-image-{branch}-{os}'
+ name: 'honeycomb-verify-image-{stream}-{os}'
project-type: maven
node: 'verify-image-{os}'
concurrent: true
@@ -135,7 +137,7 @@
email-prefix: '[honeycomb]'
- job-template:
- name: 'honeycomb-merge-{branch}-{os}'
+ name: 'honeycomb-merge-{stream}-{os}'
project-type: maven
node: merge
jdk: '{jdk}'
@@ -197,7 +199,7 @@
deploy-unstable: false
- job-template:
- name: 'honeycomb-integration-{branch}-{os}'
+ name: 'honeycomb-integration-{stream}-{os}'
project-type: maven
node: merge
jdk: '{jdk}'