blob: c3f05429ecc4234c9194eca7e7bb9e3ec83a8013 (
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
|
---
- parameter:
name: integration-test-plan
parameters:
- string:
name: TESTPLAN
default: '{test-plan}'
description: 'General test plan we will run unless stream-specific one is found'
- parameter:
name: integration-test-options
parameters:
- string:
name: TESTOPTIONS
default: '{test-options}'
description: 'Robot command options'
- builder:
name: integration-install-robotframework
builders:
- shell:
!include-raw:
- include-raw-integration-install-robotframework.sh
- builder:
name: integration-run-test
builders:
- shell: "${WORKSPACE}/test/csit/run-csit.sh ${TESTPLAN} ${TESTOPTIONS}"
- builder:
name: integration-autorelease-fix-relativepaths
builders:
- shell: "${WORKSPACE}/autorelease/scripts/fix-relativepaths.sh"
- builder:
name: integration-autorelease-set-version
builders:
- shell: "${WORKSPACE}/autorelease/scripts/set-version.sh"
- publisher:
name: integration-robot
publishers:
- robot:
output-path: 'archives'
other-files: ''
unstable-threshold: '{unstable-if}'
pass-threshold: '{pass-if}'
only-critical: false
|