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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
810dad97
Commit
810dad97
authored
Aug 05, 2025
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Collect the ninja logs for various ran-build images
parent
5ffa4315
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ci-scripts/cls_containerize.py
ci-scripts/cls_containerize.py
+2
-2
No files found.
ci-scripts/cls_containerize.py
View file @
810dad97
...
...
@@ -440,9 +440,9 @@ class Containerize():
log_files
.
append
(
t
)
if
image
==
'oai-gnb-aerial'
:
cmd
.
run
(
'rm -f nvipc.src.2025.05.20.tar.gz'
)
if
image
==
'ran-build'
and
ret
.
returncode
==
0
:
if
image
==
'ran-build'
or
image
==
'ran-build-asan'
or
image
==
'ran-build-fhi72'
:
cmd
.
run
(
f"docker run --name test-log -d
{
name
}
:
{
imageTag
}
/bin/true"
)
logfile
=
f'
{
lSourcePath
}
/
{
image
}
.log'
logfile
=
f'
{
lSourcePath
}
/
{
image
}
.
ninja.
log'
cmd
.
run
(
f"docker cp test-log:/oai-ran/cmake_targets/log/all.txt
{
logfile
}
"
)
cmd
.
run
(
f"docker rm -f test-log"
)
archiveArtifact
(
cmd
,
ctx
,
logfile
)
...
...
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