Skip to content

Commit

Permalink
add deployed-spark-versions.txt (#2941)
Browse files Browse the repository at this point in the history
determintes which spark version(s) are tested by PR build step
  • Loading branch information
cseed committed Feb 20, 2018
1 parent 3d02b03 commit 94f74d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ buildScan {
}

String hailVersion = "devel"
String[] deployedSparkVersions = ["2.0.2"]
String[] deployedSparkVersions = new File("deployed-spark-versions.txt")
String gitHash = exec {commandLine 'git', 'rev-parse', '--short=12', 'HEAD'}

String sparkVersion = System.getProperty("spark.version", "2.0.2")
Expand Down
1 change: 1 addition & 0 deletions deployed-spark-versions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.2.0

0 comments on commit 94f74d2

Please sign in to comment.