Modify RPM_DPDK node 38/17538/1
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Tue, 12 Feb 2019 19:16:43 +0000 (13:16 -0600)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Tue, 12 Feb 2019 19:16:43 +0000 (13:16 -0600)
This node change will switch RPM_DPDK to use the new common-packer
CentOS7 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: Ia91b1635bfc992ec7db8032fab51f5de02465b88
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
jjb/rpm_dpdk/rpm_dpdk.yaml

index 846a1c5..6f56ac3 100644 (file)
@@ -25,7 +25,7 @@
     name: 'rpm_dpdk-verify-{stream}-{os}'
 
     project-type: freestyle
-    node: '{os}-basebuild-4c-4g'
+    node: '{os}-builder-4c-4g'
     concurrent: true
 
     build-discarder:
@@ -72,7 +72,7 @@
     name: 'rpm_dpdk-verify-image-{stream}-{os}'
 
     project-type: freestyle
-    node: '{os}-basebuild-4c-4g'
+    node: '{os}-builder-4c-4g'
     concurrent: true
 
     build-discarder:
     name: 'rpm_dpdk-merge-{stream}-{os}'
 
     project-type: freestyle
-    node: '{os}-basebuild-4c-4g'
+    node: '{os}-builder-4c-4g'
 
     build-discarder:
       daysToKeep: '{build-days-to-keep}'