diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-19 08:30:10 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-19 08:30:10 +0100 |
commit | ef6ebbd8c6a82b3371163509e5e022eccd79a243 (patch) | |
tree | 58ffd5cb6d3d6ff90009218514481918a1ae568a /.cix.yml | |
parent | 1387ed6576fdc6e1c41a4ceb4fd76e8e0681f76d (diff) | |
download | sonarqube-ef6ebbd8c6a82b3371163509e5e022eccd79a243.tar.gz sonarqube-ef6ebbd8c6a82b3371163509e5e022eccd79a243.zip |
Enable categories 2, 3 and 4 of ITs in QA
Diffstat (limited to '.cix.yml')
-rw-r--r-- | .cix.yml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -11,6 +11,7 @@ RUN_ACTIVITY: - run-db-unit-tests-oracle12c - run-db-unit-tests-postgresql93 - run-db-integration-tests-mssql2014-Category1 + - run-db-integration-tests-mssql2014-Category2 - run-it-released-plugins - run-perf-tests @@ -29,6 +30,12 @@ exclude: SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category1 SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category2 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category3 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category4 + SLAVE_TYPE: performance - RUN_ACTIVITY: run-it-released-plugins SLAVE_TYPE: performance - RUN_ACTIVITY: run-perf-tests |