From 77f13900ecadaa33551c48f3eb32ad2276024318 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Tue, 29 Jan 2019 11:53:52 -0600 Subject: Modify TLDK node This node change will switch TLDK to use the new common-packer CentOS7 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: Ib78cc31babee4c7c473ec2597ee9070a8a66583f Signed-off-by: Vanessa Rene Valderrama --- jjb/tldk/tldk.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb/tldk/tldk.yaml b/jjb/tldk/tldk.yaml index ef9b6e40a..610afeadb 100644 --- a/jjb/tldk/tldk.yaml +++ b/jjb/tldk/tldk.yaml @@ -31,7 +31,7 @@ name: '{project}-verify-{stream}-{os}' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: ubuntu1604-builder-4c-4g concurrent: true build-discarder: @@ -79,7 +79,7 @@ name: '{project}-verify-image-{stream}-{os}' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: ubuntu1604-builder-4c-4g concurrent: true build-discarder: @@ -140,7 +140,7 @@ name: '{project}-merge-{stream}-{os}' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: ubuntu1604-builder-4c-4g build-discarder: daysToKeep: '{build-days-to-keep}' @@ -187,7 +187,7 @@ name: 'tldk-csit-verify-func-{stream}-{os}-virl' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: ubuntu1604-builder-4c-4g concurrent: true build-discarder: -- cgit 1.2.3-korg