Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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-mssql2012
  6. - run-db-unit-tests-mssql2014
  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-mssql2014-Category1
  16. - run-db-integration-tests-mssql2014-Category2
  17. - run-db-integration-tests-mssql2014-Category3
  18. - run-db-integration-tests-mssql2014-Category4
  19. - run-db-integration-tests-mssql2014-Category5
  20. - run-db-integration-tests-oracle12c-Category1
  21. - run-db-integration-tests-oracle12c-Category2
  22. - run-db-integration-tests-oracle12c-Category3
  23. - run-db-integration-tests-oracle12c-Category4
  24. - run-db-integration-tests-oracle12c-Category5
  25. - run-db-integration-tests-postgresql93-Category1
  26. - run-db-integration-tests-postgresql93-Category2
  27. - run-db-integration-tests-postgresql93-Category3
  28. - run-db-integration-tests-postgresql93-Category4
  29. - run-db-integration-tests-postgresql93-Category5
  30. # - run-upgrade-tests-mysql56
  31. # - run-upgrade-tests-mssql2014
  32. # - run-upgrade-tests-oracle12c
  33. # - run-upgrade-tests-postgresql93
  34. - run-it-released-plugins
  35. - run-perf-tests
  36. exclude:
  37. - RUN_ACTIVITY: run-db-unit-tests-mysql56
  38. SLAVE_TYPE: performance
  39. - RUN_ACTIVITY: run-db-unit-tests-mssql2012
  40. SLAVE_TYPE: performance
  41. - RUN_ACTIVITY: run-db-unit-tests-mssql2014
  42. SLAVE_TYPE: performance
  43. - RUN_ACTIVITY: run-db-unit-tests-oracle11g
  44. SLAVE_TYPE: performance
  45. - RUN_ACTIVITY: run-db-unit-tests-oracle12c
  46. SLAVE_TYPE: performance
  47. - RUN_ACTIVITY: run-db-unit-tests-postgresql93
  48. SLAVE_TYPE: performance
  49. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category1
  50. SLAVE_TYPE: performance
  51. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category2
  52. SLAVE_TYPE: performance
  53. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category3
  54. SLAVE_TYPE: performance
  55. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category4
  56. SLAVE_TYPE: performance
  57. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category5
  58. SLAVE_TYPE: performance
  59. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category1
  60. SLAVE_TYPE: performance
  61. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category2
  62. SLAVE_TYPE: performance
  63. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category3
  64. SLAVE_TYPE: performance
  65. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category4
  66. SLAVE_TYPE: performance
  67. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category5
  68. SLAVE_TYPE: performance
  69. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category1
  70. SLAVE_TYPE: performance
  71. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category2
  72. SLAVE_TYPE: performance
  73. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category3
  74. SLAVE_TYPE: performance
  75. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category4
  76. SLAVE_TYPE: performance
  77. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category5
  78. SLAVE_TYPE: performance
  79. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category1
  80. SLAVE_TYPE: performance
  81. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category2
  82. SLAVE_TYPE: performance
  83. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category3
  84. SLAVE_TYPE: performance
  85. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category4
  86. SLAVE_TYPE: performance
  87. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category5
  88. SLAVE_TYPE: performance
  89. - RUN_ACTIVITY: run-upgrade-tests-mysql56
  90. SLAVE_TYPE: performance
  91. - RUN_ACTIVITY: run-upgrade-tests-mssql2014
  92. SLAVE_TYPE: performance
  93. - RUN_ACTIVITY: run-upgrade-tests-oracle12c
  94. SLAVE_TYPE: performance
  95. - RUN_ACTIVITY: run-upgrade-tests-postgresql93
  96. SLAVE_TYPE: performance
  97. - RUN_ACTIVITY: run-it-released-plugins
  98. SLAVE_TYPE: performance
  99. - RUN_ACTIVITY: run-perf-tests
  100. SLAVE_TYPE: dblinux
  101. - RUN_ACTIVITY: run-db-unit-tests-mysql56
  102. SLAVE_TYPE: windows
  103. - RUN_ACTIVITY: run-db-unit-tests-mssql2012
  104. SLAVE_TYPE: windows
  105. - RUN_ACTIVITY: run-db-unit-tests-mssql2014
  106. SLAVE_TYPE: windows
  107. - RUN_ACTIVITY: run-db-unit-tests-oracle11g
  108. SLAVE_TYPE: windows
  109. - RUN_ACTIVITY: run-db-unit-tests-oracle12c
  110. SLAVE_TYPE: windows
  111. - RUN_ACTIVITY: run-db-unit-tests-postgresql93
  112. SLAVE_TYPE: windows
  113. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category1
  114. SLAVE_TYPE: windows
  115. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category2
  116. SLAVE_TYPE: windows
  117. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category3
  118. SLAVE_TYPE: windows
  119. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category4
  120. SLAVE_TYPE: windows
  121. - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category5
  122. SLAVE_TYPE: windows
  123. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category1
  124. SLAVE_TYPE: windows
  125. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category2
  126. SLAVE_TYPE: windows
  127. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category3
  128. SLAVE_TYPE: windows
  129. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category4
  130. SLAVE_TYPE: windows
  131. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category5
  132. SLAVE_TYPE: windows
  133. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category1
  134. SLAVE_TYPE: windows
  135. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category2
  136. SLAVE_TYPE: windows
  137. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category3
  138. SLAVE_TYPE: windows
  139. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category4
  140. SLAVE_TYPE: windows
  141. - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category5
  142. SLAVE_TYPE: windows
  143. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category1
  144. SLAVE_TYPE: windows
  145. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category2
  146. SLAVE_TYPE: windows
  147. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category3
  148. SLAVE_TYPE: windows
  149. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category4
  150. SLAVE_TYPE: windows
  151. - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category5
  152. SLAVE_TYPE: windows
  153. - RUN_ACTIVITY: run-upgrade-tests-mysql56
  154. SLAVE_TYPE: windows
  155. - RUN_ACTIVITY: run-upgrade-tests-mssql2014
  156. SLAVE_TYPE: windows
  157. - RUN_ACTIVITY: run-upgrade-tests-oracle12c
  158. SLAVE_TYPE: windows
  159. - RUN_ACTIVITY: run-upgrade-tests-postgresql93
  160. SLAVE_TYPE: windows
  161. - RUN_ACTIVITY: run-perf-tests
  162. SLAVE_TYPE: windows