Commit fb5ac7f2 authored by Fang-WANG's avatar Fang-WANG

only test 1 case

parent 765f8e0a
...@@ -220,7 +220,7 @@ pipeline { ...@@ -220,7 +220,7 @@ 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') {
...@@ -259,6 +259,7 @@ pipeline { ...@@ -259,6 +259,7 @@ pipeline {
} }
} }
} }
*/
} }
post { post {
failure { failure {
...@@ -306,7 +307,7 @@ pipeline { ...@@ -306,7 +307,7 @@ pipeline {
parallel { parallel {
stage ("VM-based tests") { stage ("VM-based tests") {
stages { stages {
stage ("Build Flexran Controller") { /* stage ("Build Flexran Controller") {
when { when {
expression {doMandatoryTests} expression {doMandatoryTests}
} }
...@@ -324,6 +325,7 @@ pipeline { ...@@ -324,6 +325,7 @@ pipeline {
} }
} }
} }
*/
stage ("Test basic simulator") { stage ("Test basic simulator") {
when { when {
expression {doMandatoryTests} expression {doMandatoryTests}
...@@ -344,7 +346,7 @@ pipeline { ...@@ -344,7 +346,7 @@ pipeline {
} }
} }
} }
stage ("Test L1 simulator") { /* stage ("Test L1 simulator") {
when { when {
expression {doMandatoryTests} expression {doMandatoryTests}
} }
...@@ -434,9 +436,10 @@ pipeline { ...@@ -434,9 +436,10 @@ pipeline {
} }
} }
} }
*/
} }
} }
stage ("Test MONOLITHIC - FDD - Band 7 - B210") { /* stage ("Test MONOLITHIC - FDD - Band 7 - B210") {
when { when {
expression {doFullTestsuite} expression {doFullTestsuite}
} }
...@@ -707,6 +710,7 @@ pipeline { ...@@ -707,6 +710,7 @@ pipeline {
} }
} }
} }
*/
} }
post { post {
always { always {
......
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