1 ###################################
2 # job configuration for functest
3 ###################################
9 #--------------------------------
11 #--------------------------------
19 branch: 'stable/{stream}'
20 gs-pathname: '/{stream}'
22 #--------------------------------
23 # POD, INSTALLER, AND BRANCH MAPPING
24 #--------------------------------
25 # Installers using labels
27 # This section should only contain the installers
28 # that have been switched using labels for slaves
29 #--------------------------------
33 slave-label: fuel-baremetal
37 slave-label: fuel-virtual
41 slave-label: fuel-baremetal
45 slave-label: fuel-virtual
50 slave-label: joid-baremetal
54 slave-label: joid-virtual
58 slave-label: joid-baremetal
62 slave-label: joid-virtual
67 slave-label: compass-baremetal
71 slave-label: compass-virtual
75 slave-label: compass-baremetal
79 slave-label: compass-virtual
91 - apex-verify-colorado:
95 - apex-daily-colorado:
101 slave-label: armband-baremetal
105 slave-label: armband-virtual
109 slave-label: armband-baremetal
113 slave-label: armband-virtual
116 #--------------------------------
118 #--------------------------------
167 #--------------------------------
178 - 'functest-{installer}-{pod}-{testsuite}-{stream}'
180 ################################
182 ################################
184 name: 'functest-{installer}-{pod}-{testsuite}-{stream}'
196 name: '$BUILD_NUMBER Suite: $FUNCTEST_SUITE_NAME Scenario: $DEPLOY_SCENARIO'
198 timeout: '{job-timeout}'
204 - '{installer}-defaults'
205 - '{slave-label}-defaults'
206 - 'functest-{testsuite}-parameter'
208 name: DEPLOY_SCENARIO
209 default: 'os-odl_l2-nofeature-ha'
212 default: '{docker-tag}'
213 description: 'Tag to pull docker image'
214 - functest-parameter:
215 gs-pathname: '{gs-pathname}'
219 credentials-id: '{ssh-credentials}'
224 - description-setter:
225 description: "POD: $NODE_NAME"
226 - 'functest-{testsuite}-builder'
228 ########################
230 ########################
232 name: functest-daily-parameter
235 name: FUNCTEST_SUITE_NAME
237 description: "Daily suite name to run"
239 name: functest-weekly-parameter
242 name: FUNCTEST_SUITE_NAME
244 description: "Weekly suite name to run"
246 name: functest-suite-parameter
249 name: FUNCTEST_SUITE_NAME
254 - 'tempest_smoke_serial'
262 - 'tempest_full_parallel'
268 name: functest-parameter
272 default: '{gs-pathname}'
273 description: "Version directory where the opnfv documents will be stored in gs repository"
275 name: FUNCTEST_REPO_DIR
276 default: "/home/opnfv/repos/functest"
277 description: "Directory where the Functest repository is cloned"
279 name: PUSH_RESULTS_TO_DB
281 description: "Push the results of all the tests to the resultDB"
285 description: "Show debug output information"
286 ########################
288 ########################
290 name: 'functest-master'
294 ########################
296 ########################
298 name: functest-daily-builder
303 - 'functest-store-results'
307 name: functest-weekly-builder
312 - 'functest-store-results'
316 name: functest-suite-builder
326 !include-raw: ./functest-loop.sh
329 name: functest-weekly
332 !include-raw: ./functest-loop.sh
338 !include-raw: ./functest-suite.sh
341 name: set-functest-env
344 !include-raw: ./set-functest-env.sh
347 name: functest-store-results
350 !include-raw: ../../utils/push-test-logs.sh
353 name: functest-cleanup
356 !include-raw: ./functest-cleanup.sh
362 !include-raw: ./functest-exit.sh