diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-10-24 14:31:10 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-10-24 14:31:10 +0200 |
commit | 5e3e8bd5ccf3ab8ae1fb675beb4c2f5de0ac22c5 (patch) | |
tree | c6863d3fe2a1bcc9fa28bac8d00dc1113a0ac1ca /.cix.yml | |
parent | fa2be375fe709f6fcf037cb1dd8e2303a9a57366 (diff) | |
download | sonarqube-5e3e8bd5ccf3ab8ae1fb675beb4c2f5de0ac22c5.tar.gz sonarqube-5e3e8bd5ccf3ab8ae1fb675beb4c2f5de0ac22c5.zip |
Exclude performance / windows jobs execution on MySQL
Diffstat (limited to '.cix.yml')
-rw-r--r-- | .cix.yml | 30 |
1 files changed, 25 insertions, 5 deletions
@@ -28,8 +28,8 @@ RUN_ACTIVITY: - run-db-integration-tests-postgresql93-Category3 - run-db-integration-tests-postgresql93-Category4 - run-db-integration-tests-postgresql93-Category5 -# - run-upgrade-tests-mssql2014 # - run-upgrade-tests-mysql56 +# - run-upgrade-tests-mssql2014 # - run-upgrade-tests-oracle12c # - run-upgrade-tests-postgresql93 - run-it-released-plugins @@ -48,6 +48,16 @@ exclude: SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-unit-tests-postgresql93 SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category1 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category2 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category3 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category4 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category5 + SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category1 SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category2 @@ -78,10 +88,10 @@ exclude: SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category5 SLAVE_TYPE: performance - - RUN_ACTIVITY: run-upgrade-tests-mssql2014 - SLAVE_TYPE: performance - RUN_ACTIVITY: run-upgrade-tests-mysql56 SLAVE_TYPE: performance + - RUN_ACTIVITY: run-upgrade-tests-mssql2014 + SLAVE_TYPE: performance - RUN_ACTIVITY: run-upgrade-tests-oracle12c SLAVE_TYPE: performance - RUN_ACTIVITY: run-upgrade-tests-postgresql93 @@ -104,6 +114,16 @@ exclude: SLAVE_TYPE: windows - RUN_ACTIVITY: run-db-unit-tests-postgresql93 SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category1 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category2 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category3 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category4 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-mysql56-Category5 + SLAVE_TYPE: windows - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category1 SLAVE_TYPE: windows - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category2 @@ -134,10 +154,10 @@ exclude: SLAVE_TYPE: windows - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category5 SLAVE_TYPE: windows - - RUN_ACTIVITY: run-upgrade-tests-mssql2014 - SLAVE_TYPE: windows - RUN_ACTIVITY: run-upgrade-tests-mysql56 SLAVE_TYPE: windows + - RUN_ACTIVITY: run-upgrade-tests-mssql2014 + SLAVE_TYPE: windows - RUN_ACTIVITY: run-upgrade-tests-oracle12c SLAVE_TYPE: windows - RUN_ACTIVITY: run-upgrade-tests-postgresql93 |