[Jenkins] Temporarily disable linux unit tests
This commit is contained in:
parent
d71425c9ca
commit
e4d68d8861
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -254,6 +254,7 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"])
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* Temporarily disabled
|
||||||
executions["$testName on Linux"] = {
|
executions["$testName on Linux"] = {
|
||||||
node("docker && linux && amd64") {
|
node("docker && linux && amd64") {
|
||||||
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'XTerm']) {
|
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'XTerm']) {
|
||||||
@ -278,6 +279,7 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"])
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
parallel executions
|
parallel executions
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user