Vratko Polak [Wed, 14 May 2025 14:25:51 +0000 (16:25 +0200)]
feat(cdash): Deduplicate units in comparison table
Not everybody uses wide enough display to avoid horizontal scrolling.
Change-Id: I85f77a02395419f692b20c0f1437fe5138abb39c
Signed-off-by: Vratko Polak <[email protected]>
Peter Mikus [Thu, 15 May 2025 05:50:00 +0000 (07:50 +0200)]
fix(model): Remove test logic from model
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ife334a4611ec2ca683764746fab280dc403d1de8
Vratko Polak [Mon, 28 Apr 2025 08:16:12 +0000 (10:16 +0200)]
fix(perf): Ignore negative count trials
Sometimes, TRex wrongly gives negative number of forwarded packets.
As json schema requires non-negative values, this is not acceptable.
The MRR export keyword is changed to raise an exception,
the robot keyword has added logic to explicitly skip without export.
MRR json can still fail validation if all 10 trials are skipped.
With this change, the JSON is exported as failed,
but Robot test is not failed (left TODO to add later if needed).
For ndrpdr and soak tests, ignoring such trials would just repeat them,
so in this case the simpler fix is to add repeats to TrafficGenerator.
If three consecutive trials give negative results, the test fails.
Ticket: csit-3983
Change-Id: I1e8abb2ece5bd457f1e2c0c0634f9d08e2697f12
Signed-off-by: Vratko Polak <[email protected]>
Vratko Polak [Tue, 13 May 2025 13:15:56 +0000 (15:15 +0200)]
feat(report): Update regression RCA for rls2502
- There probably was a regression also in wireguard,
maybe even caused by VPP, but stdev is too large to confirm that.
Change-Id: Ia748ea035f41e41001de7510ba92daa8bfec6012
Signed-off-by: Vratko Polak <[email protected]>
Peter Mikus [Tue, 13 May 2025 13:00:31 +0000 (15:00 +0200)]
fix(bootstrap): Octeon bits
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Id58500053d8c7b6796b17f08115c07355a821e35
Peter Mikus [Tue, 13 May 2025 12:27:09 +0000 (14:27 +0200)]
fix(bootstrap): VPP clone
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ia0a30005035cd26919c838f0fa20c852b940fdab
Tibor Frank [Tue, 13 May 2025 09:59:28 +0000 (09:59 +0000)]
cdash: Add 3n-oct
Change-Id: I2c96ab8c4cc6b05cab11a1fff84dc6c46710ab67
Signed-off-by: Tibor Frank <[email protected]>
Peter Mikus [Tue, 13 May 2025 08:58:20 +0000 (10:58 +0200)]
fix(job_specs): Octeon symlinks
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ib870c29f3c8987e3a5cce01e29c00eea79da55be
Peter Mikus [Tue, 13 May 2025 08:24:10 +0000 (10:24 +0200)]
fix(infra): Octeon bits
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ie2b3b854963199129de257fbc86776e65f04bb3e
Tibor Frank [Mon, 12 May 2025 07:22:26 +0000 (07:22 +0000)]
Update VPP_STABLE_VER files
Change-Id: I6f27e23ebb422dcd68f76e64156c1c493f57776e
Signed-off-by: Tibor Frank <[email protected]>
Peter Mikus [Tue, 15 Apr 2025 11:56:15 +0000 (13:56 +0200)]
feat(bootstrap): Introduce VPP build.
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I734733944dc6d3bad196e719a3964d4a415a762d
Tibor Frank [Mon, 5 May 2025 05:07:21 +0000 (05:07 +0000)]
Update VPP_STABLE_VER files
Change-Id: I7bd61d11c9b1a816ecf878b74aa9e536598e5ff8
Signed-off-by: Tibor Frank <[email protected]>
Tibor Frank [Mon, 28 Apr 2025 05:56:31 +0000 (05:56 +0000)]
Update VPP_STABLE_VER files
Change-Id: I8801a6d0ae9789be343133217151f75b79b29b47
Signed-off-by: Tibor Frank <[email protected]>
Vratko Polak [Wed, 23 Apr 2025 13:07:51 +0000 (15:07 +0200)]
feat(report): Update VPP new issues for rls2502
+ Table for new failures completed.
+ Minor fixes to known issues.
- Regressions table will be updated later.
Change-Id: I328b3482760ac0fe15d9700ab4bf5aae0c92bfe7
Signed-off-by: Vratko Polak <[email protected]>
Tibor Frank [Tue, 22 Apr 2025 05:46:57 +0000 (05:46 +0000)]
Update VPP_STABLE_VER files
Change-Id: Ieb6b6f9b150f63bfe54adfb1bf276f748baa58d5
Signed-off-by: Tibor Frank <[email protected]>
Peter Mikus [Tue, 15 Apr 2025 11:59:30 +0000 (13:59 +0200)]
feat(infra): emr fixes
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: If426e4793e1aed2738681146ce09142b967c9e91
Tibor Frank [Mon, 14 Apr 2025 06:27:28 +0000 (06:27 +0000)]
Update VPP_STABLE_VER files
Change-Id: I0b613dfeddfaf963f85f88464a4c426428bfef4f
Signed-off-by: Tibor Frank <[email protected]>
Peter Mikus [Mon, 7 Apr 2025 09:45:06 +0000 (11:45 +0200)]
fix(model): Fail on invalid schema
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Id8ff76ae51aaa7233da01b06b8c25dccc537724f
Vratko Polak [Tue, 8 Apr 2025 14:32:27 +0000 (16:32 +0200)]
feat(report): Update VPP release notes for rls2502
+ Tables with known issues and fixed issues are completed.
- Tables with new issues and regressions are still left empty for now.
Change-Id: I0ae640219d8042f93d9ec8ab3580ecae20bd8d9c
Signed-off-by: Vratko Polak <[email protected]>
Ivan Ivanets [Wed, 26 Mar 2025 14:28:54 +0000 (16:28 +0200)]
tests: change cpu count for iperf test
Type: test
Change default value = 2 for cpu_cnt parameter for iperf3 client/server for performance improvement. As a result, default cpu indexes for iperf process with be equal 3 and 4, for vpp worker 2, for main vpp 1 and system 0.
Change-Id: I711fed69edd0db8764e711adba7e558af8357553
Signed-off-by: Ivan Ivanets <[email protected]>
Tibor Frank [Mon, 7 Apr 2025 06:00:00 +0000 (06:00 +0000)]
Update VPP_STABLE_VER files
Change-Id: I5d740f5e4ba1e9eea972c9d2a20d7b19bb22d1f6
Signed-off-by: Tibor Frank <[email protected]>
Peter Mikus [Thu, 3 Apr 2025 08:13:55 +0000 (10:13 +0200)]
feat(etl): Disable ETL pipelines
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I9da87a5046acea0a478f9f2eacd980e05e4056db
Peter Mikus [Mon, 7 Apr 2025 05:16:17 +0000 (05:16 +0000)]
Revert "fix(bisect): Ignore negative values"
This reverts commit
88b4da3ad723f9e0d3f7157b61285bb4ec172e0d.
Reason for revert: Do not put logic into model!!!!
Change-Id: I633cc9601b618567bd4646c920d88a6a3f29f06b
Signed-off-by: Peter Mikus <[email protected]>
Ivan Ivanets [Wed, 2 Apr 2025 18:47:29 +0000 (21:47 +0300)]
tests: run iperf tcpbase test without strace by default
Type: test
Add sleep command instead of strace during iperf test to
improve performace result
Change-Id: I35e3a3838ca5aff2086feed03f7ed114e90caf50
Signed-off-by: Ivan Ivanets <[email protected]>
Ivan Ivanets [Thu, 6 Mar 2025 14:50:37 +0000 (16:50 +0200)]
Fix: fix using LD_PRELOAD for iperf
Change order of calling LD_PRELOAD variable for running iPerf3 command
Change-Id: If3bcfc6d3ebc47ee309a0ee9f6ae3af5b24617f2
Signed-off-by: Ivan Ivanets <[email protected]>
Peter Mikus [Thu, 3 Apr 2025 12:06:13 +0000 (14:06 +0200)]
feat(core): Infra warmup on external infra
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I62b964e05d2b589bcd5fe026230e76356b0debf9
Vratko Polak [Wed, 2 Apr 2025 16:12:11 +0000 (18:12 +0200)]
feat(perf): Separate two configurable warmups
+ First starts disabled, low-rate, to avoid flooding in some labs.
+ Second starts enabled, max-rate, to avoid unsent packets by TRex.
+ The one in MLRsearch Python library is no longer used.
+ Both warmups are called directly, as they apply also to non-VPP DUTs.
- Hoststack traffic is not covered yet.
- Not deleting infra-warmup action yet, downstream may be using it.
Change-Id: I72036d0dec5e8e94f5e7cec4692e4ebb07b1ec69
Signed-off-by: Vratko Polak <[email protected]>
Peter Mikus [Tue, 1 Apr 2025 10:39:59 +0000 (12:39 +0200)]
feat(core): Bind/unbind
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I7e1398b110356ae5682db3e1b811bc1bbe41398e
Vratko Polak [Tue, 1 Apr 2025 11:55:39 +0000 (13:55 +0200)]
style(core): Clean up before large edits
+ Apply black formatting to Constants.py file.
+ Sort performance action keywords alphabetically.
Change-Id: I91e3e08f638145adc964007763b3ca2799555877
Signed-off-by: Vratko Polak <[email protected]>
Tibor Frank [Mon, 31 Mar 2025 04:51:25 +0000 (04:51 +0000)]
Update VPP_STABLE_VER files
Change-Id: Ie5334327658d9679c40ff2c87cca92ba0a15ec61
Signed-off-by: Tibor Frank <[email protected]>
Vratko Polak [Wed, 26 Mar 2025 17:02:01 +0000 (18:02 +0100)]
fix(bisect): Ignore negative values
Values caused by csit/issues/3983 are not real
and they mess up bisecting decitions if not ignored.
Change-Id: Iee7f6c43b25505183ea1def0a355f4bcbc8a1987
Signed-off-by: Vratko Polak <[email protected]>
Vratko Polak [Wed, 26 Mar 2025 09:39:56 +0000 (10:39 +0100)]
feat(rca): Tolerate bad runs
+ Access parent index.html to parse for available run numbers.
Change-Id: I6ca0e7862b592114d805fdec71e145e315978663
Signed-off-by: Vratko Polak <[email protected]>
Peter Mikus [Tue, 25 Mar 2025 07:07:05 +0000 (08:07 +0100)]
fix(infra): DMA
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ieeb0859702574150cb64b02f03378dba26124267
Vratko Polak [Mon, 24 Mar 2025 12:18:24 +0000 (13:18 +0100)]
feat(report): Update perf release nots for rls2502
+ TRex and DPDK pages ready.
+ VPP page updated text on what has changed.
- VPP tables left empty for now as investigation is still in progress.
Change-Id: I192414fadb135d063a5099385a5d997281bb1a21
Signed-off-by: Vratko Polak <[email protected]>
Peter Mikus [Mon, 24 Mar 2025 11:26:40 +0000 (12:26 +0100)]
fix(infra): DSA
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I21f5b13ac94f4969a8ded540442f8ca499eaa49f
Tibor Frank [Mon, 24 Mar 2025 08:37:13 +0000 (08:37 +0000)]
Update VPP_STABLE_VER files
Change-Id: I5d622f6bd977c3fc9b1882a2e8d9fe3c1ec2b488
Signed-off-by: Tibor Frank <[email protected]>
Vratko Polak [Thu, 20 Mar 2025 12:47:25 +0000 (13:47 +0100)]
fix(jobspec): Delete cx7 from 2n-icx trex coverage
Contrary to 2n-spr, 2n-icx has only e810 TG-TG link, not CX7.
Change-Id: I81783c8be52ba6bb910ab9108d1619d225ce48b8
Signed-off-by: Vratko Polak <[email protected]>
Peter Mikus [Wed, 19 Mar 2025 13:15:07 +0000 (14:15 +0100)]
fix(core): No need for extra cards
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ib92e16adb08c0a553b529b09ddbacaacb1d825fc
Peter Mikus [Wed, 19 Mar 2025 13:12:47 +0000 (13:12 +0000)]
Revert "fix(botstrap): Add Cavium 50G to DUT1 in example"
This reverts commit
a729115549d258798fed6f273dd9e2fc69d9d582.
Reason for revert: different solution
Change-Id: Ic063350db8c55943733a03abdc431c53df496b91
Signed-off-by: Peter Mikus <[email protected]>
Vratko Polak [Tue, 18 Mar 2025 12:21:52 +0000 (13:21 +0100)]
fix(botstrap): Add Cavium 50G to DUT1 in example
The .example yaml topology is used to list NIC models
otherwise not present in static testbed topologies (but present in AWS)
so the bootstrap script knows what to exclude.
This is needed for trigers with "nic_* to avoid those nics.
Change-Id: Ibd11b3f2b3b3ba6ced832a30b4b4d6609101218d
Signed-off-by: Vratko Polak <[email protected]>
Peter Mikus [Mon, 17 Mar 2025 12:56:56 +0000 (13:56 +0100)]
feat(infra): NVidia NIC swap
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ib6dee085e33912c2439bc8efcb299544fc7911f0
Vratko Polak [Mon, 17 Mar 2025 09:08:54 +0000 (10:08 +0100)]
feat(ietf): Replace MLRsearch with draft-10
+ Purely to address idnits.
Change-Id: Ifbcf181b895df7ee7dcc77b0e7a8d50b77b2d65a
Signed-off-by: Vratko Polak <[email protected]>
Tibor Frank [Mon, 17 Mar 2025 07:51:39 +0000 (07:51 +0000)]
Update VPP_STABLE_VER files
Change-Id: I70b59aa6aee676a9acaa78f87d77d8b4c22712e0
Signed-off-by: Tibor Frank <[email protected]>
Peter Mikus [Fri, 7 Mar 2025 07:50:04 +0000 (08:50 +0100)]
feat(infra): change nomad class
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I75d19aab29798086c1c3078b16995215da661699
Tibor Frank [Wed, 12 Mar 2025 06:27:30 +0000 (06:27 +0000)]
C-Docs: update
Change-Id: I5bd6d98fe34b692e19cac5e3134313123a504253
Signed-off-by: Tibor Frank <[email protected]>
Tibor Frank [Mon, 10 Mar 2025 08:38:28 +0000 (08:38 +0000)]
C-Docs: Add examples to rls2502 report
Change-Id: Ib7b5177e54c26a44ff3bcc52eb32658fbeb05e33
Signed-off-by: Tibor Frank <[email protected]>
Tibor Frank [Mon, 10 Mar 2025 07:08:46 +0000 (07:08 +0000)]
Update VPP_STABLE_VER files
Change-Id: If0d2bc0fc30f0df73db326f53b1fad8fa2f29d3e
Signed-off-by: Tibor Frank <[email protected]>
Vratko Polak [Fri, 14 Feb 2025 09:45:23 +0000 (10:45 +0100)]
feat(VPPUtil): Wait up to 10s to confirm VPP kill
Rarely, the previous code did not give enough time
for Linux to receive all VPP interfaces back.
+ Reduce used SSH library timeout values in the edited block.
+ Fail the keyword only after attempting all cleanup steps.
- Do not change other CSIT kills, yet.
Change-Id: I356f2c6fba0ef7b8e4d8b66bf6a5e43aceb72ed2
Signed-off-by: Vratko Polak <[email protected]>
Peter Mikus [Thu, 6 Mar 2025 09:58:42 +0000 (10:58 +0100)]
fix(infra): Octeon binding
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I0e8ee3de3fbac53aad6a530804c67b0114b89b50
Peter Mikus [Tue, 4 Mar 2025 09:00:48 +0000 (10:00 +0100)]
fix(core): Improve octeon support
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I0c034fff225f50c1989bc2cf700141ec74d2f805
Tibor Frank [Mon, 3 Mar 2025 06:55:57 +0000 (06:55 +0000)]
Update VPP_STABLE_VER files
Change-Id: Ie32fa4d39fae0000e50808305d74fa7933381bb4
Signed-off-by: Tibor Frank <[email protected]>
Vratko Polak [Thu, 27 Feb 2025 13:15:31 +0000 (14:15 +0100)]
fix(methodology): Fix indentation for MLR doc
+ My local retext needs 4 spaces for reliable nesting.
+ Wrap too long lines.
Change-Id: Ib87de831f31b2ab8dcc6198f835defa67427d9fe
Signed-off-by: Vratko Polak <[email protected]>
Vratko Polak [Thu, 27 Feb 2025 12:52:04 +0000 (13:52 +0100)]
fix(methodology): Clean-up and expand MLR outline
Change-Id: I0fe3e23d8cdbbaa687fd40537a582345ba354df4
Signed-off-by: Vratko Polak <[email protected]>
Peter Mikus [Thu, 27 Feb 2025 10:51:20 +0000 (11:51 +0100)]
fix(core): Typo in QAT
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I4a2db9d2be2c7b6ff558c4d3da97197d04c4e1e3
Vratko Polak [Tue, 25 Feb 2025 13:12:27 +0000 (14:12 +0100)]
feat(ietf): Replace MLRsearch with draft-09
+ Also update the MLR methodology page:
+ Remove old descriptions when covered by draft.
+ List facts needed by test report requirements.
+ Add a skeleton of future "Additional details" documents.
- The skeleton is quite unreadable for now.
Change-Id: I0d3e6f4419f190fcedc5cbeb7c3e3a44b0d0d975
Signed-off-by: Maciek Konstantynowicz <[email protected]>
Signed-off-by: Vratko Polak <[email protected]>
Peter Mikus [Fri, 21 Feb 2025 11:14:44 +0000 (12:14 +0100)]
feat(core) QAT init fix
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I45198b17cfb6b62608bb03e6b1a4af0f939d10ae
Tibor Frank [Mon, 24 Feb 2025 12:57:25 +0000 (12:57 +0000)]
fix(topo-file): remove redundant quote
Change-Id: I59b5e2e26043075a0ca54052d0c55bf47cb0ad89
Signed-off-by: Tibor Frank <[email protected]>
Tibor Frank [Mon, 24 Feb 2025 08:30:01 +0000 (08:30 +0000)]
Update VPP_STABLE_VER files
Change-Id: Ifabaf2f70a1b13bb72f58601084286b344c73b59
Signed-off-by: Tibor Frank <[email protected]>
Peter Mikus [Wed, 19 Feb 2025 13:16:33 +0000 (14:16 +0100)]
feat(core): octeon plugin introduction
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I9f1193894e531a6eb946bef116d65788abb3de31
Peter Mikus [Fri, 14 Feb 2025 12:20:02 +0000 (13:20 +0100)]
feat(core): Infra model condition
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I7a367a152d46bb7a165428dbfc931d7063f3757a
Tibor Frank [Mon, 17 Feb 2025 07:25:27 +0000 (07:25 +0000)]
Update VPP_STABLE_VER files
Change-Id: I14539f4b2acccc6def2a21b016d5a9f419692866
Signed-off-by: Tibor Frank <[email protected]>
Peter Mikus [Fri, 14 Feb 2025 10:46:38 +0000 (11:46 +0100)]
fix(core): Topology models
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ie32c378ac5c2f694d9aa541c5f7c61b4bcbb5453
Peter Mikus [Thu, 13 Feb 2025 13:30:33 +0000 (14:30 +0100)]
feat(core): Remove unused topologies
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Id214ad4a67bbf3305a8864267033eadd7b50d911
Peter Mikus [Thu, 13 Feb 2025 11:35:51 +0000 (12:35 +0100)]
feat(core): Unify topology files
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I2acd9ecbe0f62e1909ff0984670bfdd0fd90173f
Vratko Polak [Tue, 11 Feb 2025 13:21:41 +0000 (14:21 +0100)]
fix(topology): Reorder CX7 links on .82
The failures of Nginx tests suggest the physical cables
got moved into the intended configuration during ubuntu2404 migration,
so this reverts the previous workaround 39664.
Change-Id: Ie5a2baa4a9d5122cc6bb2a39f028479b20a131fa
Signed-off-by: Vratko Polak <[email protected]>
Peter Mikus [Tue, 11 Feb 2025 11:27:11 +0000 (12:27 +0100)]
feat(infra): 3n-oct II
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I72ee95c0a828c7fe125f1c8f9dbfc7791cc9766e
Peter Mikus [Tue, 11 Feb 2025 11:50:47 +0000 (12:50 +0100)]
feat(cdash): Add alternative S3 storage as an option
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Idb23d1522ccee605d5e9908878c8e4fd56b7e6bf
Vratko Polak [Tue, 11 Feb 2025 11:28:19 +0000 (12:28 +0100)]
fix(constants): Add Cavium to dpdk driver list
Change-Id: Ia20fff226c0260987c785aa2887ec78466e3727d
Signed-off-by: Vratko Polak <[email protected]>
Peter Mikus [Tue, 4 Feb 2025 12:37:54 +0000 (13:37 +0100)]
feat(infra): 3n-oct
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ia5b4dff2aaf5b7baa88f85448616c59e51816873
Tibor Frank [Mon, 10 Feb 2025 07:04:35 +0000 (07:04 +0000)]
Update VPP_STABLE_VER files
Change-Id: I54d5ac97aa8d96052c7c850c198182fc1ab207f0
Signed-off-by: Tibor Frank <[email protected]>
Peter Mikus [Thu, 6 Feb 2025 12:55:54 +0000 (13:55 +0100)]
fix(core): Remove CX556A from testpmd check
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: If35259cc0a333249305de4865bf5a1b602555fe7
Vratko Polak [Wed, 5 Feb 2025 13:45:31 +0000 (14:45 +0100)]
fix(hoststack): Base ldpreload path on CPU arch
Without this, Nginx drop all packets on 2n-grc.
+ Also fix iperf3, even though we do not have working 3n ARM testbed.
- If something else breaks Nginx, failed requests still count as real.
Change-Id: Ib8d13986d2d58aaf3f63e70152bec45b303475f0
Signed-off-by: Vratko Polak <[email protected]>
Peter Mikus [Tue, 4 Feb 2025 13:17:51 +0000 (14:17 +0100)]
refix(infra): NGINX install
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I66482d79734758f45c99f67d34273a5524a213b0
Tibor Frank [Mon, 3 Feb 2025 06:48:40 +0000 (06:48 +0000)]
Update VPP_STABLE_VER files
Change-Id: Idfdf6425ebc7cf4b0a4ec1443f11f4fe5d51b107
Signed-off-by: Tibor Frank <[email protected]>
Peter Mikus [Fri, 31 Jan 2025 08:45:09 +0000 (09:45 +0100)]
fix(core): NGINX install
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I674289fbb576b734f745ed81140cccc595f00316
Peter Mikus [Fri, 31 Jan 2025 07:44:49 +0000 (08:44 +0100)]
fix(core): VPP startup sequence
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I37899c45bf8d87f24cb67cdd120837a833955a3b
Peter Mikus [Wed, 29 Jan 2025 12:48:22 +0000 (13:48 +0100)]
fix(infra): 3n-emr
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I65e579aa4f836a2b20680de55bca6e630223095a
Peter Mikus [Tue, 28 Jan 2025 12:42:20 +0000 (13:42 +0100)]
fix(aws): c6in, c7gn
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ib08ee0ef0f83af9d63b372b9a027759879cceadc
Tibor Frank [Tue, 28 Jan 2025 12:59:36 +0000 (12:59 +0000)]
job-spec: Add 3n-emr dpdk coverage tests
Change-Id: Ie02a64d13c50d801197bdc470af09e9c4511a733
Signed-off-by: Tibor Frank <[email protected]>
Peter Mikus [Mon, 27 Jan 2025 10:35:08 +0000 (11:35 +0100)]
fix(dpdk): EAL params
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I47280deb55e200ac4bda9e74b158aa04369648b7
Peter Mikus [Tue, 28 Jan 2025 06:17:39 +0000 (07:17 +0100)]
fix(terraform): 1n-c6in
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I9836a4fff915e6d0801ae90b04b7a660556039ef
Tibor Frank [Mon, 27 Jan 2025 06:17:29 +0000 (06:17 +0000)]
Update VPP_STABLE_VER files
Change-Id: Ibd6986a8cce74e86c368864f4c8e1d8b51431957
Signed-off-by: Tibor Frank <[email protected]>
Peter Mikus [Thu, 23 Jan 2025 12:26:27 +0000 (13:26 +0100)]
fix(ansible): Add docker_sut awareness
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I3dc3188cab76231a430abc23c409471bcc330409
Tibor Frank [Thu, 23 Jan 2025 12:18:31 +0000 (12:18 +0000)]
C-Docs: Update DPDK version to 24.11
Change-Id: I9309698a4fd49889a54cd7923bca58a24193ca9c
Signed-off-by: Tibor Frank <[email protected]>
Peter Mikus [Thu, 23 Jan 2025 06:07:55 +0000 (07:07 +0100)]
fix(infra): EMR topology
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ia9bceccc9c36e40948ad68e584eb455b269fab02
Peter Mikus [Thu, 23 Jan 2025 09:10:49 +0000 (10:10 +0100)]
feat(infra): DPDK 24.11.1
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ic935ddf79d06b9d8f1df329bf0e4485ee2d646cf
Peter Mikus [Wed, 22 Jan 2025 10:51:02 +0000 (11:51 +0100)]
feat(terraform): Refactor roles
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ie5e5bb0d8d3c927c26286439fb128529b8b30a81
Tibor Frank [Tue, 21 Jan 2025 13:30:38 +0000 (13:30 +0000)]
C-Dash: Add rls2502 data
Change-Id: I58c0aecc7e598d95b6d2e7e52d357b9526cd6fd0
Signed-off-by: Tibor Frank <[email protected]>
Vratko Polak [Tue, 21 Jan 2025 12:35:08 +0000 (13:35 +0100)]
feat(jobspec): Base 2n-grc on 2n-icx
+ Test only mlx5-core, as rdma-core tests are crashing in verify.
- Only edited iterative mrr and ndrpdr.
Change-Id: I3f7a7e14aec0e25456bf330d9e01feac515de5cd
Signed-off-by: Vratko Polak <[email protected]>
Peter Mikus [Mon, 20 Jan 2025 13:12:50 +0000 (14:12 +0100)]
feat(cdash): Move to csit-docs
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I20d32cc5cbf0fd15f943ba0eded0dcfb6fd98636
Jay Wang [Fri, 3 Jan 2025 15:41:22 +0000 (15:41 +0000)]
fix(telemetry): fix perf stat issue on Arm
VPP CSIT utilises perf stat command to monitor the perf events defined
in perf_stat_runtime.yaml file. However, the raw event specification
format(cpu/event=0xXXX,umask=0xXXX/u) is specific to x86
platforms(Intel/AMD). On ARM platforms, we stick to the symbolic names
of the perf events.
Signed-off-by: Jay Wang <[email protected]>
Change-Id: I967bc4bddf5fc9ffbe61c276efdd95d69f7c4412
Peter Mikus [Tue, 21 Jan 2025 08:42:35 +0000 (09:42 +0100)]
feat(cdash): Move to new buckets
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I5eaeaa44c5ad0cf0affe48436d886d146db8d8c9
Vratko Polak [Mon, 20 Jan 2025 13:18:53 +0000 (14:18 +0100)]
feat(jobspec): Reduce differences between testbeds
- Iterative icx-spr-emr only.
- Reduced e810xxv to save time.
- Wireguard tests are not unified yet.
- Some tests are still in illogical place, to be sorted later.
Change-Id: I1bba06b7f3c02830542c9c5d4712c15e50f669ad
Signed-off-by: Vratko Polak <[email protected]>
Tibor Frank [Fri, 17 Jan 2025 13:37:25 +0000 (13:37 +0000)]
C-Docs: Add 2502 rls notes - placeholder
Change-Id: I4f6cb7d7c79782fde8b6f8bbfb51c3c02ceaf577
Signed-off-by: Tibor Frank <[email protected]>
Tibor Frank [Mon, 20 Jan 2025 13:04:09 +0000 (13:04 +0000)]
job-spec: Add 2n-grc coverage
Change-Id: I1af3c9ad307a593ad79762d73187c7e66845ead8
Signed-off-by: Tibor Frank <[email protected]>
Peter Mikus [Mon, 20 Jan 2025 12:36:22 +0000 (13:36 +0100)]
fix(etl): Bucket location
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I3f83ebb6c1a201fa07e8cd76af47591b1ee8873e
Peter Mikus [Mon, 20 Jan 2025 08:14:35 +0000 (09:14 +0100)]
feat(etl): Migrate to csit-docs
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I1ad471c346ed3f22ba028f89d7048c09d215a9f2
Peter Mikus [Fri, 17 Jan 2025 13:51:38 +0000 (14:51 +0100)]
feat(etl): Cleanup and add new release
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I7c7126c65b4782a6dde2b902e85749ec365cf0b1
Tibor Frank [Mon, 20 Jan 2025 06:03:32 +0000 (06:03 +0000)]
Update VPP_STABLE_VER files
Change-Id: If16e3eb925a4cf3422f39c7cca3bd59df00d2ac9
Signed-off-by: Tibor Frank <[email protected]>
Tibor Frank [Fri, 17 Jan 2025 12:07:39 +0000 (12:07 +0000)]
C-Docs: CSIT Design - description
Change-Id: Ie47d6513e91d7ed164978389a5c7c3d41ab5c2bf
Signed-off-by: Tibor Frank <[email protected]>