aboutsummaryrefslogtreecommitdiffstats
path: root/.cix.yml
blob: 768bcbd87b901e62952673aacb7803d47e17783b (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
# QA pipeline at SonarSource
# Based on https://wiki.jenkins-ci.org/display/JENKINS/Yaml+Axis+Plugin

RUN_ACTIVITY:
  - run-db-unit-tests-mysql56
  - run-db-unit-tests-mssql2014
  - run-db-unit-tests-mssql2016
  # temporarily disabled because of FP. Oracle DB is too far away from server
  #- run-db-unit-tests-oracle11g
  #- run-db-unit-tests-oracle12c
  - run-db-unit-tests-postgresql93
  - run-db-integration-tests-mysql56-Category1
  - run-db-integration-tests-mysql56-Category2
  - run-db-integration-tests-mysql56-Category3
  - run-db-integration-tests-mysql56-Category4
  - run-db-integration-tests-mysql56-Category5
  - run-db-integration-tests-mysql56-Category6
  - 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-db-integration-tests-mssql2014-Category6
  # temporarily disabled because of FP. Oracle DB is too far away from server
  #- run-db-integration-tests-oracle12c-Category1
  #- run-db-integration-tests-oracle12c-Category2
  #- run-db-integration-tests-oracle12c-Category3
  #- run-db-integration-tests-oracle12c-Category4
  #- run-db-integration-tests-oracle12c-Category5
  #- run-db-integration-tests-oracle12c-Category6
  - run-db-integration-tests-postgresql93-Category1
  - run-db-integration-tests-postgresql93-Category2
  - run-db-integration-tests-postgresql93-Category3
  - run-db-integration-tests-postgresql93-Category4
  - run-db-integration-tests-postgresql93-Category5
  - run-db-integration-tests-postgresql93-Category6
  - run-upgrade-tests-mysql56
  - run-upgrade-tests-mssql2014
  # temporarily disabled because of FP. Oracle DB is too far away from server
  #- run-upgrade-tests-oracle12c
  - run-upgrade-tests-postgresql93
  - run-it-released-plugins
  - run-perf-tests

exclude:
  - RUN_ACTIVITY: run-db-unit-tests-mysql56
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-unit-tests-mssql2014
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-unit-tests-mssql2016
    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-mysql56-Category1
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category2
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category3
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category4
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category5
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category6
    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-db-integration-tests-mssql2014-Category6
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category1
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category2
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category3
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category4
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category5
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category6
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category1
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category2
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category3
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category4
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category5
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category6
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-upgrade-tests-mysql56
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-upgrade-tests-mssql2014
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-upgrade-tests-oracle12c
    SLAVE_TYPE: performance
  - RUN_ACTIVITY: run-upgrade-tests-postgresql93
    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-mssql2014
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-db-unit-tests-mssql2016
    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-mysql56-Category1
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category2
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category3
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category4
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category5
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category6
    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-db-integration-tests-mssql2014-Category6
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category1
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category2
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category3
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category4
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category5
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category6
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category1
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category2
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category3
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category4
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category5
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category6
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-upgrade-tests-mysql56
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-upgrade-tests-mssql2014
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-upgrade-tests-oracle12c
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-upgrade-tests-postgresql93
    SLAVE_TYPE: windows
  - RUN_ACTIVITY: run-perf-tests
    SLAVE_TYPE: windows