Skip to content

Commit f3db65e

Browse files
committed
Enable LONG on kube-arangodb-long test
1 parent b171a93 commit f3db65e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Jenkinsfile.groovy

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ def fetchParamsFromGitLog() {
2626
myParams[entry.key] = entry.value;
2727
}
2828

29+
// Is this a LONG test?
30+
if ("${env.JOB_NAME}" == "kube-arangodb-long") {
31+
myParams["LONG"] = true;
32+
}
33+
2934
// Fetch params configured in git commit messages
3035
// Syntax: [ci OPT=value]
3136
// Example: [ci TESTOPTIONS="-test.run ^TestSimpleSingle$"]

0 commit comments

Comments
 (0)