mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Merge remote-tracking branch 'origin/ci-various-adjustments' into integration_2026_w27
CI: Collect amariue logs, update eNB configs (#253) - collect amarisoft UE logs - improve stability in LTE pipelines with prach_dtx_threshold Reviewed-by: Robert Schmidt <robert.schmidt@openairinterface.org>
This commit is contained in:
@@ -48,7 +48,6 @@ def nsaTDDB200Status = ''
|
|||||||
def saTDDB200Status = ''
|
def saTDDB200Status = ''
|
||||||
def phytestLDPCoffloadStatus = ''
|
def phytestLDPCoffloadStatus = ''
|
||||||
def saAW2SStatus = ''
|
def saAW2SStatus = ''
|
||||||
def cn5gCOTSUESanityCheck = ''
|
|
||||||
def saAERIALStatus = ''
|
def saAERIALStatus = ''
|
||||||
def saMultiAntennaStatus = ''
|
def saMultiAntennaStatus = ''
|
||||||
def saFHI72Status = ''
|
def saFHI72Status = ''
|
||||||
@@ -712,29 +711,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage ("Sanity-Check OAI-CN5G") {
|
|
||||||
when { expression {do5Gtest} }
|
|
||||||
steps {
|
|
||||||
script {
|
|
||||||
triggerCN5GDownstreamJob ('OAI-CN5G-COTS-UE-Test')
|
|
||||||
}
|
|
||||||
}
|
|
||||||
post {
|
|
||||||
always {
|
|
||||||
script {
|
|
||||||
// Using a unique variable name for each test stage to avoid overwriting on a global variable
|
|
||||||
// due to parallel-time concurrency
|
|
||||||
cn5gCOTSUESanityCheck = finalizeDownstreamJob('OAI-CN5G-COTS-UE-Test')
|
|
||||||
}
|
|
||||||
}
|
|
||||||
failure {
|
|
||||||
script {
|
|
||||||
currentBuild.result = 'FAILURE'
|
|
||||||
failingStages += cn5gCOTSUESanityCheck
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage ("SA-AERIAL-CN5G") {
|
stage ("SA-AERIAL-CN5G") {
|
||||||
when { expression {do5Gtest} }
|
when { expression {do5Gtest} }
|
||||||
steps {
|
steps {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
#define N_ANTENNA_UL 1
|
#define N_ANTENNA_UL 1
|
||||||
#define TDD 1
|
#define TDD 1
|
||||||
|
|
||||||
log_options: "all.level=debug,all.max_size=0,nas.level=debug,nas.max_size=1,rrc.level=debug,rrc.max_size=1",
|
log_options: "all.level=info,all.max_size=0,nas.level=debug,nas.max_size=1,rrc.level=debug,rrc.max_size=1",
|
||||||
log_filename: "/tmp/ue.log",
|
log_filename: "/tmp/ue.log",
|
||||||
|
|
||||||
/* Enable remote API and Web interface */
|
/* Enable remote API and Web interface */
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
#define N_ANTENNA_UL 1
|
#define N_ANTENNA_UL 1
|
||||||
#define TDD 1
|
#define TDD 1
|
||||||
|
|
||||||
log_options: "all.level=debug,all.max_size=0,nas.level=debug,nas.max_size=1,rrc.level=debug,rrc.max_size=1",
|
log_options: "all.level=info,all.max_size=0,nas.level=debug,nas.max_size=1,rrc.level=debug,rrc.max_size=1",
|
||||||
log_filename: "/tmp/ue.log",
|
log_filename: "/tmp/ue.log",
|
||||||
|
|
||||||
/* Enable remote API and Web interface */
|
/* Enable remote API and Web interface */
|
||||||
|
|||||||
@@ -217,11 +217,19 @@ amarisoft_00105_40MHz:
|
|||||||
InitScript: /root/lteue-linux-2025-03-15/lteue /root/oaicicd/ran_sa_fhi72_mplane_40MHz/multi-00105-40.cfg &
|
InitScript: /root/lteue-linux-2025-03-15/lteue /root/oaicicd/ran_sa_fhi72_mplane_40MHz/multi-00105-40.cfg &
|
||||||
TermScript: /root/lteue-linux-2025-03-15/ws.js -t 10 127.0.0.1:9002 '{"message":"quit"}' || killall -KILL lteue-avx2
|
TermScript: /root/lteue-linux-2025-03-15/ws.js -t 10 127.0.0.1:9002 '{"message":"quit"}' || killall -KILL lteue-avx2
|
||||||
NetworkScript: ip netns exec ue1 ip a show dev pdn0
|
NetworkScript: ip netns exec ue1 ip a show dev pdn0
|
||||||
|
Tracing:
|
||||||
|
Start: '' # nothing to be done
|
||||||
|
Stop: '' # nothing to be done
|
||||||
|
Collect: 'cp /tmp/ue.log %%log_dir%%'
|
||||||
amarisoft_00105_100MHz:
|
amarisoft_00105_100MHz:
|
||||||
Host: amariue
|
Host: amariue
|
||||||
InitScript: /root/lteue-linux-2025-03-15/lteue /root/oaicicd/ran_sa_fhi72_mplane_100MHz/multi-00105-100.cfg &
|
InitScript: /root/lteue-linux-2025-03-15/lteue /root/oaicicd/ran_sa_fhi72_mplane_100MHz/multi-00105-100.cfg &
|
||||||
TermScript: /root/lteue-linux-2025-03-15/ws.js -t 10 127.0.0.1:9002 '{"message":"quit"}' || killall -KILL lteue-avx2
|
TermScript: /root/lteue-linux-2025-03-15/ws.js -t 10 127.0.0.1:9002 '{"message":"quit"}' || killall -KILL lteue-avx2
|
||||||
NetworkScript: ip netns exec ue1 ip a show dev pdn0
|
NetworkScript: ip netns exec ue1 ip a show dev pdn0
|
||||||
|
Tracing:
|
||||||
|
Start: '' # nothing to be done
|
||||||
|
Stop: '' # nothing to be done
|
||||||
|
Collect: 'cp /tmp/ue.log %%log_dir%%'
|
||||||
amarisoft_ue_1:
|
amarisoft_ue_1:
|
||||||
Host: amariue
|
Host: amariue
|
||||||
AttachScript: /root/lteue-linux-2025-03-15/ws.js 127.0.0.1:9002 '{"message":"power_on","ue_id":1}'
|
AttachScript: /root/lteue-linux-2025-03-15/ws.js 127.0.0.1:9002 '{"message":"power_on","ue_id":1}'
|
||||||
|
|||||||
@@ -184,6 +184,7 @@ L1s = (
|
|||||||
{
|
{
|
||||||
num_cc = 1;
|
num_cc = 1;
|
||||||
tr_n_preference = "local_mac";
|
tr_n_preference = "local_mac";
|
||||||
|
prach_dtx_threshold = 200;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -184,6 +184,7 @@ L1s = (
|
|||||||
{
|
{
|
||||||
num_cc = 1;
|
num_cc = 1;
|
||||||
tr_n_preference = "local_mac";
|
tr_n_preference = "local_mac";
|
||||||
|
prach_dtx_threshold = 200;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -216,6 +216,7 @@ L1s =
|
|||||||
{
|
{
|
||||||
num_cc = 1;
|
num_cc = 1;
|
||||||
tr_n_preference = "local_mac";
|
tr_n_preference = "local_mac";
|
||||||
|
prach_dtx_threshold = 200;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -216,6 +216,7 @@ L1s =
|
|||||||
{
|
{
|
||||||
num_cc = 1;
|
num_cc = 1;
|
||||||
tr_n_preference = "local_mac";
|
tr_n_preference = "local_mac";
|
||||||
|
prach_dtx_threshold = 200;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -216,6 +216,7 @@ L1s =
|
|||||||
{
|
{
|
||||||
num_cc = 1;
|
num_cc = 1;
|
||||||
tr_n_preference = "local_mac";
|
tr_n_preference = "local_mac";
|
||||||
|
prach_dtx_threshold = 200;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -216,6 +216,7 @@ L1s =
|
|||||||
{
|
{
|
||||||
num_cc = 1;
|
num_cc = 1;
|
||||||
tr_n_preference = "local_mac";
|
tr_n_preference = "local_mac";
|
||||||
|
prach_dtx_threshold = 200;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user