Skip to content

Commit 97ba6e1

Browse files
committed
Debug: skip tests for faster testing
1 parent 3787dde commit 97ba6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
def buildNumber = BUILD_NUMBER as int; if (buildNumber > 1) milestone(buildNumber - 1); milestone(buildNumber) // JENKINS-43353 / JENKINS-58625
99

1010
// TEST FLAG - to make it easier to turn on/off unit tests for speeding up access to later stuff.
11-
def runTests = true
11+
def runTests = false
1212
def failFast = false
1313

1414
properties([buildDiscarder(logRotator(numToKeepStr: '50', artifactNumToKeepStr: '3')), durabilityHint('PERFORMANCE_OPTIMIZED')])

0 commit comments

Comments
 (0)