Skip to content

Commit

Permalink
[SW-682] Test spark nightlies against next Spark release ( not master…
Browse files Browse the repository at this point in the history
… branch ) (#540)
  • Loading branch information
jakubhava committed Jan 19, 2018
1 parent 507dd9d commit 81d36ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile-external_spark-master
Expand Up @@ -28,7 +28,7 @@ node('dX-hadoop') {
buildAgainstH2OBranch = "false"
h2oBranch = "master"
buildAgainstSparkBranch = "true"
sparkBranch = "master"
sparkBranch = "branch-2.3"
hadoopVersion = "2.6"
backendMode = "external"
hdpVersion = "2.2.6.3-1"
Expand Down
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile-internal_spark-master
Expand Up @@ -28,7 +28,7 @@ node('dX-hadoop') {
buildAgainstH2OBranch = "false"
h2oBranch = "master"
buildAgainstSparkBranch = "true"
sparkBranch = "master"
sparkBranch = "branch-2.3"
hadoopVersion = "2.6"
backendMode = "internal"
}
Expand Down

0 comments on commit 81d36ce

Please sign in to comment.