Skip to content

Commit affcaa1

Browse files
committed
fs-integration: Add new email recepeints
1 parent 9c56c4d commit affcaa1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

jobs/fs-integration.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,13 @@
9191
publishers:
9292
- email-ext:
9393
recipients: !j2: |
94-
{{ '[email protected], [email protected]' if git_repo == 'test-cases' else '[email protected]' }}
94+
95+
{%- if (file_system == 'cephfs') or (file_system == 'gpfs') or (file_system == 'cephfs.mgr') or (file_system == 'gpfs.scale') -%}
96+
97+
{%- endif -%}
98+
{%- if (git_repo == 'test-cases') -%}
99+
100+
{%- endif %}
95101
reply-to: $DEFAULT_REPLYTO
96102
subject: $DEFAULT_SUBJECT
97103
content-type: text

0 commit comments

Comments
 (0)