Skip to content

Commit 7204517

Browse files
committed
Make ruby-lint tier1 as it should be fast enough now
1 parent 7060009 commit 7204517

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci.jsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
537537

538538
test_builds:
539539
{
540-
"ruby-lint": $.platform.linux + $.cap.tier2 + $.jdk.latest + $.use.common + $.env.jvm + $.use.build + $.run.lint + { timelimit: "45:00" },
540+
"ruby-lint": $.platform.linux + $.cap.tier1 + $.jdk.latest + $.use.common + $.env.jvm + $.use.build + $.run.lint + { timelimit: "45:00" },
541541
# Run specs on CRuby to make sure new specs are compatible and have the needed version guards
542542
"ruby-test-specs-on-cruby": $.platform.linux + $.cap.tier2 + $.use.skip_ci + $.use.common + $.run.test_specs_mri + { timelimit: "45:00" },
543543
} +
@@ -764,6 +764,7 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
764764
specVersion: "7",
765765
overlay: overlay,
766766
tierConfig: {
767+
"tier1": "gate",
767768
"tier2": "gate",
768769
"tier3": "gate",
769770
},

0 commit comments

Comments
 (0)