summaryrefslogtreecommitdiffstats
path: root/jjb/apex/apex-verify-jobs.yaml
blob: 37434b502db3ba7ebf85c21797d811a2cb7c9a1b (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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
---
- project:
    name: 'apex-verify-jobs'
    project: 'apex'
    jobs:
      - 'apex-verify-{stream}'
      - 'apex-verify-gate-{stream}'
      - 'apex-verify-unit-tests-{stream}'
    stream:
      - master: &master
          branch: '{stream}'
          gs-pathname: ''
          verify-scenario: 'os-nosdn-nofeature-noha'
          disabled: false
      - fraser: &fraser
          branch: 'stable/{stream}'
          gs-pathname: '/{stream}'
          verify-scenario: 'os-nosdn-nofeature-ha'
          disabled: false
      - danube: &danube
          branch: 'stable/{stream}'
          gs-pathname: '/{stream}'
          verify-scenario: 'os-odl_l3-nofeature-ha'
          disabled: true
      - euphrates: &euphrates
          branch: 'stable/{stream}'
          gs-pathname: '/{stream}'
          verify-scenario: 'os-odl-nofeature-ha'
          disabled: false

# Unit Test
- job-template:
    name: 'apex-verify-unit-tests-{stream}'

    node: 'apex-build-master'

    concurrent: true

    disabled: '{obj:disabled}'

    parameters:
      - apex-parameter:
          gs-pathname: '{gs-pathname}'
      - project-parameter:
          project: '{project}'
          branch: '{branch}'

    scm:
      - git-scm-gerrit

    triggers:
      - gerrit:
          server-name: 'gerrit.opnfv.org'
          trigger-on:
            - patchset-created-event:
                exclude-drafts: 'false'
                exclude-trivial-rebase: 'false'
                exclude-no-code-change: 'true'
            - draft-published-event
            - comment-added-contains-event:
                comment-contains-value: 'recheck'
            - comment-added-contains-event:
                comment-contains-value: 'reverify'
          projects:
            - project-compare-type: 'ANT'
              project-pattern: 'apex'
              branches:
                - branch-compare-type: 'ANT'
                  branch-pattern: '**/{branch}'
              disable-strict-forbidden-file-verification: 'false'
              file-paths:
                - compare-type: ANT
                  pattern: 'apex/tests/**'
              forbidden-file-paths:
                - compare-type: ANT
                  pattern: '*'
                - compare-type: ANT
                  pattern: 'apex/*'
                - compare-type: ANT
                  pattern: 'build/**'
                - compare-type: ANT
                  pattern: 'lib/**'
                - compare-type: ANT
                  pattern: 'config/**'
                - compare-type: ANT
                  pattern: 'apex/build/**'
                - compare-type: ANT
                  pattern: 'apex/common/**'
                - compare-type: ANT
                  pattern: 'apex/inventory/**'
                - compare-type: ANT
                  pattern: 'apex/network/**'
                - compare-type: ANT
                  pattern: 'apex/overcloud/**'
                - compare-type: ANT
                  pattern: 'apex/settings/**'
                - compare-type: ANT
                  pattern: 'apex/undercloud/**'
                - compare-type: ANT
                  pattern: 'apex/virtual/**'

    properties:
      - logrotate-default
      - throttle:
          max-per-node: 1
          max-total: 10
          option: 'project'

    builders:
      - apex-unit-test

# Verify
- job-template:
    name: 'apex-verify-{stream}'

    concurrent: true

    disabled: '{obj:disabled}'

    project-type: 'multijob'

    parameters:
      - '{project}-virtual-{stream}-defaults'
      - apex-parameter:
          gs-pathname: '{gs-pathname}/dev'
      - project-parameter:
          project: '{project}'
          branch: '{branch}'
      - string:
          name: ARTIFACT_VERSION
          default: dev
          description: "Used for overriding the ARTIFACT_VERSION"
    scm:
      - git-scm-gerrit

    triggers:
      - gerrit:
          server-name: 'gerrit.opnfv.org'
          trigger-on:
            - patchset-created-event:
                exclude-drafts: 'false'
                exclude-trivial-rebase: 'false'
                exclude-no-code-change: 'true'
            - draft-published-event
            - comment-added-contains-event:
                comment-contains-value: 'recheck'
            - comment-added-contains-event:
                comment-contains-value: 'reverify'
          projects:
            - project-compare-type: 'ANT'
              project-pattern: 'apex'
              branches:
                - branch-compare-type: 'ANT'
                  branch-pattern: '**/{branch}'
              disable-strict-forbidden-file-verification: 'true'
              file-paths:
                - compare-type: ANT
                  pattern: '*'
                - compare-type: ANT
                  pattern: 'apex/*'
                - compare-type: ANT
                  pattern: 'build/**'
                - compare-type: ANT
                  pattern: 'ci/**'
                - compare-type: ANT
                  pattern: 'lib/**'
                - compare-type: ANT
                  pattern: 'config/**'
                - compare-type: ANT
                  pattern: 'apex/build/**'
                - compare-type: ANT
                  pattern: 'apex/common/**'
                - compare-type: ANT
                  pattern: 'apex/inventory/**'
                - compare-type: ANT
                  pattern: 'apex/network/**'
                - compare-type: ANT
                  pattern: 'apex/overcloud/**'
                - compare-type: ANT
                  pattern: 'apex/settings/**'
                - compare-type: ANT
                  pattern: 'apex/undercloud/**'
                - compare-type: ANT
                  pattern: 'apex/virtual/**'
              forbidden-file-paths:
                - compare-type: ANT
                  pattern: 'apex/tests/**'
                - compare-type: ANT
                  pattern: 'docs/**'

    properties:
      - logrotate-default
      - throttle:
          max-per-node: 3
          max-total: 10
          option: 'project'

    builders:
      - description-setter:
          description: "Built on $NODE_NAME"
      - multijob:
          name: basic
          condition: SUCCESSFUL
          projects:
            - name: 'apex-verify-unit-tests-{stream}'
              current-parameters: false
              predefined-parameters: |
                GERRIT_BRANCH=$GERRIT_BRANCH
                GERRIT_REFSPEC=$GERRIT_REFSPEC
                GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
                GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
              node-parameters: false
              kill-phase-on: FAILURE
              abort-all-job: true
              git-revision: true
      - multijob:
          name: build
          condition: SUCCESSFUL
          projects:
            - name: 'apex-build-{stream}'
              current-parameters: false
              predefined-parameters: |
                ARTIFACT_VERSION=$ARTIFACT_VERSION
                GERRIT_BRANCH=$GERRIT_BRANCH
                GERRIT_REFSPEC=$GERRIT_REFSPEC
                GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
                GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
              node-parameters: false
              kill-phase-on: FAILURE
              abort-all-job: true
              git-revision: true
      - multijob:
          name: deploy-virtual
          condition: SUCCESSFUL
          projects:
            - name: 'apex-virtual-{stream}'
              current-parameters: false
              predefined-parameters: |
                ARTIFACT_VERSION=$ARTIFACT_VERSION
                DEPLOY_SCENARIO={verify-scenario}
                OPNFV_CLEAN=yes
                GERRIT_BRANCH=$GERRIT_BRANCH
                GERRIT_REFSPEC=$GERRIT_REFSPEC
                GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
                GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
                FUNCTEST_SUITE_NAME=tempest_smoke
                FUNCTEST_MODE=testcase
              node-parameters: false
              kill-phase-on: FAILURE
              abort-all-job: true
              git-revision: true

# Verify Scenario Gate
- job-template:
    name: 'apex-verify-gate-{stream}'

    concurrent: true

    disabled: '{obj:disabled}'

    project-type: 'multijob'

    parameters:
      - '{project}-virtual-{stream}-defaults'
      - apex-parameter:
          gs-pathname: '{gs-pathname}/dev'
      - project-parameter:
          project: '{project}'
          branch: '{branch}'
      - string:
          name: GIT_BASE
          default: https://gerrit.opnfv.org/gerrit/$PROJECT
          description: "Used for overriding the GIT URL coming from parameters macro."
      - string:
          name: ARTIFACT_VERSION
          default: dev
          description: "Used for overriding the ARTIFACT_VERSION"

    scm:
      - git-scm-gerrit

    triggers:
      - gerrit:
          server-name: 'gerrit.opnfv.org'
          trigger-on:
            - comment-added-contains-event:
                comment-contains-value: '^Patch Set [0-9]+: Code-Review\+2.*start-gate-scenario:.*'
          projects:
            - project-compare-type: 'ANT'
              project-pattern: 'apex'
              branches:
                - branch-compare-type: 'ANT'
                  branch-pattern: '**/{branch}'
              file-paths:
                - compare-type: ANT
                  pattern: 'ci/**'
                - compare-type: ANT
                  pattern: 'build/**'
                - compare-type: ANT
                  pattern: 'lib/**'
                - compare-type: ANT
                  pattern: 'config/**'
                - compare-type: ANT
                  pattern: 'apex/**'

    properties:
      - logrotate-default
      - build-blocker:
          use-build-blocker: true
          block-level: 'NODE'
          blocking-jobs:
            - 'apex-verify.*'
            - 'apex-virtual.*'
            - 'apex-.*-promote.*'
            - 'odl-netvirt.*'
      - throttle:
          max-per-node: 1
          max-total: 10
          option: 'project'

    builders:
      # yamllint disable rule:line-length
      - shell: |
          echo DEPLOY_SCENARIO=$(echo $GERRIT_EVENT_COMMENT_TEXT | grep start-gate-scenario | grep -Eo '(os|k8s)-.*$') > detected_scenario
      # yamllint enable rule:line-length
      - inject:
          properties-file: detected_scenario
      - multijob:
          name: deploy-virtual
          condition: SUCCESSFUL
          projects:
            - name: 'apex-deploy-virtual-{stream}'
              current-parameters: false
              predefined-parameters: |
                ARTIFACT_VERSION=$ARTIFACT_VERSION
                DEPLOY_SCENARIO=$DEPLOY_SCENARIO
                OPNFV_CLEAN=yes
                GERRIT_BRANCH=$GERRIT_BRANCH
                GERRIT_REFSPEC=$GERRIT_REFSPEC
                GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
                GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
                GERRIT_EVENT_COMMENT_TEXT=$GERRIT_EVENT_COMMENT_TEXT
              node-parameters: true
              kill-phase-on: FAILURE
              abort-all-job: true
              git-revision: true
      - shell: |
          if echo $DEPLOY_SCENARIO | grep queens &> /dev/null; then
          echo 'REPO=opnfv' > functest_repo
          else
          echo 'REPO=ollivier' > functest_repo
          fi
      - inject:
          properties-file: functest_repo
      - multijob:
          name: functest-smoke
          condition: ALWAYS
          projects:
            - name: 'functest-apex-virtual-suite-{stream}'
              current-parameters: false
              predefined-parameters: |
                DEPLOY_SCENARIO=$DEPLOY_SCENARIO
                FUNCTEST_SUITE_NAME=tempest_smoke
                FUNCTEST_MODE=testcase
                REPO=$REPO
                GERRIT_BRANCH=$GERRIT_BRANCH
                GERRIT_REFSPEC=$GERRIT_REFSPEC
                GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
                GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
              node-parameters: true
              kill-phase-on: NEVER
              enable-condition: "def m = '$DEPLOY_SCENARIO' != k8s-nosdn-nofeature-noha"
              abort-all-job: true
              git-revision: false
      - multijob:
          name: apex-fetch-logs
          projects:
            - name: 'apex-fetch-logs-{stream}'
              current-parameters: true
              predefined-parameters: |
                GERRIT_BRANCH=$GERRIT_BRANCH
                GERRIT_REFSPEC=$GERRIT_REFSPEC
                GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
              node-parameters: true
              kill-phase-on: NEVER
              abort-all-job: true
              git-revision: false

########################
# builder macros
########################
- builder:
    name: apex-unit-test
    builders:
      - shell:
          !include-raw: ./apex-unit-test.sh