diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-03-21 09:40:30 -0500 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-03-21 09:40:30 -0500 |
commit | 395e24a43399bfc8dec52655e155aff455a348f1 (patch) | |
tree | 5f11199f4e0459fdfa086066fa554cb58a2b7a28 | |
parent | 25dab0a9093cf9e0806864a853f3f943f05a5e7a (diff) |
Fix Honeycomb nodes
Honeycomb is building on Ubuntu 16.04 and Ubuntu 18.04. We don't have an
18.04 image common-packer image. Honeycomb will have to switch to
common-packer in the new environment once we have an 18.04 image
available.
Change-Id: I630ed181c95e10eb8b4c007c5815d43756a317a8
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 7865fdf77..2ee68a2f9 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -35,7 +35,7 @@ - job-template: name: 'honeycomb-verify-{stream}-{os}' project-type: maven - node: '{os}-builder-4c-4g' + node: '{os}-basebuild-4c-4g' concurrent: true jdk: openjdk8-{os} @@ -88,7 +88,7 @@ - job-template: name: 'honeycomb-merge-{stream}-{os}' project-type: maven - node: '{os}-builder-4c-4g' + node: '{os}-basebuild-4c-4g' jdk: openjdk8-{os} build-discarder: @@ -170,7 +170,7 @@ - job-template: name: 'honeycomb-benchmark-master-{os}' project-type: maven - node: '{os}-builder-4c-4g' + node: '{os}-basebuild-4c-4g' jdk: openjdk8-{os} build-discarder: |