From c03f721a0c677ad152ff6d83a997b144503f9a68 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Wed, 30 Jan 2019 11:02:07 -0600 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: I4cd059c989fac7833bd265318c3d1db2d0195677 Signed-off-by: Vanessa Rene Valderrama --- jjb/dmm/dmm.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'jjb/dmm') diff --git a/jjb/dmm/dmm.yaml b/jjb/dmm/dmm.yaml index e87b458cc..20916db66 100644 --- a/jjb/dmm/dmm.yaml +++ b/jjb/dmm/dmm.yaml @@ -36,7 +36,7 @@ name: 'dmm-verify-{stream}-checkstyle' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: ubuntu1604-builder-8c-8g concurrent: true build-discarder: @@ -80,7 +80,7 @@ name: 'dmm-verify-{stream}-{os}' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: ubuntu1604-builder-8c-8g concurrent: true build-discarder: @@ -124,8 +124,7 @@ name: 'dmm-merge-{stream}-{os}' project-type: freestyle - node: '{os}-basebuild-4c-4g' - + node: ubuntu1604-builder-8c-8g build-discarder: daysToKeep: '{build-days-to-keep}' numToKeep: '{build-num-to-keep}' @@ -167,7 +166,7 @@ name: 'dmm-csit-verify-func-master-{os}-virl' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: ubuntu1604-builder-8c-8g concurrent: true build-discarder: -- cgit 1.2.3-korg