Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-UPF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
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-UPF
Commits
c90e079a
Commit
c90e079a
authored
Feb 02, 2022
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ci): fix typo in Jenkinsfile
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
2f379bb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
15 deletions
+17
-15
ci-scripts/Jenkinsfile-GitLab-Docker
ci-scripts/Jenkinsfile-GitLab-Docker
+17
-15
No files found.
ci-scripts/Jenkinsfile-GitLab-Docker
View file @
c90e079a
...
...
@@ -230,21 +230,23 @@ pipeline {
steps
{
lock
(
params
.
SanityCheckDockerContainers
)
{
script
{
sh
'python3 ./ci-scripts/sanityCheckDeployment.py --mode Deploy --service mysql'
// NRF SHALL BE DEPLOYED BEFORE UPF-VPP
sh
'python3 ./ci-scripts/sanityCheckDeployment.py --mode Deploy --service oai-nrf'
sh
'python3 ./ci-scripts/sanityCheckDeployment.py --mode Deploy --service vpp-upf --upf_tag '
+
upf_tag
// SMF is dependant on AMF and EXT-DN: they will be deploy as well
sh
'python3 ./ci-scripts/sanityCheckDeployment.py --mode Deploy --service oai-smf'
// GNB SIM as RAN emulator
sh
'python3 ./ci-scripts/sanityCheckDeployment.py --mode Deploy --docker_compose docker-compose-gnbsim.yaml --service gnbsim-vpp'
gitlabCommitStatus
(
name:
"Sanity Check Deployment"
)
{
sh
'python3 ./ci-scripts/sanityCheckDeployment.py --mode Deploy --service mysql'
// NRF SHALL BE DEPLOYED BEFORE UPF-VPP
sh
'python3 ./ci-scripts/sanityCheckDeployment.py --mode Deploy --service oai-nrf'
sh
'python3 ./ci-scripts/sanityCheckDeployment.py --mode Deploy --service vpp-upf --upf_tag '
+
upf_tag
// SMF is dependant on AMF and EXT-DN: they will be deploy as well
sh
'python3 ./ci-scripts/sanityCheckDeployment.py --mode Deploy --service oai-smf'
// GNB SIM as RAN emulator
sh
'python3 ./ci-scripts/sanityCheckDeployment.py --mode Deploy --docker_compose docker-compose-gnbsim.yaml --service gnbsim-vpp'
// Check if deployment is OK
sh
'python3 ./ci-scripts/sanityCheckDeployment.py --mode Check --service all'
// Check if deployment is OK
sh
'python3 ./ci-scripts/sanityCheckDeployment.py --mode Check --service all'
// Undeploy once OK
sh
'python3 ./ci-scripts/sanityCheckDeployment.py --mode UnDeploy --docker_compose docker-compose-gnbsim.yaml --service gnbsim-vpp'
sh
'python3 ./ci-scripts/sanityCheckDeployment.py --mode UnDeploy --service all'
// Undeploy once OK
sh
'python3 ./ci-scripts/sanityCheckDeployment.py --mode UnDeploy --docker_compose docker-compose-gnbsim.yaml --service gnbsim-vpp'
sh
'python3 ./ci-scripts/sanityCheckDeployment.py --mode UnDeploy --service all'
}
}
}
}
...
...
@@ -262,7 +264,7 @@ pipeline {
steps
{
script
{
gitlabCommitStatus
(
name:
"Test tutorials"
)
{
localStatus
=
build
job:
OAI
-
CN5G
-
Tutorials
-
Check
,
localStatus
=
build
job:
'OAI-CN5G-Tutorials-Check'
,
parameters:
[
string
(
name:
'UPF_VPP_TAG'
,
value:
String
.
valueOf
(
upf_tag
)),
string
(
name:
'UPF_VPP_BRANCH'
,
value:
String
.
valueOf
(
upf_branch
))
...
...
@@ -281,7 +283,7 @@ pipeline {
post
{
always
{
script
{
copyArtifacts
(
projectName:
OAI
-
CN5G
-
Tutorials
-
Check
,
copyArtifacts
(
projectName:
'OAI-CN5G-Tutorials-Check'
,
filter:
'*_results_oai_cn5g*.html'
,
selector:
lastCompleted
())
}
...
...
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