From 3c7db932f90526fdcb89d30a7835670e9ebc0627 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Wed, 14 Dec 2016 18:36:41 -0600 Subject: [PATCH] Convert csit to be Packer compliant Transition jobs for csit to be Packer compliant * Modifying csit build minions to use the new node naming standard * Temporarily using mvn33-new during cutover Change-Id: Iacfce824adf149f98ee558f413b3f276e3c2b88b Signed-off-by: Vanessa Rene Valderrama --- jjb/csit/csit-vpp-pylint.yaml | 2 +- jjb/csit/csit.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jjb/csit/csit-vpp-pylint.yaml b/jjb/csit/csit-vpp-pylint.yaml index 0d3068945..0915643e1 100644 --- a/jjb/csit/csit-vpp-pylint.yaml +++ b/jjb/csit/csit-vpp-pylint.yaml @@ -18,7 +18,7 @@ name: 'csit-validate-pylint-{stream}' project-type: freestyle - node: verify + node: ubuntu1604-basebuild-4c-4g concurrent: true logrotate: diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index cb2a9e181..cc55d8a31 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -35,7 +35,7 @@ name: 'csit-vpp-functional-{stream}-virl' project-type: freestyle - node: verify-ubuntu1604 + node: ubuntu1604-basebuild-4c-4g concurrent: true logrotate: @@ -81,7 +81,7 @@ name: 'csit-vpp-perf-{stream}-{type}' project-type: freestyle - node: verify-ubuntu1604 + node: ubuntu1604-basebuild-4c-4g concurrent: false logrotate: @@ -265,7 +265,7 @@ description: 'Purpose of this job is to validate CSIT code of corresponding branch against verified vpp build from corresponding branch and create corresponding operational branch in case of success.' project-type: freestyle - node: verify-ubuntu1604 + node: ubuntu1604-basebuild-4c-4g concurrent: false logrotate: @@ -324,7 +324,7 @@ description: 'Purpose of this job is to validate latest vpp build from corresponding branch stored in nexus against verified CSIT codebase of corresponding branch.' project-type: freestyle - node: verify-ubuntu1604 + node: ubuntu1604-basebuild-4c-4g concurrent: false logrotate: @@ -371,7 +371,7 @@ description: 'Purpose of this job is to validate latest vpp build from corresponding branch stored in nexus against verified CSIT codebase of corresponding branch.' project-type: freestyle - node: verify-ubuntu1604 + node: ubuntu1604-basebuild-4c-4g concurrent: false logrotate: -- 2.16.6