summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2021-01-12Remove HC2VPP 1604 jobsVanessa Rene Valderrama2-8/+0
Removing HC2VPP Ubuntu 16.04 jobs. Ubuntu 16.04 is no longer supported Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I7ba42be182e3c9f0e8b886051f1c09b2dee7e95f
2021-01-12Remove old releases from the HC2VPP jobsVanessa Rene Valderrama2-12/+0
Removing older releases from HC2VPP jobs to clean up job history Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Ib2f6a0cfbc04a6038a0f6af5567ca020b06cef12
2021-01-11Merge "upload the logs to backup storage location as well"Dave Wallace2-1/+196
2021-01-08Merge "Remove VPP 19.08 jobs"Vratko Polak2-28/+0
2021-01-08upload the logs to backup storage location as wellAndrew Yourtchenko2-1/+196
Change-Id: Ib3e9c9ae1fd053c06840f7bc5124aae48fe58e76 Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
2021-01-05Remove VPP 19.08 jobsDave Wallace2-28/+0
- Also remove stable/1908 from the docker image build scripts. Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I44fc73898b936ec75721801956e76412da262e49
2021-01-04CSIT: Reduce daily jobs cadence for 2101 report data collectionTibor Frank2-10/+10
Change-Id: If38ea8ef50333cb48867b177771e7a9e80e1af94 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-12-21jjb: add 2n-tx2 CSIT and VPP jobsJuraj Linkeš2-2/+22
Change-Id: I769484fbd754857c8fc52241cf83ccf0939f69f7 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2020-12-11Add report jobs to csit rls2101 branchJan Gelety1-0/+3
Change-Id: If12a13d156b8507428bbab3f5ea56d00a742945e Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-12-17Merge "Add CSIT rls2101 branch"Vratko Polak4-0/+19
2020-12-16Merge "delete the references to packagecloud.io .deb repositories after ↵Dave Wallace1-0/+3
installing vpp-ext-deps"
2020-12-16Merge "Use 'lftools deploy archives' for log upload"Vratko Polak6-185/+306
2020-12-16delete the references to packagecloud.io .deb repositories after installing ↵Andrew Yourtchenko1-0/+3
vpp-ext-deps If a new empty packagecloud.io/fdio/XXYY empty repository is being added during the stable/XXYY branch creation process, the jobs will fail unless a dummy artifact is added to this repository. Since we only use this repository to install the right version of vpp-ext-deps, delete the references after that portion is complete. Change-Id: Ia5dfa5bf0193c0af8671d561d27f9f02c4e641f4 Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
2020-12-15Use 'lftools deploy archives' for log uploadDave Wallace6-185/+306
- This is a pre-requisite for using amazon S3 for log storage. - Requires docker images built by updated docker scripts to include packages required by 'lftools' or other project specific docker images to be upgraded with same packages. This change only updates jobs which are using fdiotools docker images. - Add FD.io specific global macros to avoid inflating docker images with packages required by unneeded global-jjb scripts. - Sort VPP job parameters alphabetically - Dump installed python3 packages in setup_executor_env.sh Change-Id: Ifddd8f2b70b10acf834ffc837b27ef5453213a86 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2020-12-15Remove DMM jobsVanessa Rene Valderrama4-344/+0
The DMM project has been archived. This patch is to remove existing jobs. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I9371f6346a8ece0a13debbce679bec5f17b576a3
2020-12-14Merge "Changes for VPP 21.01 Release"Dave Wallace2-0/+29
2020-12-11Changes for VPP 21.01 ReleaseAndrew Yourtchenko2-0/+29
Change-Id: I828b80e1c7599875fd25da225afac6bb7f39c805 Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
2020-12-11Add CSIT rls2101 branchJan Gelety4-0/+19
Change-Id: I60ae696cfc82853ee749626d165e0f5898b49a2d Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-12-10Upgrade global-jjb to v0.59.0Vanessa Rene Valderrama1-0/+3
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Ie8922d66f87419ab65c9b99e2f12aa5f0e5e2fe5
2020-12-08Merge "CSIT: Remove 1908_1 and 1908_2 jobs"Vratko Polak4-27/+0
2020-12-08CSIT: Remove 1908_1 and 1908_2 jobsTibor Frank4-27/+0
Change-Id: I862ee1e7c4c03dd5603fcede9c56b59fd3bafa7b Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-12-07Fix packagecloud jobs to use fdiotools docker imagesDave Wallace2-12/+24
- Required to allow cleanup of old labels referencing snergster docker images. - Remove job supporting deprecated ubuntu1604 images. Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: Ib0ba02e33c636c7b565e6156d81bd43cafcf2415
2020-12-04run ASAN within the non-voting VPP debug verify jobAndrew Yourtchenko2-5/+5
Address sanitizer catches a wide range of failures like buffer overruns, etc. So makes sense to run it during the debug test run. However, it is a bit picky to the compiler - currently it only works well only on GCC 8+, so this patch accounts for that by moving the job to 20.04 executor which has gcc-9 by default. Thanks to Benoit for the help getting it working. Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com> Change-Id: If086907d1f20e99503aa0e811fd2ae95c168d731
2020-12-03Remove Sweetcomb jobsVanessa Rene Valderrama4-359/+0
The Sweetcomb project has been archived. This patch is to remove existing jobs. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Ic9d5d0d351767481c07ac27c1765160ed635228a
2020-12-03Remove opflexvpp jobsVanessa Rene Valderrama1-15/+0
The opflexvpp project has been archived. This patch is to remove existing jobs. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I1ea81bdd5aa6c3b3284b4b7d059e6a9d44d52f3c
2020-12-03Remove puppet-fdio jobsVanessa Rene Valderrama1-130/+0
The puppet-fdio project has been archived. This patch is to remove existing jobs. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Id661421bc13d84b2d5091b2b340fca4cc98b24a3
2020-12-03Remove Honeycomb jobsVanessa Rene Valderrama1-305/+0
The Honeycomb project has been archived. This patch is to remove existing jobs. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I804c5dbc618394a507ff48e19a7dcb7127e11446
2020-12-02CSIT: Fix branch in csit-trending-weekly-2009-ltsTibor Frank1-1/+1
Change-Id: I23f8765c6c6c2c335854f29add42d83b9d51d8eb Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-12-01Do not fail on base64 encoded commentsVratko Polak2-1/+14
+ Add job parameters for Sandbox testing. Change-Id: I3f8c088bd49b1926393a6fa9d3327dd6c7533656 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-11-30Upgrade JJB version for ci-jobsVanessa Rene Valderrama1-1/+1
Upgrading JJB version to 3.5.0 for ci-jobs Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I9a519406b7ed2840c7353e97d07c668a1023cbc4
2020-11-30CSIT: Add csit-trending-weekly-2009-ltsTibor Frank1-0/+102
Change-Id: I83a2a3b60209edd8623cee2d9a737fcc5ebb7744 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-11-23Merge "CSIT: Unify path for robot plugin"Dave Wallace3-14/+14
2020-11-20Reduce merge build timeoutVanessa Rene Valderrama1-1/+1
Reducing the merge build timeout to a more reasonable timeout based on the average time to complete builds. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I5dd50776cb58c43180b82534067f9dd29b954162
2020-11-20CSIT: Unify path for robot pluginVratko Polak3-14/+14
+ We are trying to remove duplicates from logs.fd.io. + The unified path for logs is "archives" directory. - Except per-patch job, to be fixed later. + So, tell Robot plugin to get outputs from there. + Use quotes around the value. - This may break some old CSIT branches. + If yes, we will fix the CSIT code part (not ci-management). - Not touching inactive projects. Change-Id: I55f974ab27a2085690396db5b448978016c98684 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-11-18restore the mvn publisher in vpp+docs jenkins jobsAndrew Yourtchenko2-32/+32
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com> Change-Id: I0f0d781cfe427bcef8222b24eab4c8589ec92fed
2020-11-18remove the mvn publisher from vpp docs verify jobs tooAndrew Yourtchenko1-6/+6
Change-Id: If5445c464f12039325c8efe27cedeb1aec69368c Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
2020-11-18Merge "Modify the serverId"Vanessa Rene Valderrama1-1/+1
2020-11-18Modify the serverIdVanessa Rene Valderrama1-1/+1
Modifying the serverID for log shipping to use the correct serverId Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I05b48ca46ee58786b40c2d84464011f7ad7c2840
2020-11-18disable the mvn publisher for the jobs in the VPP dev verify pipelineAndrew Yourtchenko1-26/+26
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com> Change-Id: I4cec1ba22827c1ca736f000358cff8f5dd5d18b8
2020-11-16Merge "Update 1n-tx2 VPP Device jobs"Dave Wallace2-6/+20
2020-11-16Merge "Fix node label in libparc jobs."Dave Wallace1-4/+4
2020-11-16Fix node label in libparc jobs.Mauro Sardara1-4/+4
Signed-off-by: Mauro Sardara <msardara@cisco.com> Change-Id: Ie4660a92c97951cffee837ddb3a76421ec042eed
2020-11-16Update 1n-tx2 VPP Device jobsJuraj Linkeš2-6/+20
Replace the timed 1n-tx2 CSIT jobs with per-patch CSIT and VPP jobs and add weekly and semiweekly CSIT VPP Device jobs. This is now possible since we have two 1n-tx2 testbeds instead of one. Change-Id: I4b106d95ffef48ebaea926c19ee4c7db8f22c655 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2020-11-12Fix package_cloud push of vpp-ext-depsDave Wallace1-3/+6
- Fix regression in previous change to packagecloud_push.sh Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: Idfb47bd49bc59467ba3f28499edcdd41a00d04ce
2020-11-11CSIT: 2n-zn2 daily + dpdk-weeklypmikus1-0/+3
- VPP weekly no capacity. - DPDK weekly is fast and can reveal baseline numbers. Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ic77f2f4177189fa7a36a3dae9dc8dcf403b8475f
2020-11-10Merge "Remove centos7 CI jobs for VPP master branch (VPP 21.01)"Vratko Polak1-1/+26
2020-11-10Merge "Fix packagecloud_push.sh upload failure for vpp-ext-deps"Vratko Polak1-3/+22
2020-11-10Fix packagecloud_push.sh upload failure for vpp-ext-depsDave Wallace1-3/+22
- When a new vpp-ext-deps version is created, the packagecloud_push.sh script will declare a failure for merge jobs if the package already has been pushed by another job running in parallel. Since vpp-ext-deps will be automatically rebuilt by the VPP build, there is no reason to fail the merge job if the packagecloud push fails for the vpp-ext-deps package. Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I96edc6948b7f8b654cc66154412e5eb00927266a
2020-11-10Merge "Add ubuntu 20.04 jobs for libparc. Cleanup unused jobs."Dave Wallace1-425/+141
2020-11-09Move jjb merge to other nodeJessica Wagantall1-1/+2
ci-management-jjb-merge has sporadic failures Trying "centos7-builder-8c-8g" node to see if it improves. Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ib96b6ebf1e9c126f31936a34567c7e0148dd2769