Skip to content

Commit ceb1249

Browse files
test new capability and update downstream branch
1 parent ffce44a commit ceb1249

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci.jsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
103103
DarwinAMD64:: self.Darwin + self.AMD64 + {
104104
# JDK 17 switched to Xcode 12.4 which requires 10.15.4
105105
# at a minimum (GR-32439)
106-
capabilities+: ["darwin_catalina_7", "!macmini_late_2014"]
106+
capabilities+: ["darwin_test"]
107107
},
108108
DarwinAArch64:: self.Darwin + self.AArch64 + {
109-
capabilities+: ["darwin"],
109+
capabilities+: ["darwin_test"],
110110
},
111111

112112
AMD64:: {
@@ -243,7 +243,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
243243
# Downstream Graal branch to test against. If you change this value to anything but
244244
# "master", you must create an ol-jira issue to change it back to master once the
245245
# next JVMCI release has been made. Add the issue id as a comment here.
246-
local downstream_branch = "master",
246+
local downstream_branch = "labsjdk/automation-10-24-2023-6492",
247247

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

0 commit comments

Comments
 (0)