Skip to content

Commit e1666fb

Browse files
asaezpercodebot
authored andcommitted
ci,e2e: change tests covered in 2gnb jobs
1 parent bb9c18c commit e1666fb

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

.gitlab/ci/e2e.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ cudu amari 64UE:
329329
- E2E_FILE_OR_DIR: tests/inter_du_handover.py
330330
KEYWORDS: sequentially
331331

332-
2gnb amari 8UE:
332+
2gnb amari:
333333
extends: .zmq
334334
timeout: 2h
335335
variables:
@@ -339,7 +339,6 @@ cudu amari 64UE:
339339
parallel:
340340
matrix:
341341
- E2E_FILE_OR_DIR: tests/inter_cu_handover.py
342-
KEYWORDS: sequentially
343342

344343
ric:
345344
extends: .zmq

.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.89.3
3+
RETINA_VERSION=0.89.4
44
UBUNTU_VERSION=24.04
55
AMARISOFT_VERSION=2025-09-19
66
SRSUE_VERSION=23.11

.gitlab/ci/e2e/zmq_2gnb.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
- ${ZMQ_HOSTLABEL}
3939
requirements:
4040
cpu:
41-
requests: 6
42-
limits: 6
41+
requests: 3
42+
limits: 3
4343
memory:
44-
requests: "26G"
45-
limits: "26G"
44+
requests: "13G"
45+
limits: "13G"
4646
ephemeral-storage:
4747
requests: "15G"
4848
limits: "15G"
@@ -63,11 +63,11 @@
6363
- ${ZMQ_HOSTLABEL}
6464
requirements:
6565
cpu:
66-
requests: 6
67-
limits: 6
66+
requests: 3
67+
limits: 3
6868
memory:
69-
requests: "26G"
70-
limits: "26G"
69+
requests: "13G"
70+
limits: "13G"
7171
ephemeral-storage:
7272
requests: "15G"
7373
limits: "15G"

tests/e2e/tests/inter_cu_handover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_zmq_sequentially(
8383
param(41, 30, 50, 0, id="band:%s-scs:%s-bandwidth:%s-noise:%s"),
8484
),
8585
)
86-
@mark.zmq_single_ue
86+
@mark.zmq
8787
@mark.flaky(reruns=2, only_rerun=["failed to start", "Attach timeout reached", "StatusCode.ABORTED"])
8888
# pylint: disable=too-many-arguments,too-many-positional-arguments,too-many-locals
8989
def test_zmq_handover_iperf(

0 commit comments

Comments
 (0)