Skip to content

Commit

Permalink
jobs: Clean up failure notification recipients list
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopcs9 committed Jun 30, 2024
1 parent d203193 commit 92099d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion jobs/fs-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
publishers:
- email-ext:
recipients: [email protected], [email protected]
recipients: !j2: |
{{ '[email protected], [email protected]' if git_repo == 'test-cases' else '[email protected]' }}
reply-to: $DEFAULT_REPLYTO
subject: $DEFAULT_SUBJECT
content-type: text
Expand Down
2 changes: 1 addition & 1 deletion jobs/nightly-samba-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
publishers:
- email-ext:
recipients: [email protected], [email protected]
recipients: [email protected]
reply-to: $DEFAULT_REPLYTO
subject: $DEFAULT_SUBJECT
content-type: text
Expand Down

0 comments on commit 92099d4

Please sign in to comment.