Skip to content

Commit

Permalink
use integration PR branch
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan-hallaoui committed Mar 14, 2024
1 parent 5294d55 commit e61b751
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 = "cpu/graal-vm/24.0",
local downstream_branch = "me/GR-52696",

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

0 comments on commit e61b751

Please sign in to comment.