diff options
author | 2019-02-25 11:18:34 -0700 | |
---|---|---|
committer | 2019-03-20 13:39:39 -0500 | |
commit | 39b8683f956612def895f8c6c161b0b52223b341 (patch) | |
tree | ed210b998b6b0f881ee2b838a57cbb6a9e0ffaac | |
parent | a9a402a1959dce62f9115192538b85ef49230cbd (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: I705d20c542440752106bf2568d8743a912eba7a7
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
-rw-r--r-- | jjb/dmm/dmm.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
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: |