From d5b8a6d3e013d5db409f2d5eedbd4f6adf1401de Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Mon, 22 Apr 2019 11:56:47 -0500 Subject: 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: Ia1e89f433f0fd0343974ae1b19477725bf748994 Signed-off-by: Vanessa Rene Valderrama --- jjb/hc2vpp/hc2vpp-csit.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'jjb/hc2vpp/hc2vpp-csit.yaml') diff --git a/jjb/hc2vpp/hc2vpp-csit.yaml b/jjb/hc2vpp/hc2vpp-csit.yaml index 6cb2946c5..0c748c746 100644 --- a/jjb/hc2vpp/hc2vpp-csit.yaml +++ b/jjb/hc2vpp/hc2vpp-csit.yaml @@ -58,7 +58,7 @@ name: 'hc2vpp-csit-integration-{stream}-{os}' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' concurrent: true build-discarder: @@ -110,7 +110,7 @@ name: 'hc2vpp-csit-verify-{stream}-{os}' project-type: maven - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' jdk: openjdk8-{os} concurrent: true @@ -203,7 +203,7 @@ name: 'hc2vpp-csit-integration-odl-{odl}-{stream}-{os}' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' concurrent: true build-discarder: @@ -257,7 +257,7 @@ name: 'hc2vpp-csit-verify-odl-{odl}-{stream}-{os}' project-type: maven - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' jdk: openjdk8-{os} concurrent: true @@ -350,7 +350,7 @@ name: 'hc2vpp-csit-perf-{stream}-{os}' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' concurrent: false build-discarder: -- cgit 1.2.3-korg