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
littleBu
OpenXG-RAN
Commits
7fe2bd0d
Commit
7fe2bd0d
authored
Mar 04, 2024
by
Jaroslava Fiedlerova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modifs of Aerial pipeline
parent
939225c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
ci-scripts/cls_containerize.py
ci-scripts/cls_containerize.py
+1
-1
ci-scripts/yaml_files/sa_gnb_aerial/docker-compose.yaml
ci-scripts/yaml_files/sa_gnb_aerial/docker-compose.yaml
+3
-1
No files found.
ci-scripts/cls_containerize.py
View file @
7fe2bd0d
...
...
@@ -1099,7 +1099,7 @@ class Containerize():
copyin_res
=
mySSH
.
copyin
(
f'
{
lSourcePath
}
/cmake_targets/log/
{
filename
}
'
,
f'
{
filename
}
'
)
and
copyin_res
# when nv-cubb container is available, copy L1 pcap, OAI Aerial pipeline
if
'nv-cubb'
in
allServices
:
mySSH
.
run
(
f'cp
{
lSourcePath
}
/cmake_targets/share/gnb_
nvipc.pcap
{
lSourcePath
}
/cmake_targets/gnb_nvipc.pcap'
)
mySSH
.
run
(
f'cp
/tmp/share/
nvipc.pcap
{
lSourcePath
}
/cmake_targets/gnb_nvipc.pcap'
)
mySSH
.
run
(
f'docker compose -f
{
yamlDir
}
/ci-docker-compose.yml down -v'
)
...
...
ci-scripts/yaml_files/sa_gnb_aerial/docker-compose.yaml
View file @
7fe2bd0d
...
...
@@ -21,7 +21,7 @@ services:
-
/usr/src:/usr/src
-
./aerial_l1_entrypoint.sh:/opt/nvidia/cuBB/aerial_l1_entrypoint.sh
-
/var/log/aerial:/var/log/aerial
-
../../../cmake_targets
/share:/opt/cuBB/share
-
/tmp
/share:/opt/cuBB/share
userns_mode
:
host
ipc
:
"
shareable"
image
:
cubb-build:23-2
...
...
@@ -41,6 +41,8 @@ services:
condition
:
service_healthy
privileged
:
true
ipc
:
"
container:nv-cubb"
environment
:
USE_ADDITIONAL_OPTIONS
:
--log_config.global_log_options level,nocolor,time
deploy
:
resources
:
reservations
:
...
...
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