Skip to content

Commit 374301c

Browse files
committed
ci: upgrade latest amari version and use it in pucch job
1 parent e3c09cb commit 374301c

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

.gitlab/ci/e2e.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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

263276
amari 32UE [ping]:
264277
extends: .zmq-uesim

.gitlab/ci/e2e/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
SRSGNB_REGISTRY_URI=registry.gitlab.com/softwareradiosystems/srsgnb
22
RETINA_REGISTRY_PREFIX=registry.gitlab.com/softwareradiosystems/ci/retina
3-
RETINA_VERSION=0.85.0
3+
RETINA_VERSION=0.85.2
44
UBUNTU_VERSION=24.04
55
AMARISOFT_VERSION=2023-09-08
6-
AMARISOFT_S72_NTN_VERSION=2024-12-13
6+
AMARISOFT_S72_NTN_VERSION=2025-09-19
77
SRSUE_VERSION=23.11
88
OPEN5GS_VERSION=2.7.0
99
FLEXRIC_VERSION=br-flexric

.gitlab/ci/trx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

111111
custom 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"

0 commit comments

Comments
 (0)