aboutsummaryrefslogtreecommitdiffstats
path: root/resources
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Infra: Monitoring capabilitypmikus2-2/+15
+ Monitoring SOA + Nomad alertmanager job + Nomad prometheus job + Nomad grafana job Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I0b32e9c87276ba1a2d4a5322816f3473c737eae2 (cherry picked from commit a44eef233de959c5679602dc6cd1ed866d6abc14)
2021-01-28Infra: Remove Consul TLS on clients (Nomad conflict)pmikus1-3/+3
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I7c825150a19dd783a255fcc5cbd31b91c6b0b2cf (cherry picked from commit 474163bc78aa418595b227c81056987b1114104d)
2021-01-28Infra: Adjust vpp_device x86 memory layoutpmikus2-2/+2
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I43b3b891b270903419b7fcf132813563306b6e10 (cherry picked from commit f6882e6231ef0a39d137862d1fb5b75f8eddd9c4)
2021-01-28Infra: Align Nomad settings across clusterpmikus13-5/+18
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Id362e47ecee9fd4eac8332978d81f33656880d66 (cherry picked from commit d69b5158e2c4ef0bae7acb1f99c103607a4d7b2a)
2021-01-07fix: use csit lts branch in vpp-csit lts jobsJan Gelety1-1/+5
Change-Id: Iebd62fd6b0c798f7b4dd1f3b093c156e533b3900 Signed-off-by: Jan Gelety <jgelety@cisco.com> (cherry picked from commit a5b3a8b91d8e6c9baa4361d70b96769a98bfc454)
2021-01-05Infra: Ansible syncpmikus59-701/+1946
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ie987d5c6ce43ce925418f61c4b14dced602b4a3b
2021-01-04FIX: AWK NIC replace in case of x520pmikus1-1/+1
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I7d83ba048e0609d6b8623fab5c2960e48a37c023 (cherry picked from commit 3c3930b9f6f9a40d6b30f6e56e8c40279e34f650)
2020-12-18FIX: Backward compatibility include selectionpmikus1-2/+9
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ieff60a44d42d66acee8ba1680e7e285d6cd01bc9 (cherry picked from commit e62ade12b7c9918cda2d363387ed0f517aa9840d)
2020-12-17Switch include to testpmikus1-22/+36
+ Reduce time overhead when parsing --include vs --test + Input files will remain the same + 3n-hsw 150include ~24min, 150test ~5min + 2n-clx 489include ~61min, 489test ~9min Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ia453b1bc1d1862bfc378a7611064a67ee564e2f2
2020-12-16Report: Add dataTibor Frank1-0/+2
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Idf4593846f2b241ccaabd38452be49a8a220e54c
2020-12-14Report: Add dataTibor Frank3-2/+6
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I00de87ca81d344a153d40a34ca5505316983f076
2020-12-11Report: Add dataTibor Frank1-0/+12
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I3dd993fceadce74f7f3280f755231b0c7e32511b
2020-12-09Report: Add dataTibor Frank1-4/+4
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: If2e200b11f542eae977c64c04b831bc9667c975c
2020-12-07Report: Add dataTibor Frank1-20/+8
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I4acd41057a713942604d1a167f54af7e03ab83fc
2020-12-04vpp_device: fix vpp device kernel driver bindingJuraj Linkeš1-9/+5
Attempt to unbind a driver from a device only if it is bound to a driver. Remove the dynamic addition of an existing device ID to a driver. From the docs [0]: Writing a device ID to this file will attempt to dynamically add a new device ID to a PCI device driver. Since we assume the VFs are bound to the kernel driver when VPP Device topology creation is done, it implies that the kernel driver supports the device ID of those VFs, removing the need to add the support. [0]: https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-bus-pci Change-Id: I20f3ca071a5a84a06ff358ba514532248a8f9ad0 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech> (cherry picked from commit 71d7150a65a7c006bf46b2c1001dbaa00b5681fb)
2020-12-04Report: Configure 2009.50Tibor Frank2-2/+2
Change-Id: Ia8e71df86d561c1d9bc388fa6b70ef850c94e66e Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit d719a272815348bd9229c5cd280ecf39e862870b)
2020-12-04Revert "Report: Hide 2n-zn2 data"Tibor Frank1-2450/+2458
This reverts commit 2f4a2fd01579816b7cccb1d640642fba03d96a30. Reason for revert: Publish 2n-zn2 data Change-Id: If606d15035abb917d7ad0287086a8219cefb2882 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-12-03Avoid ci-management archiving files twiceVratko Polak6-70/+54
This is a follow-up to https://gerrit.fd.io/r/c/csit/+/20394 https://gerrit.fd.io/r/20119 has changed the way archival works, everything should now go to logs.fd.io (instead of appearing on run page in jenkins.fd.io). The glob pattern for archiving is quite eager, doing recursive search. That is good, as it can find also misplaced useful outputs. But it also means our usage of copy_archives function creates two copies of archived directtories, usually archives/ and archives/archive/. This change renames copy_archives to move_archives, with few workarounds to support multiple calls. I also renamed ARCHIVE_DIR value from $CSIT_DIR/archive to $CSIT_DIR/archives to make "move" operation look natural. Finally, download_builds function is being removed, as after recent improvements to VPP compilation speed nobody seems to be using it. Change-Id: I19a429e1dfdfaab7fcf32a9609963b1aebd33c6c Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit 523c6e6e24101206ff1318ca17c310dff8b3c9d2)
2020-12-02Report: Hide 2n-zn2 dataTibor Frank1-2458/+2450
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I543fa0c23124b8ce98824a74d6a704270bf4a3e8
2020-12-01Tolerate base64 encoded Gerrit commentsVratko Polak1-2/+8
+ Move "|| true" to a place that really aviods errors. + Attemp to parse decoded string if trigger is not found in plain one. Change-Id: If3587229ec588f9ad41acb3050add1142032d2d8 Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit 4582f0f408616cdff8e606ac3abfe154f8f0514b) (cherry picked from commit f89bc7a87e0b6015e50de3557a1724c8aaafbf60)
2020-12-01Report: Add dataTibor Frank1-0/+2
Change-Id: Ib095788b071c74131351045df80ab373f067f1a7 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit ff4af59376eb2dead3eeeef75620272604840349)
2020-11-30Report: Add dataTibor Frank1-0/+4
Change-Id: I38f4054cddf01557e8482adcdc804760ef7a9c4b Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit a5c9ea2d653a7c3cb7bb55256bff8b1c6130fa33)
2020-11-26Report: Add dataTibor Frank1-0/+2
Change-Id: If42cacf6c643d35aaa7f65d8e2f87972d23d251b Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 637e9b9ade08d368cce5a239798f50113912207f)
2020-11-26Report: Reorganize the NAT44 chaptersTibor Frank2-2/+2
- packet throughput - speed-up Change-Id: I5d49ae2da54170e48c51db47e035d2121471be0d Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 52e3b0f6b6b4f92c5ee5ecf003623cb59c798290)
2020-11-26Revert "Report: Hide 2n-zn2 results"Tibor Frank1-2450/+2450
This reverts commit 7d6ee11472e8ab675248616fbc90005eaf73128b. Reason for revert: publish 2n-zn2 results Change-Id: I3c5716af92a014efa0901244260099b9f1cf1af9 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-11-26Trending: Fix build number in error message.Tibor Frank1-6/+1
Change-Id: I1708ebd24a6a26db53a14192b23fe51569543333 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 610e96a2afae5c8e58bee00d05c45d57d7bb6021)
2020-11-25Report: Hide 2n-zn2 resultsTibor Frank1-2450/+2450
Change-Id: I26587c8b987be9c7b6fb3a1d79d77a4e1af417f8 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-11-25Report: Add dataTibor Frank1-0/+2
- 2n-zn2 iter Change-Id: I7412963c918b53e44294f4cf213a806c8435e3b5 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 4aa4a9d82e5eb41823b56bda56a0d34d9a3b26b1)
2020-11-23Report: Add 2n-zn2 DPDK LatencyTibor Frank1-0/+11
Change-Id: Id4738b823a77e59d5efd913f770326726b8a81e2 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit b6340be1caf13025b2aaac06ccf6ad3bb64d593f)
2020-11-23Trendig: Fix alerting for 2n-zn2Tibor Frank1-1/+3
Change-Id: I4e4d156dcb9d93bf0c537a870e6fab6c500f5810 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 379e58a740271d84b15059f7059661fbec13cef8)
2020-11-23Report: Configure rls2009.48Tibor Frank2-2/+2
Change-Id: Ib7c4bc51bea43dafa2bd788c709c800caeb75988 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit ef51e552aa2d0e134646d28aa3ada2da0d467f99)
2020-11-23Report: Add 2n-zn2Tibor Frank2-2/+2647
Change-Id: Ifaba0d689a279ae650ae30531b21533cc6927262 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit f8b3d745368deb92af2b7ff70874e3b0ae80a0c7)
2020-11-20PAL: Remove temporary pdf filesTibor Frank1-0/+6
Change-Id: I65cf505edd346fc5da240be08310064b3755e458 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 4d6dcbbbb9103f15fb55d525f14964c2323c2a03)
2020-11-20Report: Add dataTibor Frank1-1/+2
Change-Id: I7efb7a339e248972604b1c8027d21ea32e9f4070 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 3ef4eb87e921a350361a54b0449b6536c49c5794)
2020-11-18Report: Add dataTibor Frank1-2/+3
Change-Id: I73a735b3e82aaa01f56c21bf91e5073f144c584f Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit dbae94b3db123a5e86b0a5afb5f5baaa262ce8ad)
2020-11-162n-zn2 Epyc backportpmikus56-53/+763
- Better to get it fully aligned then cherry-pick spaghetti. Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: If223ef3f0247413d53225eb57f8903a7675632e3
2020-11-16Report: Add dataTibor Frank1-11/+69
Change-Id: I3aaf06de4ae5fb2dbeef5920987bc427bf0bb529 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 6b33c89d362623dd46f3a14c497835de6f669101)
2020-11-13Report: Add dataTibor Frank1-17/+28
Change-Id: I2027c8e0be76c119d88c966f700f9639ed4c1784 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 68d130f9405ed239e624f9dd016381b70ee57001)
2020-11-12Report: Fix spec of latency graphsTibor Frank1-11/+0
Change-Id: Ic2d8c66ec44b89354e4dbf4f9605c8e53bf21481 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit f4621bff99ef04d87dad83a752f55e16423324e0)
2020-11-12Report: Add NAT44 dataTibor Frank3-353/+158
- reorder NAT44 graphs Change-Id: Ied762a85fb1ee69c7d12971e3e15822571a18451 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 6328731a2778c864c6372296449a55dae79cd305)
2020-11-10TCP CPS: Count NAT sessionsVratko Polak1-2/+4
The previous code counted full TCP connections, which need one more packet, leading to worse results. Change-Id: Ifcf78356b6ed54819ea0bf5aa069d7d9cb951183 Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit b71112bc323b55e39d8a9992a46530e1eb7f6f58)
2020-11-09Report: Add dataTibor Frank1-0/+2
Change-Id: Id59947b8c502e4bf7b7ce66ad326f481346c98d6 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit c70bc9fce0954dce4353d3f99d9fc7d1a385583f)
2020-11-06PAL: Tests order in plotsTibor Frank1-73/+91
Change-Id: Ic9342f0f3deea3d7d175c437993289c86464bb99 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 494f7e4abf409894ccb3652ded0cb0eedeabf85a)
2020-11-06Report: Add NAT44 LatencyTibor Frank1-66/+66
Change-Id: I2c247c5362396bcb4c8b42b1b46a2601091ca968 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 4e056959f9e5a01f1c1cc6816d50609a4aa42366)
2020-11-05Report: Add NAT44, part 2Tibor Frank1-16/+278
Change-Id: I81c3b43407921ed7912b530bb93c725515d3d583 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 44186cb43aaa4131f676d9d18f8f573823ec9512)
2020-11-05Report: Configure rls2009.46Tibor Frank2-2/+2
Change-Id: I7886285de8edbf66e03e1b22d85c2e7a4c4d7224 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 20f419f950606f1848a81d815c251f8180867b50)
2020-11-03Report: Fix bugs in NAT44 graphsTibor Frank2-547/+101
Change-Id: I6de094fc0cb2acdfb6eeb22e6d85a65d2e9f1478 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit a1a6ce5505840750a34d86ada800367a183cf74b)
2020-11-02Report: Add dataTibor Frank1-11/+22
Change-Id: I800273d04c3f956e58be727cbf5befa61377fa2b Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 09f0b96e5484a24e11415ef7839dbf8f1dcfd9bb)
2020-11-02Report: Add dataTibor Frank2-3/+20
Change-Id: I99836894960f74f9dc283b812e1106ac512db3ae Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 380ed1f7a22d960ecf4b6a34c15cf3c69a32b800)
2020-11-01Report: Add dataTibor Frank1-4/+68
Change-Id: I1cf61c523d781db3dbeccf89077c50992cb03205 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 41cdf812ff618809e6181a561afbf86b7fae67f0)