Skip to content

Commit 38bdc8f

Browse files
committed
[GR-67416] Add tiers frequencies to common.jsonnet.
PullRequest: graal/21458
2 parents 4e5a87c + 9b7e3bb commit 38bdc8f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ci/common.jsonnet

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,15 @@ local common_json = import "../common.json";
366366
# Job frequencies
367367
# ***************
368368
frequencies: {
369+
tier1: {
370+
targets+: ["tier1"],
371+
},
372+
tier2: {
373+
targets+: ["tier2"],
374+
},
375+
tier3: {
376+
targets+: ["tier3"],
377+
},
369378
gate: {
370379
targets+: ["gate"],
371380
},

0 commit comments

Comments
 (0)