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

modify vm

parent ecaed3ac
...@@ -161,7 +161,7 @@ pipeline { ...@@ -161,7 +161,7 @@ pipeline {
} }
} }
} }
/*
stage ("Start VM -- basic-sim") { stage ("Start VM -- basic-sim") {
steps { steps {
lock (vmResource) { lock (vmResource) {
...@@ -171,7 +171,7 @@ pipeline { ...@@ -171,7 +171,7 @@ pipeline {
} }
} }
} }
/* */
stage ("Start VM -- gnb-usrp") { stage ("Start VM -- gnb-usrp") {
steps { steps {
lock (vmResource) { lock (vmResource) {
...@@ -191,7 +191,7 @@ pipeline { ...@@ -191,7 +191,7 @@ pipeline {
} }
} }
} }
/*
stage ("Start VM -- enb-ethernet") { stage ("Start VM -- enb-ethernet") {
steps { steps {
lock (vmResource) { lock (vmResource) {
...@@ -214,7 +214,7 @@ pipeline { ...@@ -214,7 +214,7 @@ pipeline {
*/ */
stage ("Variant Builds") { stage ("Variant Builds") {
parallel { parallel {
stage ("Build basic simulator") { /* stage ("Build basic simulator") {
steps { steps {
gitlabCommitStatus(name: "Build basic-sim") { gitlabCommitStatus(name: "Build basic-sim") {
timeout (time: 45, unit: 'MINUTES') { timeout (time: 45, unit: 'MINUTES') {
...@@ -223,7 +223,8 @@ pipeline { ...@@ -223,7 +223,8 @@ pipeline {
} }
} }
} }
/* stage ("Build 5G gNB-USRP") { */
stage ("Build 5G gNB-USRP") {
steps { steps {
gitlabCommitStatus(name: "Build gNB-USRP") { gitlabCommitStatus(name: "Build gNB-USRP") {
timeout (time: 45, unit: 'MINUTES') { timeout (time: 45, unit: 'MINUTES') {
...@@ -241,7 +242,7 @@ pipeline { ...@@ -241,7 +242,7 @@ pipeline {
} }
} }
} }
stage ("Build eNB-ethernet") { /* stage ("Build eNB-ethernet") {
steps { steps {
gitlabCommitStatus(name: "Build eNB-ethernet") { gitlabCommitStatus(name: "Build eNB-ethernet") {
timeout (time: 45, unit: 'MINUTES') { 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