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
spbro
OpenXG-RAN
Commits
a29d1eed
Commit
a29d1eed
authored
Jun 05, 2024
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(ci): bumping up nvidia-aerial to 24-1
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
8abf975f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ci-scripts/cls_containerize.py
ci-scripts/cls_containerize.py
+2
-2
ci-scripts/yaml_files/sa_gnb_aerial/docker-compose.yaml
ci-scripts/yaml_files/sa_gnb_aerial/docker-compose.yaml
+1
-1
No files found.
ci-scripts/cls_containerize.py
View file @
a29d1eed
...
...
@@ -412,10 +412,10 @@ class Containerize():
elif
image
!=
'ran-build'
:
cmd
.
run
(
f'sed -i -e "s#ran-build:latest#ran-build:
{
imageTag
}
#" docker/Dockerfile.
{
pattern
}{
self
.
dockerfileprefix
}
'
)
if
image
==
'oai-gnb-aerial'
:
cmd
.
run
(
'cp -f /opt/nvidia-ipc/nvipc_src.202
3.11.28
.tar.gz .'
)
cmd
.
run
(
'cp -f /opt/nvidia-ipc/nvipc_src.202
4.05.23
.tar.gz .'
)
ret
=
cmd
.
run
(
f'
{
self
.
cli
}
build
{
self
.
cliBuildOptions
}
--target
{
image
}
--tag
{
name
}
:
{
imageTag
}
--file docker/Dockerfile.
{
pattern
}{
self
.
dockerfileprefix
}
{
option
}
. > cmake_targets/log/
{
name
}
.log 2>&1'
,
timeout
=
1200
)
if
image
==
'oai-gnb-aerial'
:
cmd
.
run
(
'rm -f nvipc_src.202
3.11.28
.tar.gz'
)
cmd
.
run
(
'rm -f nvipc_src.202
4.05.23
.tar.gz'
)
if
image
==
'ran-build'
and
ret
.
returncode
==
0
:
cmd
.
run
(
f"docker run --name test-log -d
{
name
}
:
{
imageTag
}
/bin/true"
)
cmd
.
run
(
f"docker cp test-log:/oai-ran/cmake_targets/log/ cmake_targets/log/
{
name
}
/"
)
...
...
ci-scripts/yaml_files/sa_gnb_aerial/docker-compose.yaml
View file @
a29d1eed
...
...
@@ -23,7 +23,7 @@ services:
-
../../../cmake_targets/share:/opt/cuBB/share
userns_mode
:
host
ipc
:
"
shareable"
image
:
cubb-build:2
3-2
image
:
cubb-build:2
4-1
environment
:
-
cuBB_SDK=/opt/nvidia/cuBB
command
:
bash -c " rm -rf /tmp/phy.log && chmod +x /opt/nvidia/cuBB/aerial_l1_entrypoint.sh && /opt/nvidia/cuBB/aerial_l1_entrypoint.sh"
...
...
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