Skip to content

Commit

Permalink
reset downstream branch
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan-hallaoui committed Feb 18, 2024
1 parent 6c9cdd1 commit 708d531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
# Downstream Graal branch to test against. If you change this value to anything but
# "master", you must create an ol-jira issue to change it back to master once the
# next JVMCI release has been made. Add the issue id as a comment here.
local downstream_branch = "labsjdk/automation-1-26-2024-4799",
local downstream_branch = "release/graal-vm/24.0",

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

0 comments on commit 708d531

Please sign in to comment.