Skip to content

Commit 3b7e3e7

Browse files
authored
Merge pull request #90 from arangodb/kube-arangodb-long
Enable LONG on kube-arangodb-long test
2 parents b171a93 + f3db65e commit 3b7e3e7

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)