diff options
Diffstat (limited to '.cix.yml')
-rw-r--r-- | .cix.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,7 @@ RUN_ACTIVITY: - run-db-unit-tests-oracle11g - run-db-unit-tests-oracle12c - run-db-unit-tests-postgresql93 + - run-db-integration-tests-oracle12c-Category1 - run-it-released-plugins - run-perf-tests @@ -26,6 +27,8 @@ exclude: SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-unit-tests-postgresql93 SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category1 + SLAVE_TYPE: performance - RUN_ACTIVITY: run-it-released-plugins SLAVE_TYPE: performance - RUN_ACTIVITY: run-perf-tests |