Skip to content

Commit 340c6f0

Browse files
committed
reset downstream branch
1 parent 9e24e68 commit 340c6f0

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
@@ -246,7 +246,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
246246
# Downstream Graal branch to test against. If you change this value to anything but
247247
# "master", you must create an ol-jira issue to change it back to master once the
248248
# next JVMCI release has been made. Add the issue id as a comment here.
249-
local downstream_branch = "labsjdk/automation-1-8-2024-1624",
249+
local downstream_branch = "master",
250250

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

0 commit comments

Comments
 (0)