diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2016-12-19 18:03:23 -0600 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2016-12-19 18:29:13 -0600 |
commit | 95b17e471ba8236d10ed4a2f9587284ef20a31de (patch) | |
tree | 40cc78d0ff4c8ade761f7a294b3ba91d3a364818 /jjb/vpp | |
parent | 48e0edc1c6d23971bb22061893f720fad23b0910 (diff) |
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 <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb/vpp')
-rw-r--r-- | jjb/vpp/vpp.yaml | 8 |
1 files 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' |