diff options
author | 2019-01-30 11:02:07 -0600 | |
---|---|---|
committer | 2019-01-30 11:02:07 -0600 | |
commit | c03f721a0c677ad152ff6d83a997b144503f9a68 (patch) | |
tree | 8d33d0d3ad1e784bd743a9095ad6f0369596ac80 /jjb/dmm | |
parent | 86ccd4c979ac5517cb7ad6bcc25eb1d995bd6d10 (diff) |
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 <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb/dmm')
-rw-r--r-- | jjb/dmm/dmm.yaml | 9 |
1 files changed, 4 insertions, 5 deletions
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: |