aboutsummaryrefslogtreecommitdiffstats
path: root/.cix.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-05 16:51:05 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-10 17:13:16 +0100
commite851411f7fd6a1e9f8e94caf92ef10699acb03a9 (patch)
treeadfa5ee5511d0e4b6c7410279d302b42c9d987ee /.cix.yml
parenta1be1bb19a200cf6cc2e2685972623df96e553fd (diff)
downloadsonarqube-e851411f7fd6a1e9f8e94caf92ef10699acb03a9.tar.gz
sonarqube-e851411f7fd6a1e9f8e94caf92ef10699acb03a9.zip
Enable QA pipeline at SonarSource
Diffstat (limited to '.cix.yml')
-rw-r--r--.cix.yml28
1 files changed, 28 insertions, 0 deletions
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