From aafe3e0b8560d386fb581ff3f3bcc4ed2b53a7bd Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Mon, 25 Feb 2019 11:26:42 -0700 Subject: [PATCH] Modify TLDK node This node change will switch TLDK to use the new 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: I4c83fe13c0e866e78f08697dd182f680e9abc857 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 2426bb9e8..7cdbe1cd8 100644 --- a/jjb/tldk/tldk.yaml +++ b/jjb/tldk/tldk.yaml @@ -37,7 +37,7 @@ name: '{project}-verify-{stream}-{os}' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' concurrent: true build-discarder: @@ -85,7 +85,7 @@ name: '{project}-verify-image-{stream}-{os}' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' concurrent: true build-discarder: @@ -146,7 +146,7 @@ name: '{project}-merge-{stream}-{os}' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' build-discarder: daysToKeep: '{build-days-to-keep}' numToKeep: '{build-num-to-keep}' @@ -192,7 +192,7 @@ name: 'tldk-csit-verify-func-{stream}-{os}-virl' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' concurrent: true build-discarder: -- 2.16.6