From 430587ad21b05a591c455b32884526bf26b57654 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Mon, 22 Apr 2019 11:58:52 -0500 Subject: [PATCH] Modify build node This node change will switch the node to use the common-packer image and the new ci-environment. The switch to common-packer standardizes the project with other LF projects providing additional support and automation. The switch to the new ci-environment is to isolate the build minions for security reasons. Change-Id: Ie673c72ad3d633056d48874d3d24c5f2df99d9a1 Signed-off-by: Vanessa Rene Valderrama --- jjb/honeycomb/honeycomb.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index 963812eb9..8dbdf4cdd 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -38,7 +38,7 @@ - job-template: name: 'honeycomb-verify-{stream}-{os}' project-type: maven - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' concurrent: true jdk: openjdk8-{os} @@ -91,7 +91,7 @@ - job-template: name: 'honeycomb-merge-{stream}-{os}' project-type: maven - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' jdk: openjdk8-{os} build-discarder: @@ -173,7 +173,7 @@ - job-template: name: 'honeycomb-benchmark-master-{os}' project-type: maven - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' jdk: openjdk8-{os} build-discarder: -- 2.16.6