Commit 905c04ef authored by Fang-WANG's avatar Fang-WANG

modify vm

parent ecaed3ac
......@@ -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') {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment