Skip to content

Commit

Permalink
initial configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan-hallaoui committed Dec 18, 2023
1 parent 2749659 commit a909f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local labsjdk_builder_version = "181ae3a6077f9bf0a117cc34562c33e871cd4ede";
local contains(str, needle) = std.findSubstr(needle, str) != [];

{
overlay: "616937561244a0b2c6ff8e001b11b4e304a85a8a",
overlay: "83f6526efa92716d9f227ffd98ff9a30a89d5396",
specVersion: "3",

mxDependencies:: {
Expand Down 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-12-8-2023-8501",
local downstream_branch = "master",

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

0 comments on commit a909f22

Please sign in to comment.