Skip to content

Commit b9bd9bb

Browse files
committed
move 2.13 community build to behemoth 2
spreading it more evenly (2.11 & 2.11-jdk8 on 1, 2.12 & 2.13 on 2)
1 parent 7b7bcf0 commit b9bd9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/_master-jenkins-jobs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def templDesc(user, repo, branch, path)
3939
:jvmFlavorForBranch => branch != "2.11.x" ? "openjdk" : "oracle",
4040
:jvmVersionForBranch => branch != "2.11.x" ? 8 : 6,
4141
:scalaBranchForBranch => branch == "2.11.x-jdk8" ? "2.11.x" : branch, # only used for community-builds
42-
:behemothForBranch => branch =~ /^2\.12.*/ ? 2 : 1 # only used for community-builds
42+
:behemothForBranch => branch =~ /^2\.11.*/ ? 1 : 2 # only used for community-builds
4343
}
4444
]
4545
end

0 commit comments

Comments
 (0)