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
6975af96
Commit
6975af96
authored
Sep 29, 2022
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename test stage names for blue ocean, trigger 'timings' pipeline (copy of ue-mono)
parent
cadaadf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
25 deletions
+25
-25
ci-scripts/Jenkinsfile-GitLab-Container
ci-scripts/Jenkinsfile-GitLab-Container
+25
-25
No files found.
ci-scripts/Jenkinsfile-GitLab-Container
View file @
6975af96
...
@@ -117,10 +117,10 @@ pipeline {
...
@@ -117,10 +117,10 @@ pipeline {
// Later we will add a Ubuntu20 build
// Later we will add a Ubuntu20 build
stage
(
"Image Building Processes"
)
{
stage
(
"Image Building Processes"
)
{
parallel
{
parallel
{
stage
(
"Ubuntu18
Build
"
)
{
stage
(
"Ubuntu18
-Image-Builder
"
)
{
steps
{
steps
{
script
{
script
{
triggerSlaveJob
(
'RAN-Ubuntu18-Image-Builder'
,
'Ubuntu18-Image
s-Build
'
)
triggerSlaveJob
(
'RAN-Ubuntu18-Image-Builder'
,
'Ubuntu18-Image
-Builder
'
)
}
}
}
}
post
{
post
{
...
@@ -155,10 +155,10 @@ pipeline {
...
@@ -155,10 +155,10 @@ pipeline {
}
}
}
}
}
}
stage
(
"
CppCheck Analysis
"
)
{
stage
(
"
cppcheck
"
)
{
steps
{
steps
{
script
{
script
{
triggerSlaveJob
(
'RAN-cppcheck'
,
'
CppCheck Analysis
'
)
triggerSlaveJob
(
'RAN-cppcheck'
,
'
cppcheck
'
)
}
}
}
}
post
{
post
{
...
@@ -178,11 +178,11 @@ pipeline {
...
@@ -178,11 +178,11 @@ pipeline {
}
}
stage
(
"Image Test Processes"
)
{
stage
(
"Image Test Processes"
)
{
parallel
{
parallel
{
stage
(
"Phy
sical Simulators
"
)
{
stage
(
"Phy
Sim-Cluster
"
)
{
when
{
expression
{
doMandatoryTests
}
}
when
{
expression
{
doMandatoryTests
}
}
steps
{
steps
{
script
{
script
{
triggerSlaveJob
(
'RAN-PhySim-Cluster'
,
'
Test-Phys
im-Cluster'
)
triggerSlaveJob
(
'RAN-PhySim-Cluster'
,
'
PhyS
im-Cluster'
)
}
}
}
}
post
{
post
{
...
@@ -198,11 +198,11 @@ pipeline {
...
@@ -198,11 +198,11 @@ pipeline {
}
}
}
}
}
}
stage
(
"
4G RF Simulators
"
)
{
stage
(
"
RF-Sim-Test-4G
"
)
{
when
{
expression
{
doMandatoryTests
}
}
when
{
expression
{
doMandatoryTests
}
}
steps
{
steps
{
script
{
script
{
triggerSlaveJob
(
'RAN-RF-Sim-Test-4G'
,
'
Test-RF-Sim-Container
-4G'
)
triggerSlaveJob
(
'RAN-RF-Sim-Test-4G'
,
'
RF-Sim-Test
-4G'
)
}
}
}
}
post
{
post
{
...
@@ -218,11 +218,11 @@ pipeline {
...
@@ -218,11 +218,11 @@ pipeline {
}
}
}
}
}
}
stage
(
"
5G RF Simulators
"
)
{
stage
(
"
RF-Sim-Test-5G
"
)
{
when
{
expression
{
doMandatoryTests
}
}
when
{
expression
{
doMandatoryTests
}
}
steps
{
steps
{
script
{
script
{
triggerSlaveJob
(
'RAN-RF-Sim-Test-5G'
,
'
Test-RF-Sim-Container
-5G'
)
triggerSlaveJob
(
'RAN-RF-Sim-Test-5G'
,
'
RF-Sim-Test
-5G'
)
}
}
}
}
post
{
post
{
...
@@ -238,11 +238,11 @@ pipeline {
...
@@ -238,11 +238,11 @@ pipeline {
}
}
}
}
}
}
stage
(
"
4G L2 Simulators
"
)
{
stage
(
"
L2-Sim-Test-4G
"
)
{
when
{
expression
{
doMandatoryTests
}
}
when
{
expression
{
doMandatoryTests
}
}
steps
{
steps
{
script
{
script
{
triggerSlaveJob
(
'RAN-L2-Sim-Test-4G'
,
'
Test-L2-Sim-Container
-4G'
)
triggerSlaveJob
(
'RAN-L2-Sim-Test-4G'
,
'
L2-Sim-Test
-4G'
)
}
}
}
}
post
{
post
{
...
@@ -258,11 +258,11 @@ pipeline {
...
@@ -258,11 +258,11 @@ pipeline {
}
}
}
}
}
}
stage
(
"
5G L2 Simulators
"
)
{
stage
(
"
L2-Sim-Test-5G
"
)
{
when
{
expression
{
doMandatoryTests
}
}
when
{
expression
{
doMandatoryTests
}
}
steps
{
steps
{
script
{
script
{
triggerSlaveJob
(
'RAN-L2-Sim-Test-5G'
,
'
Test-L2-Sim-Container
-5G'
)
triggerSlaveJob
(
'RAN-L2-Sim-Test-5G'
,
'
L2-Sim-Test
-5G'
)
}
}
}
}
post
{
post
{
...
@@ -278,11 +278,11 @@ pipeline {
...
@@ -278,11 +278,11 @@ pipeline {
}
}
}
}
}
}
stage
(
"NSA
B200 Sanity Check
"
)
{
stage
(
"NSA
-B200-Module-LTEBOX-Container
"
)
{
when
{
expression
{
doMandatoryTests
}
}
when
{
expression
{
doMandatoryTests
}
}
steps
{
steps
{
script
{
script
{
triggerSlaveJob
(
'RAN-NSA-B200-Module-LTEBOX-Container'
,
'
Test-NSA-B200
'
)
triggerSlaveJob
(
'RAN-NSA-B200-Module-LTEBOX-Container'
,
'
NSA-B200-Module-LTEBOX-Container
'
)
}
}
}
}
post
{
post
{
...
@@ -298,11 +298,11 @@ pipeline {
...
@@ -298,11 +298,11 @@ pipeline {
}
}
}
}
}
}
stage
(
"
SA B200 Sanity Check
"
)
{
stage
(
"
NSA-B200-Module-SABOX-Container
"
)
{
when
{
expression
{
doMandatoryTests
}
}
when
{
expression
{
doMandatoryTests
}
}
steps
{
steps
{
script
{
script
{
triggerSlaveJob
(
'RAN-SA-B200-Module-SABOX-Container'
,
'
Test-SA-B200
'
)
triggerSlaveJob
(
'RAN-SA-B200-Module-SABOX-Container'
,
'
NSA-B200-Module-SABOX-Container
'
)
}
}
}
}
post
{
post
{
...
@@ -318,17 +318,17 @@ pipeline {
...
@@ -318,17 +318,17 @@ pipeline {
}
}
}
}
}
}
stage
(
"
Test OAI NR UE - OAI gNB - TDD - Band 78 - N300
"
)
{
stage
(
"
gNB-N300-Timing-Phytest-LDPC
"
)
{
when
{
expression
{
doMandatoryTests
}
}
when
{
expression
{
doMandatoryTests
}
}
steps
{
steps
{
script
{
script
{
triggerSlaveJob
(
'RAN-gNB-
nrUE-MONO-TDD-Band78-N300'
,
'Test-TDD-Band78-gNB-NR-UE
'
)
triggerSlaveJob
(
'RAN-gNB-
N300-Timing-Phytest-LDPC'
,
'gNB-N300-Timing-Phytest-LDPC
'
)
}
}
}
}
post
{
post
{
always
{
always
{
script
{
script
{
finalizeSlaveJob
(
'RAN-gNB-
nrUE-MONO-TDD-Band78-N300
'
)
finalizeSlaveJob
(
'RAN-gNB-
N300-Timing-Phytest-LDPC
'
)
}
}
}
}
failure
{
failure
{
...
@@ -339,11 +339,11 @@ pipeline {
...
@@ -339,11 +339,11 @@ pipeline {
}
}
}
}
//avra is offline, re-enable once it is available
//avra is offline, re-enable once it is available
//stage ("T
est T1 Offload
") {
//stage ("T
1-Offload-Test
") {
// when { expression {doMandatoryTests} }
// when { expression {doMandatoryTests} }
// steps {
// steps {
// script {
// script {
// triggerSlaveJob ('RAN-T1-Offload-Test', 'T
est-T1-Offload
')
// triggerSlaveJob ('RAN-T1-Offload-Test', 'T
1-Offload-Test
')
// }
// }
// }
// }
// post {
// post {
...
@@ -361,11 +361,11 @@ pipeline {
...
@@ -361,11 +361,11 @@ pipeline {
//}
//}
}
}
}
}
stage
(
"
Images Push to Registries
"
)
{
stage
(
"
DockerHub-Push
"
)
{
when
{
expression
{
"PUSH"
.
equals
(
env
.
gitlabActionType
)}
}
when
{
expression
{
"PUSH"
.
equals
(
env
.
gitlabActionType
)}
}
steps
{
steps
{
script
{
script
{
triggerSlaveJob
(
'RAN-DockerHub-Push'
,
'
Push-to-Docker-Hub
'
)
triggerSlaveJob
(
'RAN-DockerHub-Push'
,
'
DockerHub-Push
'
)
}
}
}
}
post
{
post
{
...
...
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