summaryrefslogtreecommitdiffstats
path: root/jjb/csit/csit-vpp-pylint.yaml
AgeCommit message (Collapse)AuthorFilesLines
2016-12-21Enable log shipping on all csit jobsVanessa Rene Valderrama1-0/+2
* Configure log shipping on all csit jobs Change-Id: Ibef86a6fe5ae185fdab075b21c72f883c706716d Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-12-16Convert csit to be Packer compliantVanessa Rene Valderrama1-1/+1
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 <vvalderrama@linuxfoundation.org>
2016-10-14Use fdio-infra-wrappers to simplify common wrapper useThanh Ha1-3/+2
- Move timestamps to fdio-infra-wrappers as every job is using it - Move ssh-credentials into fdio-infra-wrappers as every job is using it - Ensuer ALL jobs are using fdio-infra-wrappers (this should be policy!) FD.io has this convenient wrapper called fdio-infra-wrappers which is a simple macro to configure common wrapper functionality that all jobs should be configured with all jobs are already configuring it too so simplify job configuration and ensuring we don't have duplication everywhere. Less lines of code and more code reuse makes for easier maintenance :) Change-Id: Ia73b09dfc556f684c43853797231da84a9c517af Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2016-10-14Remove unnecessary ssh-credentials defaultsThanh Ha1-2/+2
ODL used to use a variable called {ssh-credentials} as a form of redirection in order to have a simple human readable word to represent a unique credentials id in Jenkins. Newer versions of Jenkins actually allows us to override the credentials-id UUID format and pass a human readable filename. Considering that FD.io has been using a human readable jenkins-gerrit-credentials credentials-id remove the unnecessary {ssh-credentials} id defaults from global-defaults and just access the credential directly. Change-Id: I7b59357dcacb2195646719709b3b623429deca91 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2016-08-24CIMANAGE-17: Prepare necessary CSIT jobs for VPP 1609 branchJan1-2/+9
Do needed changes to prepare following CSIT jobs for VPP 1609 branch: - csit-vpp-functional-1609-virl - csit-vpp-verify-1609-weekly - csit-vpp-verify-1609-semiweekly - csit-validate-pylint-1609 Ensure that no weekly/semiweekly job will be run for 1606 branch. Change-Id: I7e2dbb6e5e9d1d619403567fb6575d210f7f781f Signed-off-by: Jan <jgelety@cisco.com>
2016-06-27Add : to end of include-raw-escape commandsC.J. Collier1-1/+1
Missing it is deprecated syntax Change-Id: Ib8a03206154e28c2a11abeea4df3b0cd1d7aac3b Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
2016-06-14CSIT jobs - branchingMiroslav Miklus1-2/+2
- introduce per branch jobs: master, stable/1606 - weekly job to create csit-stable branch - archive artifacts for last 10 jobs Change-Id: Ib3eb7320fad365017d82a5a594123f0c68076151 Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
2016-05-18csit-vpp-pylint: Adjust Violations plugin valuesMiroslav Miklus1-3/+3
sunny weather: 0 - 10 stormy weather: 10 - 250 mark as unstable: 250+ Change-Id: Iac89bdcb74f2b8710597180340551386ef5cf3d8 Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
2016-02-19Merge "Add violations publisher plugin for pylint."Andrew Grimberg1-0/+6
2016-02-19Add violations publisher plugin for pylint.Stefan Kobza1-0/+6
Change-Id: I5685d1679f0e26d87e7c704637304c6f8c5a00e5 Signed-off-by: Stefan Kobza <skobza@cisco.com>
2016-02-19Remove unnecessary jclouds wrapper for pylint validation.Stefan Kobza1-6/+0
Change-Id: Icfbebedf1ada83a1badcec796b0b986819f265ef Signed-off-by: Stefan Kobza <skobza@cisco.com>
2016-02-18Enable robot framework jenkins plugin.Stefan Kobza1-0/+1
Change-Id: I506ea3dd431b559c3ce1e756f2310103da05024d Signed-off-by: Stefan Kobza <skobza@cisco.com>
2016-02-15Rename csit validate job, add pylint installation to script.Stefan Kobza1-3/+3
Adding sudo apt-get install script to the pylint validation job. Will move it to the Vagrantfile after all deps are known and fixed. Change-Id: I17feaaf4280388088df77f8921a26c1c1c873557 Signed-off-by: Stefan Kobza <skobza@cisco.com>
2016-02-12Add make csit-vpp-validate-pylint job more descriptiveThanh Ha1-2/+2
Change-Id: I409d4dced99f349e994947ae98ce9e1a4416712b Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2016-02-12Fix typo in csit validate job templateThanh Ha1-1/+1
Change-Id: I3fec5aaf21d165515375c9fafbb4c5830d621d33 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2016-02-12Fix pylint template name conflictThanh Ha1-5/+3
Change-Id: I9019459ecde83644e747382f84141c86b77297fa Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2016-02-11Rework CSIT jobs - 1 validates CSIT commits, 1 tests vpp debs.Stefan Kobza1-0/+62
Change-Id: I6e8b78fec5b458cfdac6864617cdbd342b6f0594 Signed-off-by: Stefan Kobza <skobza@cisco.com>