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

only test 1 case

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