blob: 5eb2a49a5b5a228e678077f2401ff9c06481f136 (
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
# Definition of QA pipeline at SonarSource
#
# Possible values for SLAVE_TYPE: "performance" (for perf tests) and "gva" (for linux machines connected to DB services)
RUN_ACTIVITY:
- run-db-unit-tests-mysql56
- run-db-unit-tests-mssql2012
- run-db-unit-tests-mssql2014
- run-db-unit-tests-oracle11g
- run-db-unit-tests-oracle12c
- run-db-unit-tests-postgresql93
- run-db-integration-tests-mssql2014-Category1
- run-db-integration-tests-mssql2014-Category2
- run-db-integration-tests-mssql2014-Category3
- run-db-integration-tests-mssql2014-Category4
- run-db-integration-tests-mssql2014-Category5
- run-upgrade-tests-mssql2014
- run-it-released-plugins
- run-perf-tests
exclude:
- RUN_ACTIVITY: run-db-unit-tests-mysql56
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-db-unit-tests-mssql2012
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-db-unit-tests-mssql2014
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-db-unit-tests-oracle11g
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-db-unit-tests-oracle12c
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-db-unit-tests-postgresql93
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category1
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category2
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category3
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category4
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category5
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-upgrade-tests-mssql2014
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-it-released-plugins
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-perf-tests
SLAVE_TYPE: dblinux
- RUN_ACTIVITY: run-db-unit-tests-mysql56
SLAVE_TYPE: windows
- RUN_ACTIVITY: run-db-unit-tests-mssql2012
SLAVE_TYPE: windows
- RUN_ACTIVITY: run-db-unit-tests-mssql2014
SLAVE_TYPE: windows
- RUN_ACTIVITY: run-db-unit-tests-oracle11g
SLAVE_TYPE: windows
- RUN_ACTIVITY: run-db-unit-tests-oracle12c
SLAVE_TYPE: windows
- RUN_ACTIVITY: run-db-unit-tests-postgresql93
SLAVE_TYPE: windows
- RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category1
SLAVE_TYPE: windows
- RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category2
SLAVE_TYPE: windows
- RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category3
SLAVE_TYPE: windows
- RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category4
SLAVE_TYPE: windows
- RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category5
SLAVE_TYPE: windows
- RUN_ACTIVITY: run-upgrade-tests-mssql2014
SLAVE_TYPE: windows
- RUN_ACTIVITY: run-perf-tests
SLAVE_TYPE: windows
|