summaryrefslogtreecommitdiffstats
path: root/jjb/csit/csit-perf.yaml
AgeCommit message (Collapse)AuthorFilesLines
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-10Add CSIT rls2001 branchJan Gelety1-3/+3
Change-Id: Id890c500980278840eae90fa298a193cb1fb5735 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-01-09CSIT: Make script inclusion more readableVratko Polak1-7/+13
Historically, scripts names started with include-raw-csit- prefix. That was not only long and superfluous, but also confusing, as the actual way of including uses "include-raw-escape", which is a command behaving differently than "include-raw", suggested by the previous name. This Change shortens script names to the part that actually says something about the script. + Move scripts to jjb/scripts/csit/. - "Absolute" paths are not used, as ci-man root is not in serarch path. + Put each path on a separate line to avoid long lines. + Update copyright years, add missing copyright notices. Change-Id: Ifcfad5833577d78bf9105f494d5bf6187abc2a68 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-12-11Execute 3n-tsh-mrr-daily dailyjuraj.linkes1-1/+1
The job is working properly, switch from weekly to daily execution. Change-Id: I656f81ff0dcb561f2c1ba35b96bd9e3936de3af3 Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
2019-11-28Apply BMRR parameters to each MRR jobVratko Polak1-0/+22
+ Define global macros to make values configurable on demand. + Define minimal values to be used as global default. + The vpp-csit and csit-vpp jobs need different values. + Ndrpdr jobs do not use the values. Change-Id: I868da5fdf16cfb627c48b44a028ed2f6a708ce77 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-11-13CSIT: Add executor value to job descriptionVratko Polak1-0/+24
For some jobs, it is not entirely clear which executor is used. People verifying changes related to executors previously needed to click job configuration to see it. Now they only need to look at job description. If a job does not list the executor in its description, it means it does not use anything fancy. Change-Id: Idbfdc015a9989b8ff65a8a0f0ca6593c16b2683f Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-11-11CSIT: Reduce obolete jobsPeter Mikus1-119/+0
Change-Id: Icb94fbef28dfa54fe72234e5f0a988ab852bfd05 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-09-25Reduce 3n-tsh mrr job for 1908_1 reportjuraj.linkes1-1/+1
Change-Id: Iaecf18cfcfc2b770d7f5735b701ec4c022e6a079 Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
2019-09-19Add CSIT rls1908_1 branch and revert cadence of csit mrr-daily jobsJan Gelety1-5/+5
Change-Id: I08e2150d78f3145bce6daf2e06e590bdf1fab63c Signed-off-by: Jan Gelety <jgelety@cisco.com>
2019-09-12Merge "CSIT: Add 2n-clx jobs"Vratko Polak1-3/+10
2019-09-11Mark jobs that should not tolerate CRC mismatchVratko Polak1-0/+5
CRC checking is only needed in a small subset of jobs that are required for maintaining CRCs. Other jobs are more useful if they skip CRC checking, in order to uncover real incompatibility (or confirm compatibility). Change-Id: I08113b3bec5e38650a6e7331a9513feb17908e48 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-09-11CSIT: Add 2n-clx jobsPeter Mikus1-3/+10
Change-Id: I1acd41ae41dbf61717bd88bd43bdae45d2a40e1c Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-08-28CSIT: Reduce daily jobs cadencePeter Mikus1-1/+1
- Report prioritization Change-Id: I50ff9b980408a68dbd898e42d89f5220889e27ab Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-08-15Reduce rate of csit mrr-daily jobs during report 1908 preparationPeter Mikus1-2/+2
Change-Id: I4f5985de6be8814c351f434002522bbceb8193cc Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-08-07Add CSIT rls1908 branchJan Gelety1-8/+4
Change-Id: Idce71e83e7bfa5a1430dce4f1266d172ddfdabf7 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2019-08-01Run vpp-perf-mrr-daily on 3n-tsh only once a dayjuraj.linkes1-1/+3
With only one testbed the job is always running, leaving no time for verify jobs. Change-Id: I7d1a3422b07df93cb756f6f032cdffed19909a52 Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
2019-07-02Post CSIT job cleanup fixesjuraj.linkes1-89/+37
* Fix 3n-tsh executor for csit ligato jobs * Remove previously forgotten csit-nsh_sfc-verify-perf-{stream} template * Reintroduce 2n-dnv and 3n-dnv jobs * Streamline node-arch variable in csit jobs Change-Id: Iea467e9ad25714b7fc74deefbe8ec6d5c323c67b Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
2019-06-27Add CSIT Taishan performance job and cleanup jobsjuraj.linkes1-0/+718
Add csit-vpp-perf-mrr-daily-master-3n-tsh job. Add csit-vpp-perf-verify-{stream}-3n-tsh jobs. Add csit-dpdk-perf-verify-{stream}-3n-tsh jobs. Add csit-ligato-perf-verify-{stream}-3n-tsh jobs. Cleanup CSIT jobs: * split jobs into three categories: functional, performance and the rest of CSIT jobs (docs, report, trending) * replace topo and arch with node-arch * remove unnecessary variables Remove broken jobs: * csit-ligato-perf-mrr-daily-master-3n-hsw * csit-nsh_sfc-verify-perf-{stream} Change-Id: Ia4e62a8d944ecfce4058b6b2e2f4bd1471dc10f7 Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>