Skip to content

Commit

Permalink
[GR-54282] Remove unused bench jobs
Browse files Browse the repository at this point in the history
PullRequest: graal/17885
  • Loading branch information
liufengyun committed May 31, 2024
2 parents 0efe559 + 0ac482f commit f4e313f
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions compiler/ci/ci_common/benchmark-builders.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,7 @@
for suite in bench.groups.main_suites
],

local no_tiered_builds = [
c.monthly + hw.e3 + jdk + cc.libgraal + cc.no_tiered_comp + suite,
for jdk in cc.product_jdks
for suite in bench.groups.main_suites
],

local no_profile_info_builds = [
c.monthly + hw.e3 + jdk + cc.libgraal + cc.no_profile_info + suite,
for jdk in cc.product_jdks
for suite in bench.groups.main_suites
],


local all_builds = main_builds + weekly_amd64_forks_builds + weekly_aarch64_forks_builds + profiling_builds + avx_builds + zgc_builds + zgc_avx_builds + aarch64_builds + no_tiered_builds + no_profile_info_builds,
local all_builds = main_builds + weekly_amd64_forks_builds + weekly_aarch64_forks_builds + profiling_builds + avx_builds + zgc_builds + zgc_avx_builds + aarch64_builds,
local filtered_builds = [b for b in all_builds if b.is_jdk_supported(b.jdk_version) && b.is_arch_supported(b.arch)],
// adds a "defined_in" field to all builds mentioning the location of this current file
builds:: utils.add_defined_in(filtered_builds, std.thisFile),
Expand Down

0 comments on commit f4e313f

Please sign in to comment.