Skip to content

Commit 055a643

Browse files
author
codebot
committed
Update main
2 parents b136a43 + 465eb00 commit 055a643

File tree

200 files changed

+4162
-1074
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+4162
-1074
lines changed

.gitlab/ci/e2e.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ e2e request and config validation:
110110

111111
.e2e-run:
112112
resource_group: e2e-${GROUP}
113-
timeout: 6h
113+
timeout: 2h
114114
image:
115115
name: ${RETINA_REGISTRY_PREFIX}/launcher:${RETINA_VERSION}
116116
entrypoint: ["/bin/sh", "-c"]
@@ -382,7 +382,6 @@ cudu amari 8UE:
382382
MARKERS: "zmq and not smoke"
383383
E2E_LOG_LEVEL: "info"
384384
RETINA_PARAM_ARGS: "gnb.all.pcap=True gnb.all.rlc_enable=False gnb.all.enable_integrity_protection=True"
385-
allow_failure: true
386385
needs:
387386
- job: "basic relwithdeb"
388387
artifacts: true
@@ -399,7 +398,6 @@ cudu amari 32UE:
399398
MARKERS: "zmq and not smoke"
400399
E2E_LOG_LEVEL: "info"
401400
RETINA_PARAM_ARGS: "gnb.all.pcap=True gnb.all.rlc_enable=False gnb.all.enable_integrity_protection=True"
402-
allow_failure: true
403401
needs:
404402
- job: "basic relwithdeb"
405403
artifacts: true

.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.51.5
3+
RETINA_VERSION=0.51.7
44
UBUNTU_VERSION=24.04
55
AMARISOFT_VERSION=2023-09-08
66
SRSUE_VERSION=23.11

.gitlab/ci/e2e/retina_request_android_b200.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
- name: open5gs
5252
type: 5gc
5353
image: ${RETINA_REGISTRY_PREFIX}/open5gs:${OPEN5GS_VERSION}_${RETINA_VERSION}
54-
taints: ["retina"]
54+
taints: ["purpose=retina"]
5555
requirements:
5656
arch: amd64
5757
cpu:

.gitlab/ci/e2e/retina_request_android_n300.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
ephemeral-storage:
3939
requests: "6G"
4040
limits: "6G"
41-
taints: ["manual-testing"]
41+
taints: ["purpose=manual-testing"]
4242
resources:
4343
- type: sdr
4444
model: n3xx
@@ -52,7 +52,7 @@
5252
- name: open5gs
5353
type: 5gc
5454
image: ${RETINA_REGISTRY_PREFIX}/open5gs:${OPEN5GS_VERSION}_${RETINA_VERSION}
55-
taints: ["retina"]
55+
taints: ["purpose=retina"]
5656
requirements:
5757
arch: amd64
5858
cpu:

.gitlab/ci/e2e/retina_request_android_x300.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
ephemeral-storage:
3939
requests: "6G"
4040
limits: "6G"
41-
taints: ["manual-testing"]
41+
taints: ["purpose=manual-testing"]
4242
resources:
4343
- type: sdr
4444
model: x300
@@ -52,7 +52,7 @@
5252
- name: open5gs
5353
type: 5gc
5454
image: ${RETINA_REGISTRY_PREFIX}/open5gs:${OPEN5GS_VERSION}_${RETINA_VERSION}
55-
taints: ["retina"]
55+
taints: ["purpose=retina"]
5656
requirements:
5757
arch: amd64
5858
cpu:

.gitlab/ci/e2e/retina_request_rf_b200.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
- name: open5gs
5757
type: 5gc
5858
image: ${RETINA_REGISTRY_PREFIX}/open5gs:${OPEN5GS_VERSION}_${RETINA_VERSION}
59-
taints: ["retina"]
59+
taints: ["purpose=retina"]
6060
requirements:
6161
arch: amd64
6262
cpu:

.gitlab/ci/e2e/retina_request_viavi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
ephemeral-storage:
2424
requests: "20G"
2525
limits: "20G"
26-
taints: ["ci-amd64-avx512-onprem"]
26+
taints: ["purpose=ci-amd64-avx512-onprem"]
2727
resources:
2828
- type: emulator
2929
model: viavi

.gitlab/ci/schedules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
Rebaser:
10-
cron: "*/10 6-22 * * 1-5"
10+
cron: "*/10 6-21 * * 1-5"
1111
cron_timezone: "Europe/Madrid"
1212
ref: refs/heads/dev
1313
variables:
@@ -39,7 +39,7 @@ Nightly Build Unit Tests:
3939
raw: false
4040

4141
Nightly E2E Tests:
42-
cron: "00 23 * * 0-5"
42+
cron: "30 22 * * 0-5"
4343
cron_timezone: "Europe/Madrid"
4444
ref: refs/heads/dev
4545
variables:

apps/cu/cu_appconfig_validator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ using namespace srsran;
2929
bool srsran::validate_cu_appconfig(const cu_appconfig& config)
3030
{
3131
return validate_logger_appconfig(config.log_cfg);
32-
}
32+
}

apps/units/cu_cp/cu_cp_builder.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ cu_cp_unit srsran::build_cu_cp(const cu_cp_unit_config& cu_cp_unit_cfg, cu_cp_bu
3535
srsran_assert(dependencies.cu_cp_e2_exec, "Invalid E2 executor");
3636

3737
srs_cu_cp::cu_cp_configuration cu_cp_cfg = generate_cu_cp_config(cu_cp_unit_cfg);
38-
cu_cp_cfg.cu_cp_executor = dependencies.cu_cp_executor;
39-
cu_cp_cfg.cu_cp_e2_exec = dependencies.cu_cp_e2_exec;
40-
cu_cp_cfg.n2_gw = dependencies.n2_client;
41-
cu_cp_cfg.timers = dependencies.timers;
38+
cu_cp_cfg.services.cu_cp_executor = dependencies.cu_cp_executor;
39+
cu_cp_cfg.services.cu_cp_e2_exec = dependencies.cu_cp_e2_exec;
40+
cu_cp_cfg.services.n2_gw = dependencies.n2_client;
41+
cu_cp_cfg.services.timers = dependencies.timers;
4242

4343
cu_cp_unit cu_cmd_wrapper;
4444
cu_cmd_wrapper.unit = create_cu_cp(cu_cp_cfg);

0 commit comments

Comments
 (0)