[Jenkins] Completely disable unit tests
This commit is contained in:
parent
4ae2cc8040
commit
d95fcb11a3
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -257,14 +257,14 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"])
|
|||||||
def testName = entry[0]
|
def testName = entry[0]
|
||||||
def test = entry[1]
|
def test = entry[1]
|
||||||
|
|
||||||
executions["$testName on Windows"] = {
|
/*executions["$testName on Windows"] = {
|
||||||
node("windows") {
|
node("windows") {
|
||||||
jobWorkspace(test.WorkspaceID) {
|
jobWorkspace(test.WorkspaceID) {
|
||||||
doUnitTests(test.StashName)
|
doUnitTests(test.StashName)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*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']) {
|
||||||
def image = null
|
def image = null
|
||||||
|
Loading…
Reference in New Issue
Block a user