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
lizhongxiao
OpenXG-RAN
Commits
309fc602
Commit
309fc602
authored
Sep 13, 2019
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: gitlab pipeline starts
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
9a5f8686
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
ci-scripts/Jenkinsfile-gitlab-replay
ci-scripts/Jenkinsfile-gitlab-replay
+6
-0
No files found.
ci-scripts/Jenkinsfile-gitlab-replay
View file @
309fc602
...
...
@@ -227,6 +227,7 @@ pipeline {
expression
{
ReplayPhySimTests
}
}
steps
{
gitlabBuilds
(
builds:
[
"Test phy-sim"
])
{
script
{
timeout
(
time:
20
,
unit:
'MINUTES'
)
{
try
{
...
...
@@ -238,6 +239,7 @@ pipeline {
}
}
}
}
}
}
stage
(
"Build Flexran Controller"
)
{
...
...
@@ -261,6 +263,7 @@ pipeline {
expression
{
ReplayBasicSimTests
}
}
steps
{
gitlabBuilds
(
builds:
[
"Test basic-sim"
])
{
script
{
timeout
(
time:
30
,
unit:
'MINUTES'
)
{
try
{
...
...
@@ -272,6 +275,7 @@ pipeline {
}
}
}
}
}
}
stage
(
"Test L2 simulator"
)
{
...
...
@@ -279,6 +283,7 @@ pipeline {
expression
{
ReplayL2nFAPISimTests
}
}
steps
{
gitlabBuilds
(
builds:
[
"Test L2-sim"
])
{
script
{
timeout
(
time:
30
,
unit:
'MINUTES'
)
{
try
{
...
...
@@ -290,6 +295,7 @@ pipeline {
}
}
}
}
}
}
stage
(
"Destroy all Virtual Machines"
)
{
...
...
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