From 39b8683f956612def895f8c6c161b0b52223b341 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Mon, 25 Feb 2019 11:18:34 -0700 Subject: Modify DMM node This node change will switch DMM 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: I705d20c542440752106bf2568d8743a912eba7a7 Signed-off-by: Vanessa Rene Valderrama --- jjb/dmm/dmm.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'jjb') diff --git a/jjb/dmm/dmm.yaml b/jjb/dmm/dmm.yaml index b8cef656b..2667db088 100644 --- a/jjb/dmm/dmm.yaml +++ b/jjb/dmm/dmm.yaml @@ -42,7 +42,7 @@ name: 'dmm-verify-{stream}-checkstyle' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' concurrent: true build-discarder: @@ -86,7 +86,7 @@ name: 'dmm-verify-{stream}-{os}' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' concurrent: true build-discarder: @@ -130,7 +130,7 @@ name: 'dmm-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}' @@ -172,7 +172,7 @@ name: 'dmm-csit-verify-func-master-{os}-virl' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' concurrent: true build-discarder: -- cgit 1.2.3-korg