Skip to content

Commit 7f1bca9

Browse files
committed
ci: use ims tests with hp sdr
1 parent 9d346d6 commit 7f1bca9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.gitlab/ci/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ android b200:
565565
artifacts: true
566566
- *retina-needs
567567

568-
android b200 IMS:
568+
android IMS:
569569
stage: rf
570570
extends: .e2e-run
571571
variables:

.gitlab/ci/e2e/retina_request_android_callbox.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@
2727
- name: srs-gnb
2828
type: gnb
2929
image: ${RETINA_REGISTRY_PREFIX}/srsgnb:${RETINA_VERSION}
30-
host_network: true
3130
requirements:
3231
arch: amd64
3332
cpu:
34-
requests: 6
35-
limits: 6
33+
requests: 12
34+
limits: 12
3635
memory:
37-
requests: "10G"
38-
limits: "10G"
36+
requests: "20G"
37+
limits: "20G"
3938
ephemeral-storage:
4039
requests: "6G"
4140
limits: "6G"
41+
taints: ["purpose=manual-testing"]
4242
resources:
4343
- type: sdr
44-
model: b200
44+
model: x300
4545
environment:
4646
- PATH: ${PATH}:/builds/softwareradiosystems/srsgnb/build/apps/gnb
4747
shared_files:

tests/e2e/tests/ping.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ def test_android(
8484
@mark.parametrize(
8585
"ims_mode",
8686
(
87-
param(""),
88-
param("enabled"),
89-
param("not_registering"),
87+
param("", id="ims:disabled"),
88+
param("enabled", id="ims:%s"),
89+
param("not_registering", id="ims:%s"),
9090
),
9191
)
9292
@mark.parametrize(
@@ -99,7 +99,7 @@ def test_android(
9999
@mark.android
100100
@mark.flaky(
101101
reruns=2,
102-
only_rerun=["failed to start", "Exception calling application", "Attach timeout reached", "Some packages got lost"],
102+
only_rerun=["failed to start", "Exception calling application"],
103103
)
104104
# pylint: disable=too-many-arguments,too-many-positional-arguments
105105
def test_android_ims(

0 commit comments

Comments
 (0)