Skip to content

Commit 07eaaa4

Browse files
update downstream branch
1 parent 7b4ee9a commit 07eaaa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
243243
# Downstream Graal branch to test against. If you change this value to anything but
244244
# "master", you must create an ol-jira issue to change it back to master once the
245245
# next JVMCI release has been made. Add the issue id as a comment here.
246-
local downstream_branch = "master",
246+
local downstream_branch = "labsjdk/automation-11-3-2023-8273",
247247

248248
local clone_graal(defs) = {
249249
# Checkout the graal-enterprise repo to the "_gate" version of the

0 commit comments

Comments
 (0)