You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.cix.yml 5.4KB

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