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
5b072830
Commit
5b072830
authored
Mar 18, 2025
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ARM build pipeline to RAN-Container-Parent and documentation
parent
4ff8cf6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
+32
-0
ci-scripts/Jenkinsfile-GitLab-Container
ci-scripts/Jenkinsfile-GitLab-Container
+22
-0
doc/TESTBenches.md
doc/TESTBenches.md
+10
-0
No files found.
ci-scripts/Jenkinsfile-GitLab-Container
View file @
5b072830
...
@@ -145,6 +145,28 @@ pipeline {
...
@@ -145,6 +145,28 @@ pipeline {
}
}
}
}
}
}
stage
(
"Ubuntu-ARM-Image-Builder"
)
{
steps
{
script
{
triggerSlaveJob
(
'RAN-Ubuntu-ARM-Image-Builder'
,
'Ubuntu-ARM-Image-Builder'
)
}
}
post
{
always
{
script
{
// Using a unique variable name for each test stage to avoid overwriting on a global variable
// due to parallel-time concurrency
ubuntuArmBuildStatus
=
finalizeSlaveJob
(
'RAN-Ubuntu-ARM-Image-Builder'
)
}
}
failure
{
script
{
currentBuild
.
result
=
'FAILURE'
failingStages
+=
ubuntuArmBuildStatus
}
}
}
}
stage
(
"RHEL-Cluster-Image-Builder"
)
{
stage
(
"RHEL-Cluster-Image-Builder"
)
{
steps
{
steps
{
script
{
script
{
...
...
doc/TESTBenches.md
View file @
5b072830
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
| aerial2 | 172.21.16.131 | CI-Aerial2-Usage | gNB (PNF/Nvidia CUBB + VNF) | Foxconn RU, _Nvidia Aerial SDK integrated_ |
| aerial2 | 172.21.16.131 | CI-Aerial2-Usage | gNB (PNF/Nvidia CUBB + VNF) | Foxconn RU, _Nvidia Aerial SDK integrated_ |
| cacofonix | 172.21.16.150 | CI-Cacofonix-Usage | gNB (n78, FHI7.2) | |
| cacofonix | 172.21.16.150 | CI-Cacofonix-Usage | gNB (n78, FHI7.2) | |
| matix | 172.21.19.58 | CI-Matix-Usage | gNB (n77) | N310 |
| matix | 172.21.19.58 | CI-Matix-Usage | gNB (n77) | N310 |
| gracehopper1-oai | -- | Gracehopper1 | build, gNB/Aerial | _Nvidia Aerial SDK integrated_ |
Note: The available resources, and their current usage, is indicated here:
Note: The available resources, and their current usage, is indicated here:
-
[
Lockable resources of jenkins-oai
](
https://jenkins-oai.eurecom.fr/lockable-resources/
)
:
-
[
Lockable resources of jenkins-oai
](
https://jenkins-oai.eurecom.fr/lockable-resources/
)
:
...
@@ -122,6 +123,15 @@ information on how the images are built.
...
@@ -122,6 +123,15 @@ information on how the images are built.
-
target image from
`Dockerfile.lteUE.ubuntu22`
-
target image from
`Dockerfile.lteUE.ubuntu22`
-
target image from
`Dockerfile.lteRU.ubuntu22`
-
target image from
`Dockerfile.lteRU.ubuntu22`
-
build unit tests from
`ci-scripts/docker/Dockerfile.unittest.ubuntu22`
, and run them
-
build unit tests from
`ci-scripts/docker/Dockerfile.unittest.ubuntu22`
, and run them
-
[
RAN-Ubuntu-ARM-Image-Builder
](
https://jenkins-oai.eurecom.fr/job/RAN-Ubuntu-ARM-Image-Builder/
)
~BUILD-ONLY ~4G-LTE ~5G-NR
-
gracehopper1-oai: ARM Ubuntu 22 image build using docker
-
base image from
`Dockerfile.base.ubuntu22`
-
build image from
`Dockerfile.build.ubuntu22`
, followed by
-
target image from
`Dockerfile.gNB.ubuntu22`
-
target image from
`Dockerfile.nr-cuup.ubuntu22`
-
target image from
`Dockerfile.nrUE.ubuntu22`
-
target image from
`Dockerfile.gNB.aerial.ubuntu22`
#### Image Test pipelines
#### Image Test pipelines
...
...
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