From 4c78df34c511edf8ab5d2dd00ab6a13585af4649 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Thu, 19 May 2016 06:42:16 -0500 Subject: [PATCH] Switch to using {stream} for honeycomb Change-Id: Id91f825463bad7d8f48bb2efe1c5ac300e06a45e Signed-off-by: Ed Warnicke --- jjb/honeycomb/honeycomb.yaml | 20 +++++++++++--------- 1 file 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}' -- 2.16.6