Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michael Black
OpenXG-RAN
Commits
d64921a2
Commit
d64921a2
authored
Dec 01, 2022
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deactivate legacy 5G RFsim pipeline
parent
3608f5cf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
12 deletions
+6
-12
ci-scripts/buildOnVM.sh
ci-scripts/buildOnVM.sh
+1
-1
ci-scripts/createVM.sh
ci-scripts/createVM.sh
+1
-1
ci-scripts/runTestOnVM.sh
ci-scripts/runTestOnVM.sh
+2
-8
ci-scripts/waitBuildOnVM.sh
ci-scripts/waitBuildOnVM.sh
+2
-2
No files found.
ci-scripts/buildOnVM.sh
View file @
d64921a2
...
...
@@ -62,7 +62,7 @@ function build_on_vm {
echo
"ARCHIVES_LOC =
$ARCHIVES_LOC
"
echo
"BUILD_OPTIONS =
$BUILD_OPTIONS
"
if
[[
"
$VM_NAME
"
==
*
"-enb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-cppcheck"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-phy-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-basic-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-flexran-rtc"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-rf-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-ethernet"
*
]]
if
[[
"
$VM_NAME
"
==
*
"-enb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-cppcheck"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-phy-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-basic-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-flexran-rtc"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-rf-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-ethernet"
*
]]
||
[[
"
$VM_NAME
"
==
*
"rf5g-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"gnb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"nr-ue-usrp"
*
]]
then
echo
"This VM type is no longer supported in the pipeline framework"
return
...
...
ci-scripts/createVM.sh
View file @
d64921a2
...
...
@@ -87,7 +87,7 @@ function create_vm {
echo
"VM_CPU =
$VM_CPU
"
echo
"VM_DISK =
$VM_DISK
GBytes"
if
[[
"
$VM_NAME
"
==
*
"-enb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-cppcheck"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-phy-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-rf-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-ethernet"
*
]]
if
[[
"
$VM_NAME
"
==
*
"-enb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-cppcheck"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-phy-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-rf-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-ethernet"
*
]]
||
[[
"
$VM_NAME
"
==
*
"rf5g-sim"
*
]]
then
echo
"This VM type is no longer supported in the pipeline framework"
return
...
...
ci-scripts/runTestOnVM.sh
View file @
d64921a2
...
...
@@ -1305,14 +1305,8 @@ function run_test_on_vm {
return
elif
[[
((
"
$RUN_OPTIONS
"
==
"complex"
)
&&
(
$VM_NAME
=
~ .
*
-rf5g-sim
.
*
))
]]
then
GNB_VM_NAME
=
`
echo
$VM_NAME
|
sed
-e
"s#rf5g-sim#gnb-usrp#"
`
GNB_VM_CMDS
=
${
GNB_VM_NAME
}
_cmds.txt
echo
"GNB_VM_NAME =
$GNB_VM_NAME
"
echo
"GNB_VM_CMD_FILE =
$GNB_VM_CMDS
"
NR_UE_VM_NAME
=
`
echo
$VM_NAME
|
sed
-e
"s#rf5g-sim#nr-ue-usrp#"
`
NR_UE_VM_CMDS
=
${
UE_VM_NAME
}
_cmds.txt
echo
"NR_UE_VM_NAME =
$NR_UE_VM_NAME
"
echo
"NR_UE_VM_CMD_FILE =
$NR_UE_VM_CMDS
"
echo
"This VM test type is no longer supported in the pipeline framework"
return
else
echo
"VM_NAME =
$VM_NAME
"
echo
"VM_CMD_FILE =
$VM_CMDS
"
...
...
ci-scripts/waitBuildOnVM.sh
View file @
d64921a2
...
...
@@ -47,7 +47,7 @@ function wait_on_vm_build {
echo
"ARCHIVES_LOC =
$ARCHIVES_LOC
"
echo
"BUILD_OPTIONS =
$BUILD_OPTIONS
"
if
[[
"
$VM_NAME
"
==
*
"-enb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-cppcheck"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-phy-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-basic-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-flexran-rtc"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-rf-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-ethernet"
*
]]
if
[[
"
$VM_NAME
"
==
*
"-enb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-cppcheck"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-phy-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-basic-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-flexran-rtc"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-rf-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-ethernet"
*
]]
||
[[
"
$VM_NAME
"
==
*
"rf5g-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"gnb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"nr-ue-usrp"
*
]]
then
echo
"This VM type is no longer supported in the pipeline framework"
return
...
...
@@ -93,7 +93,7 @@ function wait_on_vm_build {
}
function
check_on_vm_build
{
if
[[
"
$VM_NAME
"
==
*
"-enb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-cppcheck"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-phy-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-basic-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-flexran-rtc"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-rf-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-ethernet"
*
]]
if
[[
"
$VM_NAME
"
==
*
"-enb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-cppcheck"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-phy-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-basic-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-flexran-rtc"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-rf-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"-ethernet"
*
]]
||
[[
"
$VM_NAME
"
==
*
"rf5g-sim"
*
]]
||
[[
"
$VM_NAME
"
==
*
"gnb-usrp"
*
]]
||
[[
"
$VM_NAME
"
==
*
"nr-ue-usrp"
*
]]
then
echo
"This VM type is no longer supported in the pipeline framework"
return
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment