Skip to content

Commit

Permalink
[GR-54262] Run benchmarks on CI every week only
Browse files Browse the repository at this point in the history
PullRequest: truffleruby/4277
  • Loading branch information
andrykonchin committed May 28, 2024
2 parents ae4d49e + f07581d commit d1ed116
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -555,13 +555,13 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
jruby: $.use.jruby + $.cap.bench + $.cap.weekly,
},
local graal_configurations = {
local shared = $.cap.bench + $.cap.daily + $.use.truffleruby + $.use.build,
local shared = $.cap.bench + $.cap.weekly + $.use.truffleruby + $.use.build,

"jvm-ce": shared + $.env.jvm_ce,
"jvm-ee": shared + $.env.jvm_ee,
},
local svm_configurations = {
local shared = $.cap.bench + $.cap.daily + $.use.truffleruby + $.use.build,
local shared = $.cap.bench + $.cap.weekly + $.use.truffleruby + $.use.build,

"svm-ce": shared + $.env.native + $.env.gdb_svm,
"svm-ee": shared + $.env.native_ee + $.env.gdb_svm,
Expand Down Expand Up @@ -675,7 +675,7 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
"ruby-metrics-truffle":
$.platform.linux + $.jdk.latest + $.use.common + $.env.jvm + $.use.build +
$.use.truffleruby +
$.cap.bench + $.cap.daily +
$.cap.bench + $.cap.weekly +
$.benchmark.runner + $.benchmark.interpreter_metrics +
{ timelimit: "00:40:00" },
} +
Expand All @@ -685,7 +685,7 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
$.platform.linux + $.jdk.latest + $.use.common +
$.use.truffleruby + $.use.truffleruby_cexts +
$.env.jvm_ce + $.use.build + $.use.gem_test_pack +
$.cap.bench + $.cap.daily +
$.cap.bench + $.cap.weekly +
$.benchmark.runner + $.benchmark.cext_chunky +
{ timelimit: "00:40:00" },
},
Expand Down

0 comments on commit d1ed116

Please sign in to comment.