Skip to content

Commit c8f383b

Browse files
committed
fs-integration: Reconfigure email recipients list
1 parent affcaa1 commit c8f383b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

jobs/fs-integration.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
credential-id: aws-s3-credentials
4545
access-key: S3_ACCESS_KEY
4646
secret-key: S3_SECRET_KEY
47+
- text:
48+
credential-id: ceph-smb-recipients
49+
variable: CEPH_SMB_RECIPIENTS
50+
- text:
51+
credential-id: scale-smb-recipients
52+
variable: SCALE_SMB_RECIPIENTS
4753

4854
scm:
4955
- git:
@@ -92,8 +98,11 @@
9298
- email-ext:
9399
recipients: !j2: |
94100
95-
{%- if (file_system == 'cephfs') or (file_system == 'gpfs') or (file_system == 'cephfs.mgr') or (file_system == 'gpfs.scale') -%}
96-
101+
{%- if (file_system == 'cephfs') or (file_system == 'cephfs.mgr') -%}
102+
$CEPH_SMB_RECIPIENTS,
103+
{%- endif -%}
104+
{%- if (file_system == 'gpfs') or (file_system == 'gpfs.scale') -%}
105+
$CEPH_SMB_RECIPIENTS,$SCALE_SMB_RECIPIENTS,
97106
{%- endif -%}
98107
{%- if (git_repo == 'test-cases') -%}
99108

0 commit comments

Comments
 (0)