Skip to content

Commit 7486ac3

Browse files
author
qarlosalberto
committed
ci: update verson, delete mode, change nof_ports
1 parent d55693f commit 7486ac3

9 files changed

+3
-27
lines changed

.gitlab/ci/e2e/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
RETINA_REGISTRY_PREFIX=registry.gitlab.com/softwareradiosystems/ci/retina
2-
RETINA_VERSION=0.32.1
2+
RETINA_VERSION=0.36.4
33
AMARISOFT_VERSION=2023-03-17
44
SRSUE_VERSION=23.04.01
55
OPEN5GS_VERSION=2.5.6

.gitlab/ci/e2e/retina_request_android_b200.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
ephemeral-storage:
2121
requests: "3G"
2222
limit: "3G"
23-
mode: grpc
2423
resources:
2524
- type: android
2625
model: one-plus-9-pro
@@ -39,7 +38,6 @@
3938
ephemeral-storage:
4039
requests: "3G"
4140
limit: "3G"
42-
mode: grpc
4341
resources:
4442
- type: sdr
4543
model: b200
@@ -62,4 +60,3 @@
6260
ephemeral-storage:
6361
requests: "3G"
6462
limit: "3G"
65-
mode: grpc

.gitlab/ci/e2e/retina_request_android_n300.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
ephemeral-storage:
2121
requests: "3G"
2222
limit: "3G"
23-
mode: grpc
2423
resources:
2524
- type: android
2625
model: one-plus-9-pro
@@ -39,7 +38,6 @@
3938
ephemeral-storage:
4039
requests: "3G"
4140
limit: "3G"
42-
mode: grpc
4341
taints: ["retina"]
4442
resources:
4543
- type: sdr
@@ -63,4 +61,3 @@
6361
ephemeral-storage:
6462
requests: "3G"
6563
limit: "3G"
66-
mode: grpc

.gitlab/ci/e2e/retina_request_android_x300.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
ephemeral-storage:
2121
requests: "3G"
2222
limit: "3G"
23-
mode: grpc
2423
resources:
2524
- type: android
2625
model: one-plus-9-pro
@@ -39,7 +38,6 @@
3938
ephemeral-storage:
4039
requests: "3G"
4140
limit: "3G"
42-
mode: grpc
4341
taints: ["retina"]
4442
resources:
4543
- type: sdr
@@ -63,4 +61,3 @@
6361
ephemeral-storage:
6462
requests: "3G"
6563
limit: "3G"
66-
mode: grpc

.gitlab/ci/e2e/retina_request_rf_b200.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- name: amarisoft-ue
1010
type: ue
1111
image: ${RETINA_REGISTRY_PREFIX}/amarisoftue:${AMARISOFT_VERSION}_${RETINA_VERSION}
12-
count: 4
12+
nof_ports: 4
1313
requirements:
1414
arch: amd64
1515
cpu:
@@ -21,7 +21,6 @@
2121
ephemeral-storage:
2222
requests: "3G"
2323
limit: "3G"
24-
mode: grpc
2524
resources:
2625
- type: sdr
2726
model: b200
@@ -42,7 +41,6 @@
4241
ephemeral-storage:
4342
requests: "9G"
4443
limit: "9G"
45-
mode: grpc
4644
resources:
4745
- type: sdr
4846
model: b200
@@ -65,4 +63,3 @@
6563
ephemeral-storage:
6664
requests: "3G"
6765
limit: "3G"
68-
mode: grpc

.gitlab/ci/e2e/retina_request_zmq.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- name: amarisoft-ue
1010
type: ue
1111
image: ${RETINA_REGISTRY_PREFIX}/amarisoftue:${AMARISOFT_VERSION}_${RETINA_VERSION}
12-
count: 4
12+
nof_ports: 4
1313
requirements:
1414
arch: amd64
1515
cpu:
@@ -19,7 +19,6 @@
1919
ephemeral-storage:
2020
requests: "3G"
2121
limit: "3G"
22-
mode: grpc
2322
resources:
2423
- type: zmq
2524
- type: license
@@ -42,7 +41,6 @@
4241
ephemeral-storage:
4342
requests: "3G"
4443
limit: "3G"
45-
mode: grpc
4644
resources:
4745
- type: zmq
4846
shared_files:
@@ -62,4 +60,3 @@
6260
requests: "3G"
6361
limit: "3G"
6462
image: ${RETINA_REGISTRY_PREFIX}/open5gs:${OPEN5GS_VERSION}_${RETINA_VERSION}
65-
mode: grpc

.gitlab/ci/e2e/retina_request_zmq_4x4_mimo.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
ephemeral-storage:
1919
requests: "3G"
2020
limit: "3G"
21-
mode: grpc
2221
resources:
2322
- type: zmq
2423
nof_ant: 4
@@ -42,7 +41,6 @@
4241
ephemeral-storage:
4342
requests: "3G"
4443
limit: "3G"
45-
mode: grpc
4644
resources:
4745
- type: zmq
4846
nof_ant: 4
@@ -63,4 +61,3 @@
6361
requests: "3G"
6462
limit: "3G"
6563
image: ${RETINA_REGISTRY_PREFIX}/open5gs:${OPEN5GS_VERSION}_${RETINA_VERSION}
66-
mode: grpc

.gitlab/ci/e2e/retina_request_zmq_single_ue.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
ephemeral-storage:
1919
requests: "3G"
2020
limit: "3G"
21-
mode: grpc
2221
resources:
2322
- type: zmq
2423
- type: license
@@ -41,7 +40,6 @@
4140
ephemeral-storage:
4241
requests: "3G"
4342
limit: "3G"
44-
mode: grpc
4543
resources:
4644
- type: zmq
4745
shared_files:
@@ -61,4 +59,3 @@
6159
requests: "3G"
6260
limit: "3G"
6361
image: ${RETINA_REGISTRY_PREFIX}/open5gs:${OPEN5GS_VERSION}_${RETINA_VERSION}
64-
mode: grpc

.gitlab/ci/e2e/retina_request_zmq_srsue.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
ephemeral-storage:
1919
requests: "3G"
2020
limit: "3G"
21-
mode: grpc
2221

2322
- name: srs-gnb
2423
type: gnb
@@ -33,7 +32,6 @@
3332
ephemeral-storage:
3433
requests: "3G"
3534
limit: "3G"
36-
mode: grpc
3735
resources:
3836
- type: zmq
3937
shared_files:
@@ -53,4 +51,3 @@
5351
requests: "3G"
5452
limit: "3G"
5553
image: ${RETINA_REGISTRY_PREFIX}/open5gs:${OPEN5GS_VERSION}_${RETINA_VERSION}
56-
mode: grpc

0 commit comments

Comments
 (0)