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
canghaiwuhen
OpenXG-RAN
Commits
d1d8b8d2
Commit
d1d8b8d2
authored
Aug 19, 2019
by
Dong Anyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify Jenkinsfile-gitlab
parent
5bd38be7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
ci-scripts/Jenkinsfile-gitlab
ci-scripts/Jenkinsfile-gitlab
+10
-10
No files found.
ci-scripts/Jenkinsfile-gitlab
View file @
d1d8b8d2
...
...
@@ -162,10 +162,10 @@ pipeline {
}
}
stage
(
"Start VM --
enb-ethernet
"
)
{
stage
(
"Start VM --
phy-sim
"
)
{
steps
{
timeout
(
time:
5
,
unit:
'MINUTES'
)
{
sh
"./ci-scripts/oai-ci-vm-tool build --workspace $WORKSPACE --variant
enb-ethernet
--job-name ${JOB_NAME} --build-id ${BUILD_ID} --daemon"
sh
"./ci-scripts/oai-ci-vm-tool build --workspace $WORKSPACE --variant
phy-sim
--job-name ${JOB_NAME} --build-id ${BUILD_ID} --daemon"
}
}
}
...
...
@@ -190,11 +190,11 @@ pipeline {
}
}
}
stage
(
"Build
eNb-ethernet
"
)
{
stage
(
"Build
physical simulators
"
)
{
steps
{
gitlabCommitStatus
(
name:
"Build
eNb-ethernet
"
)
{
gitlabCommitStatus
(
name:
"Build
phy-sim
"
)
{
timeout
(
time:
20
,
unit:
'MINUTES'
)
{
sh
"./ci-scripts/oai-ci-vm-tool wait --workspace $WORKSPACE --variant enb-ethernet --job-name ${JOB_NAME} --build-id ${BUILD_ID}
"
sh
"./ci-scripts/oai-ci-vm-tool wait --workspace $WORKSPACE --variant phy-sim --job-name ${JOB_NAME} --build-id ${BUILD_ID} --keep-vm-alive
"
}
}
}
...
...
@@ -210,10 +210,10 @@ pipeline {
}
}
stage
(
"Start VM --
phy-sim
"
)
{
stage
(
"Start VM --
enb-ethernet
"
)
{
steps
{
timeout
(
time:
5
,
unit:
'MINUTES'
)
{
sh
"./ci-scripts/oai-ci-vm-tool build --workspace $WORKSPACE --variant
phy-sim
--job-name ${JOB_NAME} --build-id ${BUILD_ID} --daemon"
sh
"./ci-scripts/oai-ci-vm-tool build --workspace $WORKSPACE --variant
enb-ethernet
--job-name ${JOB_NAME} --build-id ${BUILD_ID} --daemon"
}
}
}
...
...
@@ -246,11 +246,11 @@ pipeline {
}
}
}
stage
(
"Build
physical simulators
"
)
{
stage
(
"Build
eNb-ethernet
"
)
{
steps
{
gitlabCommitStatus
(
name:
"Build
phy-sim
"
)
{
gitlabCommitStatus
(
name:
"Build
eNb-ethernet
"
)
{
timeout
(
time:
20
,
unit:
'MINUTES'
)
{
sh
"./ci-scripts/oai-ci-vm-tool wait --workspace $WORKSPACE --variant phy-sim --job-name ${JOB_NAME} --build-id ${BUILD_ID} --keep-vm-alive
"
sh
"./ci-scripts/oai-ci-vm-tool wait --workspace $WORKSPACE --variant enb-ethernet --job-name ${JOB_NAME} --build-id ${BUILD_ID}
"
}
}
}
...
...
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