diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-04-22 11:58:52 -0500 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-04-22 11:58:52 -0500 |
commit | 430587ad21b05a591c455b32884526bf26b57654 (patch) | |
tree | aaf28dbb8870054fc22ddb793ec0057e8a7a4d54 | |
parent | a6a5a25fbf557b023a228b7d2faf7f920e852e48 (diff) |
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 <vvalderrama@linuxfoundation.org>
-rw-r--r-- | jjb/honeycomb/honeycomb.yaml | 6 |
1 files 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: |