We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168e089 commit 572e221Copy full SHA for 572e221
1 file changed
compiler/ci_includes/baseline-benchmarks.jsonnet
@@ -30,7 +30,7 @@
30
]),
31
32
local weekly_forks_builds = std.flattenArrays([
33
- cc.generate_fork_builds(c.weekly + hw.x52 + jdk + cc.c2 + suite)
+ bc.generate_fork_builds(c.weekly + hw.x52 + jdk + cc.c2 + suite)
34
for jdk in amd64_jdks
35
for suite in bench.groups.weekly_forks_suites
36
if suite.is_jdk_supported(jdk.jdk_version)
0 commit comments