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 #--------------------------------
171 #--------------------------------
182 - 'functest-{installer}-{pod}-{testsuite}-{stream}'
184 ################################
186 ################################
188 name: 'functest-{installer}-{pod}-{testsuite}-{stream}'
200 name: '$BUILD_NUMBER Suite: $FUNCTEST_SUITE_NAME Scenario: $DEPLOY_SCENARIO'
202 timeout: '{job-timeout}'
208 - '{installer}-defaults'
209 - '{slave-label}-defaults'
210 - 'functest-{testsuite}-parameter'
212 name: DEPLOY_SCENARIO
213 default: 'os-odl_l2-nofeature-ha'
216 default: '{docker-tag}'
217 description: 'Tag to pull docker image'
218 - functest-parameter:
219 gs-pathname: '{gs-pathname}'
223 credentials-id: '{ssh-credentials}'
228 - description-setter:
229 description: "POD: $NODE_NAME"
230 - 'functest-{testsuite}-builder'
232 ########################
234 ########################
236 name: functest-daily-parameter
239 name: FUNCTEST_SUITE_NAME
241 description: "Daily suite name to run"
243 name: functest-weekly-parameter
246 name: FUNCTEST_SUITE_NAME
248 description: "Weekly suite name to run"
250 name: functest-suite-parameter
253 name: FUNCTEST_SUITE_NAME
258 - 'tempest_smoke_serial'
266 - 'tempest_full_parallel'
272 name: TESTCASE_OPTIONS
274 description: 'Addtional parameters specific to test case(s)'
276 name: functest-parameter
280 default: '{gs-pathname}'
281 description: "Version directory where the opnfv documents will be stored in gs repository"
283 name: FUNCTEST_REPO_DIR
284 default: "/home/opnfv/repos/functest"
285 description: "Directory where the Functest repository is cloned"
287 name: PUSH_RESULTS_TO_DB
289 description: "Push the results of all the tests to the resultDB"
293 description: "Show debug output information"
294 ########################
296 ########################
298 name: 'functest-master'
302 ########################
304 ########################
306 name: functest-daily-builder
311 - 'functest-store-results'
315 name: functest-weekly-builder
320 - 'functest-store-results'
324 name: functest-suite-builder
334 !include-raw: ./functest-loop.sh
337 name: functest-weekly
340 !include-raw: ./functest-loop.sh
346 !include-raw: ./functest-suite.sh
349 name: set-functest-env
352 !include-raw: ./set-functest-env.sh
355 name: functest-store-results
358 !include-raw: ../../utils/push-test-logs.sh
361 name: functest-cleanup
364 !include-raw: ./functest-cleanup.sh
370 !include-raw: ./functest-exit.sh