Convert vpp to be Packer compliant 00/4400/2
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Tue, 20 Dec 2016 00:03:23 +0000 (18:03 -0600)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Tue, 20 Dec 2016 00:29:13 +0000 (18:29 -0600)
Transition jobs for vpp to be Packer compliant
* Modifying vpp build minions to use the new node naming standard
* Temporarily using mvn33-new during cutover

Change-Id: I8f4a01d82917c34377b76ca3d3e875ce61720cc4
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
jjb/vpp/vpp.yaml

index 730ab84..e0e8b43 100644 (file)
             branch: '{branch}'
 
     builders:
-        - shell:
-            !include-raw-escape: include-raw-vpp-checkstyle.sh
-        - shell:
-            !include-raw-escape: include-raw-vpp-build.sh
         - maven-target:
             maven-version: 'mvn33-new'
             goals: '--version'
             settings-type: cfp
             global-settings: 'global-settings'
             global-settings-type: cfp
+        - shell:
+            !include-raw-escape: include-raw-vpp-checkstyle.sh
+        - shell:
+            !include-raw-escape: include-raw-vpp-build.sh
         - provide-maven-settings:
             settings-file: 'vpp-settings'
             global-settings-file: 'global-settings'