File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 10
10
# https://github.com/google/jsonnet/releases and compiled.
11
11
12
12
# CONFIGURATION
13
- local overlay = "4ad7ff807a0b032af7377339db4fb947bac60dca " ;
13
+ local overlay = "5248a4efff6c845aa7b0d4efb920c22bef826e71 " ;
14
14
15
15
# For debugging: generated builds will be restricted to those listed in
16
16
# the array. No restriction is applied when it is empty.
@@ -273,8 +273,14 @@ local part_definitions = {
273
273
capabilities+: self ["$.cap" ].bench_machine,
274
274
targets+: ["bench" ],
275
275
},
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
+ },
278
284
manual: {
279
285
capabilities+: self ["$.cap" ].normal_machine,
280
286
targets: [],
You can’t perform that action at this time.
0 commit comments