Gary Wu | 0bb72f5 | 2017-07-13 12:32:14 -0700 | [diff] [blame] | 1 | --- |
| 2 | - parameter: |
| 3 | name: integration-test-plan |
| 4 | parameters: |
| 5 | - string: |
| 6 | name: TESTPLAN |
| 7 | default: '{test-plan}' |
| 8 | description: 'General test plan we will run unless stream-specific one is found' |
| 9 | |
| 10 | - parameter: |
| 11 | name: integration-test-options |
| 12 | parameters: |
| 13 | - string: |
| 14 | name: TESTOPTIONS |
| 15 | default: '{test-options}' |
| 16 | description: 'Robot command options' |
| 17 | |
Jessica Wagantall | f3e2db7 | 2017-11-14 00:52:23 -0800 | [diff] [blame] | 18 | - parameter: |
| 19 | name: html-publisher-dir |
| 20 | parameters: |
| 21 | - string: |
| 22 | name: HTMLDIR |
| 23 | default: '{html-dir}' |
| 24 | description: 'Directory location to be used by HTML publisher plugin' |
| 25 | |
| 26 | - parameter: |
| 27 | name: html-publisher-files |
| 28 | parameters: |
| 29 | - string: |
| 30 | name: HTMLFILES |
| 31 | default: '{html-files}' |
| 32 | description: 'File name to be used by HTML publisher plugin to produce the report' |
| 33 | |
Gary Wu | 0bb72f5 | 2017-07-13 12:32:14 -0700 | [diff] [blame] | 34 | - builder: |
| 35 | name: integration-install-robotframework |
| 36 | builders: |
| 37 | - shell: |
| 38 | !include-raw: |
| 39 | - include-raw-integration-install-robotframework.sh |
| 40 | |
| 41 | - builder: |
| 42 | name: integration-run-test |
| 43 | builders: |
| 44 | - shell: "${WORKSPACE}/test/csit/run-csit.sh ${TESTPLAN} ${TESTOPTIONS}" |
| 45 | |
| 46 | - builder: |
| 47 | name: integration-autorelease-fix-relativepaths |
| 48 | builders: |
| 49 | - shell: "${WORKSPACE}/autorelease/scripts/fix-relativepaths.sh" |
| 50 | |
| 51 | - builder: |
| 52 | name: integration-autorelease-set-version |
| 53 | builders: |
| 54 | - shell: "${WORKSPACE}/autorelease/scripts/set-version.sh" |
| 55 | |
| 56 | - publisher: |
| 57 | name: integration-robot |
| 58 | publishers: |
| 59 | - robot: |
| 60 | output-path: 'archives' |
| 61 | other-files: '' |
| 62 | unstable-threshold: '{unstable-if}' |
| 63 | pass-threshold: '{pass-if}' |
| 64 | only-critical: false |