diff options
Diffstat (limited to '.cix.yml')
-rw-r--r-- | .cix.yml | 50 |
1 files changed, 50 insertions, 0 deletions
@@ -13,6 +13,16 @@ RUN_ACTIVITY: - run-db-integration-tests-mssql2014-Category3 - run-db-integration-tests-mssql2014-Category4 - run-db-integration-tests-mssql2014-Category5 + - 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-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-upgrade-tests-mssql2014 - run-upgrade-tests-mysql56 - run-upgrade-tests-oracle12c @@ -43,6 +53,26 @@ exclude: SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category5 SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category1 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category2 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category3 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category4 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category5 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category1 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category2 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category3 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category4 + 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 @@ -79,6 +109,26 @@ exclude: SLAVE_TYPE: windows - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category5 SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category1 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category2 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category3 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category4 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category5 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category1 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category2 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category3 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category4 + 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 |