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
1
Merge Requests
1
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-RAN
Commits
905c04ef
Commit
905c04ef
authored
Nov 17, 2021
by
Fang-WANG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify vm
parent
ecaed3ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
ci-scripts/Jenkinsfile-gitlab
ci-scripts/Jenkinsfile-gitlab
+7
-6
No files found.
ci-scripts/Jenkinsfile-gitlab
View file @
905c04ef
...
...
@@ -161,7 +161,7 @@ pipeline {
}
}
}
/*
stage ("Start VM -- basic-sim") {
steps {
lock (vmResource) {
...
...
@@ -171,7 +171,7 @@ pipeline {
}
}
}
/*
*/
stage
(
"Start VM -- gnb-usrp"
)
{
steps
{
lock
(
vmResource
)
{
...
...
@@ -191,7 +191,7 @@ pipeline {
}
}
}
/*
stage ("Start VM -- enb-ethernet") {
steps {
lock (vmResource) {
...
...
@@ -214,7 +214,7 @@ pipeline {
*/
stage
(
"Variant Builds"
)
{
parallel
{
stage
(
"Build basic simulator"
)
{
/*
stage ("Build basic simulator") {
steps {
gitlabCommitStatus(name: "Build basic-sim") {
timeout (time: 45, unit: 'MINUTES') {
...
...
@@ -223,7 +223,8 @@ pipeline {
}
}
}
/* stage ("Build 5G gNB-USRP") {
*/
stage
(
"Build 5G gNB-USRP"
)
{
steps
{
gitlabCommitStatus
(
name:
"Build gNB-USRP"
)
{
timeout
(
time:
45
,
unit:
'MINUTES'
)
{
...
...
@@ -241,7 +242,7 @@ pipeline {
}
}
}
stage ("Build eNB-ethernet") {
/*
stage ("Build eNB-ethernet") {
steps {
gitlabCommitStatus(name: "Build eNB-ethernet") {
timeout (time: 45, unit: 'MINUTES') {
...
...
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