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 3.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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-upgrade-tests-mssql2014
  16. - run-upgrade-tests-mysql56
  17. - run-upgrade-tests-oracle12c
  18. - run-upgrade-tests-postgresql93
  19. - run-it-released-plugins
  20. - run-perf-tests
  21. exclude:
  22. - RUN_ACTIVITY: run-db-unit-tests-mysql56
  23. SLAVE_TYPE: performance
  24. - RUN_ACTIVITY: run-db-unit-tests-mssql2012
  25. SLAVE_TYPE: performance
  26. - RUN_ACTIVITY: run-db-unit-tests-mssql2014
  27. SLAVE_TYPE: performance
  28. - RUN_ACTIVITY: run-db-unit-tests-oracle11g
  29. SLAVE_TYPE: performance
  30. - RUN_ACTIVITY: run-db-unit-tests-oracle12c
  31. SLAVE_TYPE: performance
  32. - RUN_ACTIVITY: run-db-unit-tests-postgresql93
  33. SLAVE_TYPE: performance
  34. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category1
  35. SLAVE_TYPE: performance
  36. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category2
  37. SLAVE_TYPE: performance
  38. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category3
  39. SLAVE_TYPE: performance
  40. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category4
  41. SLAVE_TYPE: performance
  42. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category5
  43. SLAVE_TYPE: performance
  44. - RUN_ACTIVITY: run-upgrade-tests-mssql2014
  45. SLAVE_TYPE: performance
  46. - RUN_ACTIVITY: run-upgrade-tests-mysql56
  47. SLAVE_TYPE: performance
  48. - RUN_ACTIVITY: run-upgrade-tests-oracle12c
  49. SLAVE_TYPE: performance
  50. - RUN_ACTIVITY: run-upgrade-tests-postgresql93
  51. SLAVE_TYPE: performance
  52. - RUN_ACTIVITY: run-it-released-plugins
  53. SLAVE_TYPE: performance
  54. - RUN_ACTIVITY: run-perf-tests
  55. SLAVE_TYPE: dblinux
  56. - RUN_ACTIVITY: run-db-unit-tests-mysql56
  57. SLAVE_TYPE: windows
  58. - RUN_ACTIVITY: run-db-unit-tests-mssql2012
  59. SLAVE_TYPE: windows
  60. - RUN_ACTIVITY: run-db-unit-tests-mssql2014
  61. SLAVE_TYPE: windows
  62. - RUN_ACTIVITY: run-db-unit-tests-oracle11g
  63. SLAVE_TYPE: windows
  64. - RUN_ACTIVITY: run-db-unit-tests-oracle12c
  65. SLAVE_TYPE: windows
  66. - RUN_ACTIVITY: run-db-unit-tests-postgresql93
  67. SLAVE_TYPE: windows
  68. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category1
  69. SLAVE_TYPE: windows
  70. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category2
  71. SLAVE_TYPE: windows
  72. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category3
  73. SLAVE_TYPE: windows
  74. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category4
  75. SLAVE_TYPE: windows
  76. - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category5
  77. SLAVE_TYPE: windows
  78. - RUN_ACTIVITY: run-upgrade-tests-mssql2014
  79. SLAVE_TYPE: windows
  80. - RUN_ACTIVITY: run-upgrade-tests-mysql56
  81. SLAVE_TYPE: windows
  82. - RUN_ACTIVITY: run-upgrade-tests-oracle12c
  83. SLAVE_TYPE: windows
  84. - RUN_ACTIVITY: run-upgrade-tests-postgresql93
  85. SLAVE_TYPE: windows
  86. - RUN_ACTIVITY: run-perf-tests
  87. SLAVE_TYPE: windows