Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. # QA pipeline at SonarSource
  2. # Based on https://wiki.jenkins-ci.org/display/JENKINS/Yaml+Axis+Plugin
  3. RUN_ACTIVITY:
  4. - run-db-unit-tests-mysql56
  5. - run-db-unit-tests-mssql2014
  6. - run-db-unit-tests-mssql2016
  7. - run-db-unit-tests-oracle11g
  8. - run-db-unit-tests-oracle12c
  9. - run-db-unit-tests-postgresql93
  10. - run-db-integration-tests-mysql56-Category1
  11. - run-db-integration-tests-mysql56-Category2
  12. - run-db-integration-tests-mysql56-Category3
  13. - run-db-integration-tests-mysql56-Category4
  14. - run-db-integration-tests-mysql56-Category5
  15. - run-db-integration-tests-mysql56-Category6
  16. - run-db-integration-tests-mssql2014-Category1
  17. - run-db-integration-tests-mssql2014-Category2
  18. - run-db-integration-tests-mssql2014-Category3
  19. - run-db-integration-tests-mssql2014-Category4
  20. - run-db-integration-tests-mssql2014-Category5
  21. - run-db-integration-tests-mssql2014-Category6
  22. - run-db-integration-tests-oracle12c-Category1
  23. - run-db-integration-tests-oracle12c-Category2
  24. - run-db-integration-tests-oracle12c-Category3
  25. - run-db-integration-tests-oracle12c-Category4
  26. - run-db-integration-tests-oracle12c-Category5
  27. - run-db-integration-tests-oracle12c-Category6
  28. - run-db-integration-tests-postgresql93-Category1
  29. - run-db-integration-tests-postgresql93-Category2
  30. - run-db-integration-tests-postgresql93-Category3
  31. - run-db-integration-tests-postgresql93-Category4
  32. - run-db-integration-tests-postgresql93-Category5
  33. - run-db-integration-tests-postgresql93-Category6
  34. - run-upgrade-tests-mysql56
  35. - run-upgrade-tests-mssql2014
  36. - run-upgrade-tests-oracle12c
  37. - run-upgrade-tests-postgresql93
  38. - run-it-released-plugins
  39. - run-perf-tests
  40. exclude:
  41. - RUN_ACTIVITY: run-db-unit-tests-mysql56
  42. SLAVE_TYPE: performance
  43. - RUN_ACTIVITY: run-db-unit-tests-mssql2014
  44. SLAVE_TYPE: performance
  45. - RUN_ACTIVITY: run-db-unit-tests-mssql2016
  46. SLAVE_TYPE: performance
  47. - RUN_ACTIVITY: run-db-unit-tests-oracle11g
  48. SLAVE_TYPE: performance
  49. - RUN_ACTIVITY: run-db-unit-tests-oracle12c
  50. SLAVE_TYPE: performance
  51. - RUN_ACTIVITY: run-db-unit-tests-postgresql93
  52. SLAVE_TYPE: performance
  53. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category1
  54. SLAVE_TYPE: performance
  55. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category2
  56. SLAVE_TYPE: performance
  57. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category3
  58. SLAVE_TYPE: performance
  59. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category4
  60. SLAVE_TYPE: performance
  61. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category5
  62. SLAVE_TYPE: performance
  63. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category6
  64. SLAVE_TYPE: performance
  65. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category1
  66. SLAVE_TYPE: performance
  67. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category2
  68. SLAVE_TYPE: performance
  69. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category3
  70. SLAVE_TYPE: performance
  71. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category4
  72. SLAVE_TYPE: performance
  73. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category5
  74. SLAVE_TYPE: performance
  75. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category6
  76. SLAVE_TYPE: performance
  77. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category1
  78. SLAVE_TYPE: performance
  79. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category2
  80. SLAVE_TYPE: performance
  81. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category3
  82. SLAVE_TYPE: performance
  83. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category4
  84. SLAVE_TYPE: performance
  85. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category5
  86. SLAVE_TYPE: performance
  87. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category6
  88. SLAVE_TYPE: performance
  89. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category1
  90. SLAVE_TYPE: performance
  91. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category2
  92. SLAVE_TYPE: performance
  93. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category3
  94. SLAVE_TYPE: performance
  95. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category4
  96. SLAVE_TYPE: performance
  97. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category5
  98. SLAVE_TYPE: performance
  99. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category6
  100. SLAVE_TYPE: performance
  101. - RUN_ACTIVITY: run-upgrade-tests-mysql56
  102. SLAVE_TYPE: performance
  103. - RUN_ACTIVITY: run-upgrade-tests-mssql2014
  104. SLAVE_TYPE: performance
  105. - RUN_ACTIVITY: run-upgrade-tests-oracle12c
  106. SLAVE_TYPE: performance
  107. - RUN_ACTIVITY: run-upgrade-tests-postgresql93
  108. SLAVE_TYPE: performance
  109. - RUN_ACTIVITY: run-it-released-plugins
  110. SLAVE_TYPE: performance
  111. - RUN_ACTIVITY: run-perf-tests
  112. SLAVE_TYPE: dblinux
  113. - RUN_ACTIVITY: run-db-unit-tests-mysql56
  114. SLAVE_TYPE: windows
  115. - RUN_ACTIVITY: run-db-unit-tests-mssql2014
  116. SLAVE_TYPE: windows
  117. - RUN_ACTIVITY: run-db-unit-tests-mssql2016
  118. SLAVE_TYPE: windows
  119. - RUN_ACTIVITY: run-db-unit-tests-oracle11g
  120. SLAVE_TYPE: windows
  121. - RUN_ACTIVITY: run-db-unit-tests-oracle12c
  122. SLAVE_TYPE: windows
  123. - RUN_ACTIVITY: run-db-unit-tests-postgresql93
  124. SLAVE_TYPE: windows
  125. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category1
  126. SLAVE_TYPE: windows
  127. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category2
  128. SLAVE_TYPE: windows
  129. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category3
  130. SLAVE_TYPE: windows
  131. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category4
  132. SLAVE_TYPE: windows
  133. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category5
  134. SLAVE_TYPE: windows
  135. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category6
  136. SLAVE_TYPE: windows
  137. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category1
  138. SLAVE_TYPE: windows
  139. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category2
  140. SLAVE_TYPE: windows
  141. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category3
  142. SLAVE_TYPE: windows
  143. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category4
  144. SLAVE_TYPE: windows
  145. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category5
  146. SLAVE_TYPE: windows
  147. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category6
  148. SLAVE_TYPE: windows
  149. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category1
  150. SLAVE_TYPE: windows
  151. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category2
  152. SLAVE_TYPE: windows
  153. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category3
  154. SLAVE_TYPE: windows
  155. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category4
  156. SLAVE_TYPE: windows
  157. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category5
  158. SLAVE_TYPE: windows
  159. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category6
  160. SLAVE_TYPE: windows
  161. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category1
  162. SLAVE_TYPE: windows
  163. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category2
  164. SLAVE_TYPE: windows
  165. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category3
  166. SLAVE_TYPE: windows
  167. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category4
  168. SLAVE_TYPE: windows
  169. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category5
  170. SLAVE_TYPE: windows
  171. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category6
  172. SLAVE_TYPE: windows
  173. - RUN_ACTIVITY: run-upgrade-tests-mysql56
  174. SLAVE_TYPE: windows
  175. - RUN_ACTIVITY: run-upgrade-tests-mssql2014
  176. SLAVE_TYPE: windows
  177. - RUN_ACTIVITY: run-upgrade-tests-oracle12c
  178. SLAVE_TYPE: windows
  179. - RUN_ACTIVITY: run-upgrade-tests-postgresql93
  180. SLAVE_TYPE: windows
  181. - RUN_ACTIVITY: run-perf-tests
  182. SLAVE_TYPE: windows