Skip to content

Commit 5294d55

Browse files
update downstream branch
1 parent 95186b0 commit 5294d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,13 +246,13 @@ 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 = "release/graal-vm/24.0",
249+
local downstream_branch = "cpu/graal-vm/24.0",
250250

251251
local clone_graal(defs) = {
252252
# Checkout the graal-enterprise repo to the "_gate" version of the
253253
# named downstream branch. This ensures the graal-enterprise and
254254
# graal repos will be in sync.
255-
local branch = if downstream_branch == "release/graal-vm/24.0" then "release/graal-vm/24.0" else downstream_branch + "_gate",
255+
local branch = if downstream_branch == "cpu/graal-vm/24.0" then "cpu/graal-vm/24.0" else downstream_branch + "_gate",
256256

257257
run+: [
258258
["git", "clone", defs.graal_enterprise_url],

0 commit comments

Comments
 (0)