Skip to content

Commit cd6108b

Browse files
committed
[GR-45219] Add notify_emails for daily and weekly jobs
1 parent 1b9b7f5 commit cd6108b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

ci.jsonnet

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# https://github.com/google/jsonnet/releases and compiled.
1111

1212
# CONFIGURATION
13-
local overlay = "4ad7ff807a0b032af7377339db4fb947bac60dca";
13+
local overlay = "5248a4efff6c845aa7b0d4efb920c22bef826e71";
1414

1515
# For debugging: generated builds will be restricted to those listed in
1616
# the array. No restriction is applied when it is empty.
@@ -273,8 +273,14 @@ local part_definitions = {
273273
capabilities+: self["$.cap"].bench_machine,
274274
targets+: ["bench"],
275275
},
276-
daily: { targets+: ["daily"] },
277-
weekly: { targets+: ["weekly"] },
276+
daily: {
277+
targets+: ["daily"],
278+
notify_groups: ["ruby"],
279+
},
280+
weekly: {
281+
targets+: ["weekly"],
282+
notify_groups: ["ruby"],
283+
},
278284
manual: {
279285
capabilities+: self["$.cap"].normal_machine,
280286
targets: [],

0 commit comments

Comments
 (0)