We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644f984 commit 63c0ef4Copy full SHA for 63c0ef4
.gitlab/ci/e2e/.env
@@ -1,6 +1,6 @@
1
SRSGNB_REGISTRY_URI=registry.gitlab.com/softwareradiosystems/srsgnb
2
RETINA_REGISTRY_PREFIX=registry.gitlab.com/softwareradiosystems/ci/retina
3
-RETINA_VERSION=0.51.14
+RETINA_VERSION=0.51.15
4
UBUNTU_VERSION=24.04
5
AMARISOFT_VERSION=2023-09-08
6
SRSUE_VERSION=23.11
tests/e2e/tests/iperf.py
@@ -382,7 +382,7 @@ def test_zmq_2x2_mimo(
382
direction=direction,
383
global_timing_advance=-1,
384
time_alignment_calibration=0,
385
- always_download_artifacts=False,
+ always_download_artifacts=True,
386
rx_to_tx_latency=2,
387
enable_dddsu=True,
388
)
0 commit comments