~powersj/qa-jenkins-jobs/add-cosmic-iso-tests

« back to all changes in this revision

Viewing changes to jobs/iso-testing/jobs-ppc64el.yaml

  • Committer: Joshua Powers
  • Date: 2018-05-07 17:59:33 UTC
  • Revision ID: josh.powers@canonical.com-20180507175933-x4v5s2yjxau2qmny
server: smoke and static email

Adds email notification to the smoke and static ISO validation tests.
For the legacy ISO this will be sent only to the server-qa team, while
for live ISO it will also be sent to Michael.

Drive-by: also removed extra line in descriptions

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
    description: |
107
107
        This job download the latest daily server iso
108
108
        Defined in lp:qa-jenkins-jobs
109
 
 
110
109
    parameters:
111
110
        - download-sleep
112
111
    node: 'iso-testing-ppc64el'
131
130
    description: |
132
131
        This job download the latest daily server iso
133
132
        Defined in lp:qa-jenkins-jobs
134
 
 
135
133
    parameters:
136
134
        - download-sleep
137
135
    node: 'iso-testing-ppc64el'
149
147
    description: |
150
148
        This job runs static validation on a server iso
151
149
        Defined in lp:qa-jenkins-jobs
152
 
 
153
150
    node: 'iso-testing-ppc64el'
154
151
    triggers:
155
152
        - reverse: # Trigger after the download job succeeds
161
158
            release: '{release}'
162
159
            arch: 'ppc64el'
163
160
            variant: 'server'
 
161
    publishers:
 
162
        - email:
 
163
            recipients: 'server-crew-qa@lists.canonical.com'
164
164
 
165
165
- job-template:
166
166
    name: 'ubuntu-{release}-server-ppc64el-smoke-default'
167
167
    description: |
168
168
        Run the default iso test on a server image
169
169
        Defined in lp:qa-jenkins-jobs
170
 
 
171
170
    node: 'iso-testing-ppc64el'
172
171
    triggers:
173
172
        - reverse: # Trigger after static validation succeeds
191
190
        - archive-artifacts
192
191
        - trigger-mark-pending-current
193
192
        - mark-junit
 
193
        - email:
 
194
            recipients: 'server-crew-qa@lists.canonical.com'
194
195
 
195
196
- job-template:
196
197
    name: 'ubuntu-{release}-server-ppc64el-smoke-{server-test}'
197
198
    description: |
198
199
        Run other server iso tests
199
200
        Defined in lp:qa-jenkins-jobs
200
 
 
201
201
    node: 'iso-testing-ppc64el'
202
202
    triggers:
203
203
        - reverse: # Trigger after the default test succeeds
222
222
    description: |
223
223
        This job download the latest daily server iso
224
224
        Defined in lp:qa-jenkins-jobs
225
 
 
226
225
    parameters:
227
226
        - download-sleep
228
227
    node: 'iso-testing-ppc64el'
240
239
    description: |
241
240
        This job runs static validation on a server iso
242
241
        Defined in lp:qa-jenkins-jobs
243
 
 
244
242
    node: 'iso-testing-ppc64el'
245
243
    triggers:
246
244
        - reverse: