diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-04-10 09:49:29 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-04-13 11:51:55 +0200 |
commit | e94c7b5f322a16ecf8c278114e119d9913b6505c (patch) | |
tree | fe48f7f5ba9313d3519aaa4bfc037b03eebaf434 /.cix.yml | |
parent | 5967fbf0de2e02ab48e4c57bd33bddb888b5cf51 (diff) | |
download | sonarqube-e94c7b5f322a16ecf8c278114e119d9913b6505c.tar.gz sonarqube-e94c7b5f322a16ecf8c278114e119d9913b6505c.zip |
Move all organization ITs to Category 6
Diffstat (limited to '.cix.yml')
-rw-r--r-- | .cix.yml | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -13,21 +13,25 @@ RUN_ACTIVITY: - run-db-integration-tests-mysql56-Category3 - run-db-integration-tests-mysql56-Category4 - run-db-integration-tests-mysql56-Category5 + - run-db-integration-tests-mysql56-Category6 - run-db-integration-tests-mssql2014-Category1 - run-db-integration-tests-mssql2014-Category2 - run-db-integration-tests-mssql2014-Category3 - run-db-integration-tests-mssql2014-Category4 - run-db-integration-tests-mssql2014-Category5 + - run-db-integration-tests-mssql2014-Category6 - run-db-integration-tests-oracle12c-Category1 - run-db-integration-tests-oracle12c-Category2 - run-db-integration-tests-oracle12c-Category3 - run-db-integration-tests-oracle12c-Category4 - run-db-integration-tests-oracle12c-Category5 + - run-db-integration-tests-oracle12c-Category6 - run-db-integration-tests-postgresql93-Category1 - run-db-integration-tests-postgresql93-Category2 - run-db-integration-tests-postgresql93-Category3 - run-db-integration-tests-postgresql93-Category4 - run-db-integration-tests-postgresql93-Category5 + - run-db-integration-tests-postgresql93-Category6 - run-upgrade-tests-mysql56 - run-upgrade-tests-mssql2014 - run-upgrade-tests-oracle12c @@ -58,6 +62,8 @@ exclude: SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category5 SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category6 + SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category1 SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category2 @@ -68,6 +74,8 @@ exclude: SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category5 SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category6 + SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category1 SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category2 @@ -78,6 +86,8 @@ exclude: SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category5 SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category6 + SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category1 SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category2 @@ -88,6 +98,8 @@ exclude: SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category5 SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category6 + SLAVE_TYPE: performance - RUN_ACTIVITY: run-upgrade-tests-mysql56 SLAVE_TYPE: performance - RUN_ACTIVITY: run-upgrade-tests-mssql2014 @@ -124,6 +136,8 @@ exclude: SLAVE_TYPE: windows - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category5 SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category6 + SLAVE_TYPE: windows - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category1 SLAVE_TYPE: windows - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category2 @@ -134,6 +148,8 @@ exclude: SLAVE_TYPE: windows - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category5 SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category6 + SLAVE_TYPE: windows - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category1 SLAVE_TYPE: windows - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category2 @@ -144,6 +160,8 @@ exclude: SLAVE_TYPE: windows - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category5 SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category6 + SLAVE_TYPE: windows - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category1 SLAVE_TYPE: windows - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category2 @@ -154,6 +172,8 @@ exclude: SLAVE_TYPE: windows - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category5 SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category6 + SLAVE_TYPE: windows - RUN_ACTIVITY: run-upgrade-tests-mysql56 SLAVE_TYPE: windows - RUN_ACTIVITY: run-upgrade-tests-mssql2014 |