From: Simon Brandhof Date: Fri, 19 Feb 2016 07:30:10 +0000 (+0100) Subject: Enable categories 2, 3 and 4 of ITs in QA X-Git-Tag: 5.5-M4~19 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ef6ebbd8c6a82b3371163509e5e022eccd79a243;p=sonarqube.git Enable categories 2, 3 and 4 of ITs in QA --- diff --git a/.cix.yml b/.cix.yml index dea2b59376a..df4b2a27a69 100644 --- a/.cix.yml +++ b/.cix.yml @@ -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