File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,20 @@ amari 32UE:
258258 " tcp and not band:3 and not precoding" ,
259259 " tcp and not band:3 and precoding" ,
260260 ]
261- - E2E_FILE_OR_DIR : tests/pucch.py
261+
262+ amari 32UE [tests/pucch.py] :
263+ extends : .zmq
264+ variables :
265+ TESTBED : zmq_ntn
266+ MARKERS : " zmq and not smoke"
267+ RETINA_PARAM_ARGS : " gnb.all.pcap=True gnb.all.rlc_enable=False gnb.all.enable_integrity_protection=True"
268+ E2E_FILE_OR_DIR : tests/pucch.py
269+ needs :
270+ - job : basic relwithdeb
271+ artifacts : true
272+ - job : build amariue ntn zmq driver
273+ artifacts : true
274+ - *retina-needs
262275
263276amari 32UE [ping] :
264277 extends : .zmq-uesim
Original file line number Diff line number Diff line change 11SRSGNB_REGISTRY_URI = registry.gitlab.com/softwareradiosystems/srsgnb
22RETINA_REGISTRY_PREFIX = registry.gitlab.com/softwareradiosystems/ci/retina
3- RETINA_VERSION = 0.85.0
3+ RETINA_VERSION = 0.85.2
44UBUNTU_VERSION = 24.04
55AMARISOFT_VERSION = 2023-09-08
6- AMARISOFT_S72_NTN_VERSION = 2024-12-13
6+ AMARISOFT_S72_NTN_VERSION = 2025-09-19
77SRSUE_VERSION = 23.11
88OPEN5GS_VERSION = 2.7.0
99FLEXRIC_VERSION = br-flexric
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ build amariue ntn zmq driver:
106106 rules :
107107 - if : $CI_DESCRIPTION =~ /Nightly E2E Tests/
108108 variables :
109- AMARISOFT_VERSION : " 2024-12-13 "
109+ AMARISOFT_VERSION : " 2025-09-19 "
110110
111111custom zmq driver :
112112 extends : build trx driver
@@ -119,7 +119,7 @@ custom zmq driver:
119119 AMARISOFT_VERSION : " 2024-03-15"
120120 - if : $TESTBED == "zmq_ntn"
121121 variables :
122- AMARISOFT_VERSION : " 2024-12-13 "
122+ AMARISOFT_VERSION : " 2025-09-19 "
123123 - if : $TESTBED != ""
124124 variables :
125125 AMARISOFT_VERSION : " 2023-09-08"
You can’t perform that action at this time.
0 commit comments