Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bin He
openairinterface5G
Commits
c0e2a010
Commit
c0e2a010
authored
6 years ago
by
Raphael Defosseux
Browse files
Options
Downloads
Patches
Plain Diff
CI: litte syntax / typos
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
a6551640
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ci-scripts/Jenkinsfile-gitlab
+1
-1
1 addition, 1 deletion
ci-scripts/Jenkinsfile-gitlab
ci-scripts/buildOnVM.sh
+3
-2
3 additions, 2 deletions
ci-scripts/buildOnVM.sh
ci-scripts/createVM.sh
+1
-0
1 addition, 0 deletions
ci-scripts/createVM.sh
with
5 additions
and
3 deletions
ci-scripts/Jenkinsfile-gitlab
+
1
−
1
View file @
c0e2a010
...
@@ -8,7 +8,7 @@ pipeline {
...
@@ -8,7 +8,7 @@ pipeline {
disableConcurrentBuilds()
disableConcurrentBuilds()
timestamps()
timestamps()
gitLabConnection('OAI GitLab')
gitLabConnection('OAI GitLab')
gitlabBuilds(builds: ["Build eNb-USRP", "Build basic-sim", "Build phy-sim", "Build eNb-ethernet", "Build UE-
-
ethernet", "Analysis with cppcheck"])
gitlabBuilds(builds: ["Build eNb-USRP", "Build basic-sim", "Build phy-sim", "Build eNb-ethernet", "Build UE-ethernet", "Analysis with cppcheck"])
}
}
stages {
stages {
...
...
This diff is collapsed.
Click to expand it.
ci-scripts/buildOnVM.sh
+
3
−
2
View file @
c0e2a010
...
@@ -248,10 +248,11 @@ then
...
@@ -248,10 +248,11 @@ then
echo
"Creating VM (
$VM_NAME
) on Ubuntu Cloud Image base"
echo
"Creating VM (
$VM_NAME
) on Ubuntu Cloud Image base"
echo
"############################################################"
echo
"############################################################"
uvt-kvm create
$VM_NAME
release
=
xenial
--memory
2048
--cpu
4
--unsafe-caching
--template
ci-scripts/template-host.xml
uvt-kvm create
$VM_NAME
release
=
xenial
--memory
2048
--cpu
4
--unsafe-caching
--template
ci-scripts/template-host.xml
echo
"Waiting for VM to be started"
uvt-kvm
wait
$VM_NAME
--insecure
fi
fi
echo
"Waiting for VM to be started"
uvt-kvm
wait
$VM_NAME
--insecure
VM_IP_ADDR
=
`
uvt-kvm ip
$VM_NAME
`
VM_IP_ADDR
=
`
uvt-kvm ip
$VM_NAME
`
echo
"
$VM_NAME
has for IP addr =
$VM_IP_ADDR
"
echo
"
$VM_NAME
has for IP addr =
$VM_IP_ADDR
"
...
...
This diff is collapsed.
Click to expand it.
ci-scripts/createVM.sh
+
1
−
0
View file @
c0e2a010
...
@@ -114,6 +114,7 @@ case $key in
...
@@ -114,6 +114,7 @@ case $key in
VM_NAME
=
ci-basic-sim
VM_NAME
=
ci-basic-sim
;;
;;
phy-sim
)
phy-sim
)
VM_NAME
=
ci-phy-sim
;;
;;
cppcheck
)
cppcheck
)
VM_NAME
=
ci-cppcheck
VM_NAME
=
ci-cppcheck
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment