summaryrefslogtreecommitdiffstats
path: root/.cix.yml
blob: b1bd22581de8a30424f792348f6860bdbbd9af3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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