From e851411f7fd6a1e9f8e94caf92ef10699acb03a9 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 5 Feb 2016 16:51:05 +0100 Subject: Enable QA pipeline at SonarSource --- .cix.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .cix.yml (limited to '.cix.yml') diff --git a/.cix.yml b/.cix.yml new file mode 100644 index 00000000000..b1bd22581de --- /dev/null +++ b/.cix.yml @@ -0,0 +1,28 @@ +# Definition of QA pipeline at SonarSource +# +# Possible values for SLAVE_TYPE: "performance" (for perf tests) and "gva" (for linux machines connected to DB services) + + +RUN_ACTIVITY: + - run-db-unit-tests-mysql56 + - run-db-unit-tests-mssql2012 + - run-db-unit-tests-mssql2014 + - run-db-unit-tests-oracle11g + - run-db-unit-tests-oracle12c + - run-db-unit-tests-postgresql93 + +exclude: + - RUN_ACTIVITY: run-db-unit-tests-mysql56 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-unit-tests-mssql2012 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-unit-tests-mssql2014 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-unit-tests-oracle11g + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-unit-tests-oracle12c + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-unit-tests-postgresql93 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-perf-tests + SLAVE_TYPE: gva -- cgit v1.2.3