Skip to content

Commit d8dcadf

Browse files
committed
Do not send emails on gate jobs failures
* Those are already reported on the PR.
1 parent 3735167 commit d8dcadf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ local part_definitions = {
355355
gate: {
356356
capabilities+: self["$.cap"].normal_machine,
357357
targets+: ["gate"],
358+
notify_emails: false,
358359
},
359360
deploy: {
360361
capabilities+: self["$.cap"].normal_machine,

0 commit comments

Comments
 (0)