Apex: run csit before tempest
[releng.git] / jjb / 3rd_party_ci / odl-netvirt.yaml
1 ---
2 - project:
3     name: 'netvirt'
4
5     project: 'netvirt'
6
7     installer: 'netvirt'
8     #####################################
9     # branch definitions
10     #####################################
11     stream:
12       - master:
13           branch: '{stream}'
14           gs-pathname: ''
15           disabled: false
16       - oxygen:
17           branch: 'stable/oxygen'
18           gs-pathname: ''
19           disabled: false
20     #####################################
21     # patch verification phases
22     #####################################
23     phase:
24       - 'create-apex-vms':
25           slave-label: 'apex-virtual-master'
26       - 'install-netvirt':
27           slave-label: 'apex-virtual-master'
28       - 'postprocess':
29           slave-label: 'apex-virtual-master'
30     #####################################
31     # jobs
32     #####################################
33     jobs:
34       - 'odl-netvirt-verify-virtual-{stream}'
35       - 'odl-netvirt-verify-virtual-{phase}-{stream}'
36
37 #####################################
38 # job templates
39 #####################################
40 - job-template:
41     name: 'odl-netvirt-verify-virtual-{stream}'
42
43     project-type: multijob
44
45     disabled: '{obj:disabled}'
46
47     concurrent: true
48
49     properties:
50       - logrotate-default
51       - throttle:
52           enabled: true
53           max-total: 5
54           max-per-node: 1
55           option: 'project'
56       - build-blocker:
57           use-build-blocker: true
58           blocking-jobs:
59             - 'apex-verify.*'
60             - 'apex-.*-promote.*'
61             - 'apex-virtual.*'
62             - 'odl-netvirt-verify-virtual-create-apex-vms-.*'
63             - 'odl-netvirt-verify-virtual-install-netvirt-.*'
64             - 'functest-netvirt-virtual-suite-.*'
65             - 'odl-netvirt-verify-virtual-postprocess-.*'
66           block-level: 'NODE'
67     scm:
68       - git:
69           url: https://gerrit.opnfv.org/gerrit/apex
70           branches:
71             - 'origin/master'
72           timeout: 15
73           wipe-workspace: true
74
75     parameters:
76       - project-parameter:
77           project: '{project}'
78           branch: '{branch}'
79       - string:
80           name: NETVIRT_ARTIFACT
81           default: distribution-karaf.tar.gz
82       - 'apex-virtual-master-defaults'
83
84     triggers:
85       - gerrit:
86           server-name: 'git.opendaylight.org'
87           trigger-on:
88             # yamllint disable rule:line-length
89             # - comment-added-contains-event:
90             #     comment-contains-value: 'https://jenkins.opendaylight.org/releng/job/netvirt-patch-test-current-carbon/.*?/ : SUCCESS'
91             # - comment-added-contains-event:
92             #     comment-contains-value: 'https://jenkins.opendaylight.org/releng/job/netvirt-patch-test-current-carbon/.*?/ : UNSTABLE'
93             # yamllint enable rule:line-length
94             - comment-added-contains-event:
95                 comment-contains-value: 'check-opnfv'
96           projects:
97             - project-compare-type: 'ANT'
98               project-pattern: '{project}'
99               branches:
100                 - branch-compare-type: 'ANT'
101                   branch-pattern: '**/{branch}'
102           readable-message: true
103
104     builders:
105       - description-setter:
106           description: "Built on $NODE_NAME"
107       - detect-opnfv-snapshot
108       - inject:
109           properties-file: detected_snapshot
110       - multijob:
111           name: create-apex-vms
112           condition: SUCCESSFUL
113           projects:
114             - name: 'odl-netvirt-verify-virtual-create-apex-vms-{stream}'
115               current-parameters: false
116               predefined-parameters: |
117                 BRANCH=$BRANCH
118                 GERRIT_REFSPEC=$GERRIT_REFSPEC
119                 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
120                 GERRIT_CHANGE_ID=$GERRIT_CHANGE_ID
121                 GERRIT_PATCHSET_NUMBER=$GERRIT_PATCHSET_NUMBER
122                 GERRIT_PATCHSET_REVISION=$GERRIT_PATCHSET_REVISION
123                 NETVIRT_ARTIFACT=$NETVIRT_ARTIFACT
124                 APEX_ENV_NUMBER=$APEX_ENV_NUMBER
125                 GERRIT_EVENT_COMMENT_TEXT=$GERRIT_EVENT_COMMENT_TEXT
126                 TOPOLOGY=$TOPOLOGY
127                 OS_VERSION=$OS_VERSION
128               node-parameters: true
129               kill-phase-on: FAILURE
130               abort-all-job: true
131       - multijob:
132           name: install-netvirt
133           condition: SUCCESSFUL
134           projects:
135             - name: 'odl-netvirt-verify-virtual-install-netvirt-{stream}'
136               current-parameters: false
137               predefined-parameters: |
138                 ODL_BRANCH=$BRANCH
139                 BRANCH=$BRANCH
140                 GERRIT_REFSPEC=$GERRIT_REFSPEC
141                 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
142                 GERRIT_CHANGE_ID=$GERRIT_CHANGE_ID
143                 GERRIT_PATCHSET_NUMBER=$GERRIT_PATCHSET_NUMBER
144                 GERRIT_PATCHSET_REVISION=$GERRIT_PATCHSET_REVISION
145                 NETVIRT_ARTIFACT=$NETVIRT_ARTIFACT
146                 TOPOLOGY=$TOPOLOGY
147                 OS_VERSION=$OS_VERSION
148               node-parameters: true
149               kill-phase-on: FAILURE
150               abort-all-job: true
151       - multijob:
152           name: csit
153           condition: ALWAYS
154           projects:
155             - name: cperf-apex-csit-{stream}
156               predefined-parameters: |
157                 ODL_BRANCH=$BRANCH
158                 RC_FILE_PATH=$SNAP_CACHE/overcloudrc
159                 NODE_FILE_PATH=$SNAP_CACHE/node.yaml
160                 SSH_KEY_PATH=$SNAP_CACHE/id_rsa
161                 ODL_CONTAINERIZED=false
162                 OS_VERSION=$OS_VERSION
163               node-parameters: true
164               kill-phase-on: NEVER
165               abort-all-job: false
166       - multijob:
167           name: functest
168           condition: SUCCESSFUL
169           projects:
170             - name: 'functest-netvirt-virtual-suite-master'
171               predefined-parameters: |
172                 DEPLOY_SCENARIO=os-odl-nofeature-$TOPOLOGY
173                 FUNCTEST_MODE=testcase
174                 FUNCTEST_SUITE_NAME=tempest_smoke
175                 RC_FILE_PATH=$HOME/cloner-info/overcloudrc
176               node-parameters: true
177               kill-phase-on: FAILURE
178               abort-all-job: false
179       - multijob:
180           name: postprocess
181           condition: ALWAYS
182           projects:
183             - name: 'odl-netvirt-verify-virtual-postprocess-{stream}'
184               current-parameters: false
185               predefined-parameters: |
186                 BRANCH=$BRANCH
187                 GERRIT_REFSPEC=$GERRIT_REFSPEC
188                 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
189                 GERRIT_CHANGE_ID=$GERRIT_CHANGE_ID
190                 GERRIT_PATCHSET_NUMBER=$GERRIT_PATCHSET_NUMBER
191                 GERRIT_PATCHSET_REVISION=$GERRIT_PATCHSET_REVISION
192                 NETVIRT_ARTIFACT=$NETVIRT_ARTIFACT
193               node-parameters: true
194               kill-phase-on: FAILURE
195               abort-all-job: false
196
197 - job-template:
198     name: 'odl-netvirt-verify-virtual-{phase}-{stream}'
199
200     disabled: '{obj:disabled}'
201
202     concurrent: true
203
204     properties:
205       - logrotate-default
206       - throttle:
207           enabled: true
208           max-total: 5
209           max-per-node: 1
210           option: 'project'
211       - build-blocker:
212           use-build-blocker: true
213           blocking-jobs:
214             - 'odl-netvirt-verify-virtual-create-apex-vms-.*'
215             - 'odl-netvirt-verify-virtual-install-netvirt-.*'
216             - 'functest-netvirt-virtual-suite-.*'
217             - 'odl-netvirt-verify-virtual-postprocess-.*'
218           block-level: 'NODE'
219
220     wrappers:
221       - ssh-agent-wrapper
222       - timeout:
223           timeout: 360
224           fail: true
225
226     scm:
227       - git:
228           url: https://gerrit.opnfv.org/gerrit/apex
229           branches:
230             - 'origin/master'
231           timeout: 15
232           wipe-workspace: true
233
234     parameters:
235       - project-parameter:
236           project: '{project}'
237           branch: '{branch}'
238       - '{slave-label}-defaults'
239       - '{installer}-defaults'
240       - string:
241           name: DEPLOY_SCENARIO
242           default: 'os-odl-nofeature-noha'
243           description: 'Scenario to deploy and test'
244       - string:
245           name: GS_URL
246           default: artifacts.opnfv.org/apex
247           description: "URL to Google Storage with snapshot artifacts."
248
249     builders:
250       - description-setter:
251           description: "Built on $NODE_NAME"
252       - '{project}-verify-{phase}-builder'
253 #####################################
254 # builder macros
255 #####################################
256 - builder:
257     name: 'netvirt-verify-create-apex-vms-builder'
258     builders:
259       - shell:
260           !include-raw: ../apex/apex-snapshot-deploy.sh
261 - builder:
262     name: 'netvirt-verify-install-netvirt-builder'
263     builders:
264       - shell:
265           !include-raw: ./download-netvirt-artifact.sh
266       - shell:
267           !include-raw: ./install-netvirt.sh
268 - builder:
269     name: 'netvirt-verify-postprocess-builder'
270     builders:
271       - shell:
272           !include-raw: ./postprocess-netvirt.sh
273
274 - builder:
275     name: 'detect-opnfv-snapshot'
276     builders:
277       - shell:
278           !include-raw: ./detect-snapshot.sh