Commit 8a033e25 authored by Fang-WANG's avatar Fang-WANG

parallel vm fix

parent 7277c5ca
......@@ -161,7 +161,9 @@ pipeline {
}
}
}
parallel {
stage ("Start VM") {
parallel {
/*
stage ("Start VM -- basic-sim") {
steps {
......@@ -213,6 +215,7 @@ pipeline {
}
}
*/
}
}
stage ("Variant Builds") {
parallel {
......
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