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 1000B

1234567891011121314151617181920212223242526272829303132
  1. # Definition of QA pipeline at SonarSource
  2. #
  3. # Possible values for SLAVE_TYPE: "performance" (for perf tests) and "gva" (for linux machines connected to DB services)
  4. RUN_ACTIVITY:
  5. - run-db-unit-tests-mysql56
  6. - run-db-unit-tests-mssql2012
  7. - run-db-unit-tests-mssql2014
  8. - run-db-unit-tests-oracle11g
  9. - run-db-unit-tests-oracle12c
  10. - run-db-unit-tests-postgresql93
  11. - run-it-released-plugins
  12. - run-perf-tests
  13. exclude:
  14. - RUN_ACTIVITY: run-db-unit-tests-mysql56
  15. SLAVE_TYPE: performance
  16. - RUN_ACTIVITY: run-db-unit-tests-mssql2012
  17. SLAVE_TYPE: performance
  18. - RUN_ACTIVITY: run-db-unit-tests-mssql2014
  19. SLAVE_TYPE: performance
  20. - RUN_ACTIVITY: run-db-unit-tests-oracle11g
  21. SLAVE_TYPE: performance
  22. - RUN_ACTIVITY: run-db-unit-tests-oracle12c
  23. SLAVE_TYPE: performance
  24. - RUN_ACTIVITY: run-db-unit-tests-postgresql93
  25. SLAVE_TYPE: performance
  26. - RUN_ACTIVITY: run-it-released-plugins
  27. SLAVE_TYPE: performance
  28. - RUN_ACTIVITY: run-perf-tests
  29. SLAVE_TYPE: gva