Skip to content

Commit 5e5b7b9

Browse files
committed
[GR-17457] CI: Order graal_configurations and svm_configurations consistently
PullRequest: truffleruby/2029
2 parents e4e596c + 91684f6 commit 5e5b7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
519519
jruby: $.use.jruby + $.cap.bench + $.cap.weekly,
520520
},
521521
local graal_configurations = {
522-
local shared = $.use.truffleruby + $.use.build + $.cap.daily + $.cap.bench,
522+
local shared = $.cap.bench + $.cap.daily + $.use.truffleruby + $.use.build,
523523

524524
"graal-core": shared + $.env.jvm_ce,
525525
"graal-enterprise": shared + $.env.jvm_ee,

0 commit comments

Comments
 (0)