From 95b17e471ba8236d10ed4a2f9587284ef20a31de Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Mon, 19 Dec 2016 18:03:23 -0600 Subject: [PATCH] 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 --- jjb/vpp/vpp.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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' -- 2.16.6