-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathCITA.json5
More file actions
35 lines (34 loc) · 1.06 KB
/
CITA.json5
File metadata and controls
35 lines (34 loc) · 1.06 KB
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
{
defaults: {
secondstimeout: 600,
platforms: ["win","macx86","macarm","pi","linux"],
email: "linkdev@dyalog.com",
dyalogversions: "18-",
errorextractor: "^.*\n.*∧", // a regex to extract error messages from output logs (just take the last two lines to extract something that we can do a ∪ on)
},
tests: [
{
id:"all_18",
test:"./Test/RunTests.aplf",
dyalogversions: "18.2",
env:{
DEBUG_LINKQA: "N",
DYALOGLINK: "${THISPATH}",
DYALOGSTARTUPSE: "${THISPATH}StartupSession;${THISPATH}qse/StartupSession",
CITA_APIDEV: 0,
DYALOGSTARTUPKEEPLINK: 0,
}
},
{
id:"all_19",
test:"./Test/RunTests.aplf",
dyalogversions: "19-",
env:{
DEBUG_LINKQA: "N",
DYALOGLINK: "${THISPATH}",
CITA_APIDEV: 0,
DYALOGSTARTUPKEEPLINK: 0,
}
},
]
}