summaryrefslogtreecommitdiffstats
path: root/jjb/csit
AgeCommit message (Collapse)AuthorFilesLines
2021-04-13Merge "CSIT: restrict CSIT VPP Device to 32 cores"Dave Wallace1-0/+8
2021-04-09CSIT: restrict CSIT VPP Device to 32 coresJuraj Linkeš1-0/+8
We're seeing frequent "Host high CPU load" alerts. The jobs are not restricted in any way, which could lead to resource starvation or misdirection of resources between jobs. Mirror the VPP jobs configuration - restrict to 32 cores. Change-Id: I6b36602df0546fedf9603dda395325199130513e Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2021-04-08Use fdio-infra-publish for nomad executor based jobsDave Wallace4-36/+18
- Separate post build executor info dump into its own script file. - Remove backup_upload_archives.sh from fdio-infra-shiplogs which is now only used for openstack executors. - Add setup_executor_env.sh to run first for all jobs which run on nomad/dockerhub images. Change-Id: I564201b8c578e6541152e6af74537d1d007ba1a7 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2021-03-19CSIT: Convert jobs to ubuntu2004 part Vpmikus1-30/+30
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ibf5202e13a008ebc7480dfcfc1e0705d0552705b
2021-03-18CSIT: Convert jobs to ubuntu2004 part.IVpmikus1-110/+15
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I36256126ebc75398d20abd366889eb31ed7a9643
2021-03-15CSIT: Convert jobs to ubuntu2004 part.IIpmikus1-98/+229
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I7417c6c14eaa7a9dfd09b972ede4c70aa4ff93f0
2021-03-12Merge "CSIT: Convert jobs to ubuntu2004 part.IV"Dave Wallace1-10/+9
2021-03-11CSIT: Convert jobs to ubuntu2004 part.IVpmikus1-10/+9
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I69e2393dafe129fa9effd6ce10f6b1ac34616860
2021-03-09CSIT: Convert jobs to ubuntu2004 part.IIIpmikus1-4/+5
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I4188b435046dbaf6a8a8e5021e50db3c90d8ef79
2021-03-08CSIT: Convert jobs to ubuntu2004 part.Ipmikus1-5/+7
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I5423091a9a45be430be8509786e27c6fea775b60
2021-02-16CSIT: Set daily jobs cadence to normalTibor Frank2-10/+10
Change-Id: Ie575ccebc2a5b4bce91f740f9785499985cae56d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-01-18CSIT: Make tox job gating (as VPP checkstyle)Vratko Polak2-6/+34
+ Add code comments explaining how CSIT device tests can be started. Change-Id: Icc5bd800f8fdc4616366a32559304977fba9fb04 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
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š1-2/+19
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-11Add CSIT rls2101 branchJan Gelety4-0/+19
Change-Id: I60ae696cfc82853ee749626d165e0f5898b49a2d Signed-off-by: Jan Gelety <jgelety@cisco.com>
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-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 Polak1-0/+12
+ Add job parameters for Sandbox testing. Change-Id: I3f8c088bd49b1926393a6fa9d3327dd6c7533656 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
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-20CSIT: Unify path for robot pluginVratko Polak2-13/+13
+ 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-16Update 1n-tx2 VPP Device jobsJuraj Linkeš1-2/+9
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-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-10-30Set the daily mrr jobs cadence to normalTibor Frank1-2/+2
- 2n-clx and 2n-skx Change-Id: I777a7de23d114256c2c644d4b3ed33853a7d352d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-10-29Set the daily mrr jobs cadence to normalTibor Frank2-6/+6
- only for 3n-hsw, 3n-skx, 3n-tsh, 3n-dnv, 2n-dnv - 2n-clx and 2n-skx will be done when resting of NAT44 finishes Change-Id: Ia9dc00756de887a725bb603f8ad14a61b2d2ce6d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-09-21CSIT: rls2009_lts branchJan Gelety4-6/+22
Branch rls2009_lts is the development branch for 2009 LTS release whith running vpp mrr weekly jobs. Trendig job for rls209_lts branch will be introduced later when PAL part is ready. Change-Id: Ic3aa7f38bb9c35ceca638fab1f256071ff3ebf53 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-10-19CSIT: Add more Zen2 jobspmikus1-0/+4
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I18e667dfb10cbf17b5cc0c545114f14cc588ee77
2020-10-13Clean up vpp jenkins scripts & docker dirDave Wallace4-0/+51
- Remove docker/vpp Dockerfile definitions and colateral files for image now being build by https://gerrit.fd.io/r/c/ci-management/+/28022 - Remove opensuse support which has been elided from the vpp build in https://gerrit.fd.io/r/c/vpp/+/28999 - Remove unused scripts. - Output script name marker for all jjb scripts following LFIT practices. - Remove old/unused output from scripts. - Add logic to use vpp-ext-deps download cache in the executor images to speed up build jobs. - Add copyright notifcations to modified files without an existing copyright. - Make all vpp/docs jobs use '-{stream}-{os}-{executor}' suffix in their names. - Consolidate executor logging into setup_executor_env.sh and call it first for all jobs. Change-Id: I4ffb67ed476659f0127ca8c84f20a305d06149bf Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2020-10-06Remove 1n-tx2 vpp device jobsJuraj Linkeš1-165/+0
The 1n-tx2 testbed is undergoing a replacement. The new server have different NICs and the current jobs wouldn't run properly. Remove the jobs while the switch is in progress. Change-Id: If664f8d8b86fd4078c529f2a56d17ff3545b08ac Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2020-09-23Merge "CSIT: Add 2n-zn2 for dry runs"Vratko Polak1-0/+2
2020-09-21CSIT: Add 2n-zn2 for dry runspmikus1-0/+2
- No trending yet. Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I901584c83487125b0a599a534c7ba2327b3e713b
2020-09-10Add csit-dpdk-perf-mrr-weekly-master-3n-tsh jobJuraj Linkeš1-0/+2
DPDK tests have been fixed in https://gerrit.fd.io/r/c/csit/+/28571 and there is enough free compute time on 3n-tsh during weekends, so enable the job for that testbed. Change-Id: I2cc4f4ea3de8f0ae06a9969618a34d30da920ef6 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2020-09-10CSIT: Reduce daily jobs cadence for 2009 report data collectionJan Gelety2-8/+8
Change-Id: I79d4e85086b928c025b021758760f86829d7f502 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-09-04Add CSIT rls2009 branchJan Gelety4-22/+23
- and remove CSIT rls2001 branch Change-Id: I487af3a71ceefeb41020f775e1215bad653b351a Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-07-17Set the daily mrr jobs cadenceTibor Frank2-8/+8
- 3n-tsh once a day (14 UTC) - the others twice a day (2, 14 UTC) DO NOT MERGE before July-20 Change-Id: Ib2440dfe6363f7df79d32199d4a73a0ab62ec5e8 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-06-11Update description for report-iterative jobsTibor Frank1-6/+12
- csit-vpp-perf-report-iterative-{stream_report}-{node-arch} - csit-dpdk-perf-report-iterative-{stream_report}-{node-arch} Change-Id: I06211c39ebbce2650f3a1104df1d9bf8e396929a Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-26CSIT: Reduce daily jobs cadence for 2005 report data collectionJan Gelety2-6/+6
Change-Id: I966424a022e73a24d1a5719b5a7091dd9db83d61 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-05-26Add csit-vpp/dpdk-perf-report-coverage/iterative jobsJan Gelety1-10/+327
- jobs will be used to collect vpp/dpdk performance coverage/iterative data for csit report Change-Id: I37120696258115cdb0dce6cb8d72050e3fab6b72 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-05-15Add csit-vpp-perf-report-iterative jobsJan Gelety1-16/+110
- job will be used to collect vpp performance iterative data for csit report Change-Id: I6790730f78e3afeb039a7023a0ea32ea54dac7d5 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-05-07Add vpp-device weekly and semiweekly jobs for csit rls2005 branchJan Gelety1-0/+6
Change-Id: I9c4ad2a32e42851a54e12b0b57e43ce52cd30885 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-05-13Add CSIT rls2005 branchJan Gelety4-0/+13
- special report-iter and report-full jobs will be added in separate commit Change-Id: I99f2b86209c8cfd5acb7f432cb9509ed462b52e0 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-04-28Modify build nodeVanessa Rene Valderrama1-2/+2
Modifying the build node for RelEng jobs. These jobs don't require larger instances. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I62abb21613ba0632d536a11d9edeec1ed2ac9d51
2020-04-16Configure CSIT for SonarCloudVanessa Rene Valderrama1-0/+14
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I721b94aac3527ce0544886da37a674c869633512
2020-03-27Add CSIT rls1908_2 branchJan Gelety4-37/+37
+ keep csit-vpp-perf-verify-1908_1-{node-arch} jobs for some time Change-Id: I172ab711b2934ba916eb9c1324440bc8cf7bab05 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-03-24Update 3n-tsh mrr daily periodicityjuraj.linkes1-1/+1
Change-Id: I640e634eda409b08645a3f341a194884dd501e51 Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
2020-03-12Use the same perf triger for vpp and csitVratko Polak1-16/+5
+ Rename arguments. + Make skip-vote and trigger word configurable in the macro. + Keep the old skip-vote and trigger word values. + Improve vpp-csit job description highlighting the difference. Change-Id: Ie9ca68d422f8514bc8b0cd79f36a83181911feb9 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-03-09CSIT: Cleanup jobsPeter Mikus6-430/+90
- rls1904 - func/dmm/tldk/hc/nsh + perf LTS + vpp_device LTS Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Ib88c93e76958d2f79db08eea5a639c264e6c492c
2020-02-17CSIT: Remove ligato leftoversVratko Polak1-2/+0
Jobs accessing ligato-executor value were removed before, this removes lines that set the value. Change-Id: Ia74eb814376e922afda5ec9a31762ea616688c8e Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-01-19CSIT: Reduce daily jobs cadence for 2001 report data collectionJan Gelety1-2/+2
Change-Id: Ic977eef891cef30542897a6dd0c89f0a1540dcfa Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-01-17Merge "Move VPP and CSIT macros to global"Vratko Polak1-62/+0