forked from SonarSource/SonarJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cix.yml
50 lines (37 loc) · 789 Bytes
/
.cix.yml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Definition of QA pipeline at SonarSource
#
# Possible values for SLAVE: "performance" (for perf tests) and "linux" (for linux machines connected to DB services)
TEST:
- plugin
- ruling
- ci
SQ_VERSION:
- DEV
- LATEST_RELEASE
- LATEST_RELEASE[6.7]
exclude:
- SLAVE: linux
TEST: ci
- SLAVE: windows
TEST: ruling
- TEST: plugin
SLAVE: linux
SQ_VERSION: LATEST_RELEASE
- TEST: ruling
SLAVE: linux
SQ_VERSION: DEV
- TEST: ruling
SLAVE: linux
SQ_VERSION: LATEST_RELEASE[6.7]
- TEST: plugin
SLAVE: windows
SQ_VERSION: DEV
- TEST: plugin
SLAVE: windows
SQ_VERSION: LATEST_RELEASE[6.7]
- TEST: ci
SLAVE: windows
SQ_VERSION: DEV
- TEST: ci
SLAVE: windows
SQ_VERSION: LATEST_RELEASE[6.7]