From: Vanessa Rene Valderrama Date: Tue, 20 Dec 2016 00:03:23 +0000 (-0600) Subject: Convert vpp to be Packer compliant X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=95b17e471ba8236d10ed4a2f9587284ef20a31de;p=ci-management.git Convert vpp to be Packer compliant 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 --- diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 730ab847d..e0e8b43fd 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -210,10 +210,6 @@ 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' @@ -221,6 +217,10 @@ 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'