summaryrefslogtreecommitdiffstats
path: root/jjb/3rd_party_ci/odl-netvirt.yaml
blob: c78de9bdf86fb1d4af8f4678a660fec0652531ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
---
- project:
    name: 'netvirt'

    project: 'netvirt'

    installer: 'netvirt'
    #####################################
    # branch definitions
    #####################################
    stream:
      - master:
          branch: '{stream}'
          gs-pathname: ''
          disabled: false
      - oxygen:
          branch: 'stable/oxygen'
          gs-pathname: ''
          disabled: false
    #####################################
    # patch verification phases
    #####################################
    phase:
      - 'create-apex-vms':
          slave-label: 'apex-virtual-master'
      - 'install-netvirt':
          slave-label: 'apex-virtual-master'
      - 'postprocess':
          slave-label: 'apex-virtual-master'
    #####################################
    # jobs
    #####################################
    jobs:
      - 'odl-netvirt-verify-virtual-{stream}'
      - 'odl-netvirt-verify-virtual-{phase}-{stream}'

#####################################
# job templates
#####################################
- job-template:
    name: 'odl-netvirt-verify-virtual-{stream}'

    project-type: multijob

    disabled: '{obj:disabled}'

    concurrent: true

    properties:
      - logrotate-default
      - throttle:
          enabled: true
          max-total: 5
          max-per-node: 1
          option: 'project'
      - build-blocker:
          use-build-blocker: true
          blocking-jobs:
            - 'apex-verify.*'
            - 'apex-.*-promote.*'
            - 'apex-virtual.*'
            - 'odl-netvirt-verify-virtual-create-apex-vms-.*'
            - 'odl-netvirt-verify-virtual-install-netvirt-.*'
            - 'functest-netvirt-virtual-suite-.*'
            - 'odl-netvirt-verify-virtual-postprocess-.*'
          block-level: 'NODE'
    scm:
      - git:
          url: https://gerrit.opnfv.org/gerrit/apex
          branches:
            - 'origin/master'
          timeout: 15
          wipe-workspace: true

    parameters:
      - project-parameter:
          project: '{project}'
          branch: '{branch}'
      - string:
          name: NETVIRT_ARTIFACT
          default: distribution-karaf.tar.gz
      - 'apex-virtual-master-defaults'

    triggers:
      - gerrit:
          server-name: 'git.opendaylight.org'
          trigger-on:
            # yamllint disable rule:line-length
            # - comment-added-contains-event:
            #     comment-contains-value: 'https://jenkins.opendaylight.org/releng/job/netvirt-patch-test-current-carbon/.*?/ : SUCCESS'
            # - comment-added-contains-event:
            #     comment-contains-value: 'https://jenkins.opendaylight.org/releng/job/netvirt-patch-test-current-carbon/.*?/ : UNSTABLE'
            # yamllint enable rule:line-length
            - comment-added-contains-event:
                comment-contains-value: 'check-opnfv'
          projects:
            - project-compare-type: 'ANT'
              project-pattern: '{project}'
              branches:
                - branch-compare-type: 'ANT'
                  branch-pattern: '**/{branch}'
          readable-message: true

    builders:
      - description-setter:
          description: "Built on $NODE_NAME"
      - multijob:
          name: create-apex-vms
          condition: SUCCESSFUL
          projects:
            - name: 'odl-netvirt-verify-virtual-create-apex-vms-{stream}'
              current-parameters: false
              predefined-parameters: |
                BRANCH=$BRANCH
                GERRIT_REFSPEC=$GERRIT_REFSPEC
                GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
                GERRIT_CHANGE_ID=$GERRIT_CHANGE_ID
                GERRIT_PATCHSET_NUMBER=$GERRIT_PATCHSET_NUMBER
                GERRIT_PATCHSET_REVISION=$GERRIT_PATCHSET_REVISION
                NETVIRT_ARTIFACT=$NETVIRT_ARTIFACT
                APEX_ENV_NUMBER=$APEX_ENV_NUMBER
                GERRIT_EVENT_COMMENT_TEXT=$GERRIT_EVENT_COMMENT_TEXT
              node-parameters: true
              kill-phase-on: FAILURE
              abort-all-job: true
      - multijob:
          name: install-netvirt
          condition: SUCCESSFUL
          projects:
            - name: 'odl-netvirt-verify-virtual-install-netvirt-{stream}'
              current-parameters: false
              predefined-parameters: |
                ODL_BRANCH={branch}
                BRANCH=$BRANCH
                GERRIT_REFSPEC=$GERRIT_REFSPEC
                GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
                GERRIT_CHANGE_ID=$GERRIT_CHANGE_ID
                GERRIT_PATCHSET_NUMBER=$GERRIT_PATCHSET_NUMBER
                GERRIT_PATCHSET_REVISION=$GERRIT_PATCHSET_REVISION
                NETVIRT_ARTIFACT=$NETVIRT_ARTIFACT
              node-parameters: true
              kill-phase-on: FAILURE
              abort-all-job: true
      - multijob:
          name: functest
          condition: SUCCESSFUL
          projects:
            - name: 'functest-netvirt-virtual-suite-master'
              predefined-parameters: |
                DEPLOY_SCENARIO=os-odl-nofeature-ha
                FUNCTEST_MODE=testcase
                FUNCTEST_SUITE_NAME=tempest_smoke
                RC_FILE_PATH=$HOME/cloner-info/overcloudrc
              node-parameters: true
              kill-phase-on: FAILURE
              abort-all-job: false
      - multijob:
          name: postprocess
          condition: ALWAYS
          projects:
            - name: 'odl-netvirt-verify-virtual-postprocess-{stream}'
              current-parameters: false
              predefined-parameters: |
                BRANCH=$BRANCH
                GERRIT_REFSPEC=$GERRIT_REFSPEC
                GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
                GERRIT_CHANGE_ID=$GERRIT_CHANGE_ID
                GERRIT_PATCHSET_NUMBER=$GERRIT_PATCHSET_NUMBER
                GERRIT_PATCHSET_REVISION=$GERRIT_PATCHSET_REVISION
                NETVIRT_ARTIFACT=$NETVIRT_ARTIFACT
              node-parameters: true
              kill-phase-on: FAILURE
              abort-all-job: false

- job-template:
    name: 'odl-netvirt-verify-virtual-{phase}-{stream}'

    disabled: '{obj:disabled}'

    concurrent: true

    properties:
      - logrotate-default
      - throttle:
          enabled: true
          max-total: 5
          max-per-node: 1
          option: 'project'
      - build-blocker:
          use-build-blocker: true
          blocking-jobs:
            - 'odl-netvirt-verify-virtual-create-apex-vms-.*'
            - 'odl-netvirt-verify-virtual-install-netvirt-.*'
            - 'functest-netvirt-virtual-suite-.*'
            - 'odl-netvirt-verify-virtual-postprocess-.*'
          block-level: 'NODE'

    wrappers:
      - ssh-agent-wrapper
      - timeout:
          timeout: 360
          fail: true

    scm:
      - git:
          url: https://gerrit.opnfv.org/gerrit/apex
          branches:
            - 'origin/master'
          timeout: 15
          wipe-workspace: true

    parameters:
      - project-parameter:
          project: '{project}'
          branch: '{branch}'
      - '{slave-label}-defaults'
      - '{installer}-defaults'
      - string:
          name: DEPLOY_SCENARIO
          default: 'os-odl-nofeature-noha'
          description: 'Scenario to deploy and test'
      - string:
          name: GS_URL
          default: artifacts.opnfv.org/apex
          description: "URL to Google Storage with snapshot artifacts."

    builders:
      - description-setter:
          description: "Built on $NODE_NAME"
      - '{project}-verify-{phase}-builder'
#####################################
# builder macros
#####################################
- builder:
    name: 'netvirt-verify-create-apex-vms-builder'
    builders:
      - shell:
          !include-raw: ../apex/apex-snapshot-deploy.sh
- builder:
    name: 'netvirt-verify-install-netvirt-builder'
    builders:
      - shell:
          !include-raw: ./download-netvirt-artifact.sh
      - shell:
          !include-raw: ./install-netvirt.sh
- builder:
    name: 'netvirt-verify-postprocess-builder'
    builders:
      - shell:
          !include-raw: ./postprocess-netvirt.sh