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

« back to all changes in this revision

Viewing changes to jobs/iso-testing/jobs-live-server.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:
32
32
    description: |
33
33
        This job download the latest daily server iso
34
34
        Defined in lp:qa-jenkins-jobs
35
 
 
36
35
    parameters:
37
36
        - download-sleep
38
37
    node: 'iso-testing'
50
49
    description: |
51
50
        This job runs static validation on a server iso
52
51
        Defined in lp:qa-jenkins-jobs
53
 
 
54
52
    node: 'iso-testing'
55
53
    triggers:
56
54
        - reverse:
62
60
            release: '{dev-release}'
63
61
            arch: 'amd64'
64
62
            variant: 'live-server'
 
63
    publishers:
 
64
        - email:
 
65
            recipients: 'server-crew-qa@lists.canonical.com michael.hudson@canonical.com'
65
66
 
66
67
- job-template:
67
68
    name: 'ubuntu-{dev-release}-live-server-amd64-smoke-default'
99
100
        - archive-artifacts
100
101
        - trigger-mark-pending-current
101
102
        - mark-junit
 
103
        - email:
 
104
            recipients: 'server-crew-qa@lists.canonical.com michael.hudson@canonical.com'
102
105
 
103
106
- job-template:
104
107
    name: 'ubuntu-{dev-release}-live-server-amd64-smoke-edge'
131
134
                --test default --variant live-server \
132
135
                --iso "$WORKSPACE/$ISO_NAME"
133
136
    publishers:
134
 
        - archive-artifacts
 
 
b'\\ No newline at end of file'
 
137
        - archive-artifacts
 
138
        - email:
 
139
            recipients: 'server-crew-qa@lists.canonical.com michael.hudson@canonical.com'