Skip to content

Commit 63c0ef4

Browse files
asaezpercodebot
authored andcommitted
ci: fix tdd pattern conf for viavi tests
1 parent 644f984 commit 63c0ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab/ci/e2e/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SRSGNB_REGISTRY_URI=registry.gitlab.com/softwareradiosystems/srsgnb
22
RETINA_REGISTRY_PREFIX=registry.gitlab.com/softwareradiosystems/ci/retina
3-
RETINA_VERSION=0.51.14
3+
RETINA_VERSION=0.51.15
44
UBUNTU_VERSION=24.04
55
AMARISOFT_VERSION=2023-09-08
66
SRSUE_VERSION=23.11

tests/e2e/tests/iperf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def test_zmq_2x2_mimo(
382382
direction=direction,
383383
global_timing_advance=-1,
384384
time_alignment_calibration=0,
385-
always_download_artifacts=False,
385+
always_download_artifacts=True,
386386
rx_to_tx_latency=2,
387387
enable_dddsu=True,
388388
)

0 commit comments

Comments
 (0)