diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-04-22 11:56:47 -0500 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-04-22 11:56:47 -0500 |
commit | d5b8a6d3e013d5db409f2d5eedbd4f6adf1401de (patch) | |
tree | e489304872674bef0abcdfa5d8b53ef6aeb676be /jjb/hc2vpp | |
parent | a6a5a25fbf557b023a228b7d2faf7f920e852e48 (diff) |
Modify build node
This node change will switch the node to use the 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: Ia1e89f433f0fd0343974ae1b19477725bf748994
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb/hc2vpp')
-rw-r--r-- | jjb/hc2vpp/hc2vpp-csit.yaml | 10 | ||||
-rw-r--r-- | jjb/hc2vpp/hc2vpp.yaml | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/jjb/hc2vpp/hc2vpp-csit.yaml b/jjb/hc2vpp/hc2vpp-csit.yaml index 6cb2946c5..0c748c746 100644 --- a/jjb/hc2vpp/hc2vpp-csit.yaml +++ b/jjb/hc2vpp/hc2vpp-csit.yaml @@ -58,7 +58,7 @@ name: 'hc2vpp-csit-integration-{stream}-{os}' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' concurrent: true build-discarder: @@ -110,7 +110,7 @@ name: 'hc2vpp-csit-verify-{stream}-{os}' project-type: maven - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' jdk: openjdk8-{os} concurrent: true @@ -203,7 +203,7 @@ name: 'hc2vpp-csit-integration-odl-{odl}-{stream}-{os}' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' concurrent: true build-discarder: @@ -257,7 +257,7 @@ name: 'hc2vpp-csit-verify-odl-{odl}-{stream}-{os}' project-type: maven - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' jdk: openjdk8-{os} concurrent: true @@ -350,7 +350,7 @@ name: 'hc2vpp-csit-perf-{stream}-{os}' project-type: freestyle - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' concurrent: false build-discarder: diff --git a/jjb/hc2vpp/hc2vpp.yaml b/jjb/hc2vpp/hc2vpp.yaml index 8283b9052..e1ce8ffc7 100644 --- a/jjb/hc2vpp/hc2vpp.yaml +++ b/jjb/hc2vpp/hc2vpp.yaml @@ -46,7 +46,7 @@ - job-template: name: 'hc2vpp-verify-{stream}-{os}' project-type: maven - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' concurrent: true jdk: openjdk8-{os} @@ -99,7 +99,7 @@ - job-template: name: 'hc2vpp-verify-image-{stream}-{os}' project-type: maven - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' concurrent: true jdk: openjdk8-{os} @@ -165,7 +165,7 @@ - job-template: name: 'hc2vpp-merge-{stream}-{os}' project-type: maven - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' jdk: openjdk8-{os} build-discarder: @@ -231,7 +231,7 @@ - job-template: name: 'hc2vpp-integration-{stream}-{os}' project-type: maven - node: '{os}-basebuild-4c-4g' + node: '{os}-builder-4c-4g' jdk: openjdk8-{os} build-discarder: |