forked from AliceO2Group/QualityControl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbatch-test.json.in
More file actions
74 lines (74 loc) · 1.77 KB
/
Copy pathbatch-test.json.in
File metadata and controls
74 lines (74 loc) · 1.77 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"qc": {
"config": {
"database": {
"implementation": "CCDB",
"host": "ali-qcdb-test.cern.ch:8083",
"username": "not_applicable",
"password": "not_applicable",
"name": "not_applicable"
},
"Activity": {
"number": "42",
"type": "NONE",
"start": "8000000",
"end": "9000000",
"periodName": "LHC9000x",
"passName": "apass500"
},
"monitoring": {
"url": "infologger:///debug?qc"
},
"consul": {
"url": ""
},
"conditionDB": {
"url": "ali-qcdb-test.cern.ch:8083"
}
},
"tasks": {
"BatchTestTask@UNIQUE_ID@": {
"active": "true",
"className": "o2::quality_control_modules::skeleton::SkeletonTask",
"moduleName": "QcSkeleton",
"detectorName": "TST",
"cycleDurationSeconds": "100",
"dataSource": {
"type": "dataSamplingPolicy",
"name": "tst-raw"
},
"movingWindows" : [ "example" ]
}
},
"checks": {
"BatchTestCheck@UNIQUE_ID@": {
"active": "true",
"className": "o2::quality_control_modules::skeleton::SkeletonCheck",
"moduleName": "QcSkeleton",
"policy": "OnAll",
"detectorName": "TST",
"dataSource": [{
"type": "Task",
"name": "BatchTestTask@UNIQUE_ID@",
"MOs": ["example"]
},
{
"type": "TaskMovingWindow",
"name": "BatchTestTask@UNIQUE_ID@",
"MOs": ["example"]
}
]
}
}
},
"dataSamplingPolicies": [
{
"id": "tst-raw",
"active": "true",
"machines": [],
"query": "data:TST/RAWDATA/0",
"samplingConditions": [],
"blocking": "false"
}
]
}