Skip to content

Commit 97afd72

Browse files
authored
TPC: Add task for receiving TPCTrackingQA from external (#545)
1 parent 5074674 commit 97afd72

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

Modules/TPC/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,5 @@ install(FILES run/tpcQCPID_sampled.json
8282
run/tpcQCSimpleTrending.json
8383
run/tpcQCTrendingClusters.json
8484
run/tpcQCClusters_direct.json
85+
run/tpcQCTrackingFromExternal_direct.json
8586
DESTINATION etc)
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"qc": {
3+
"config": {
4+
"database": {
5+
"implementation": "CCDB",
6+
"host": "ccdb-test.cern.ch:8080",
7+
"username": "not_applicable",
8+
"password": "not_applicable",
9+
"name": "not_applicable"
10+
},
11+
"Activity": {
12+
"number": "42",
13+
"type": "2"
14+
},
15+
"monitoring": {
16+
"url": "infologger:///debug?qc"
17+
},
18+
"consul": {
19+
"url": "http://consul-test.cern.ch:8500"
20+
},
21+
"conditionDB": {
22+
"url": "ccdb-test.cern.ch:8080"
23+
}
24+
},
25+
"tasks": {
26+
},
27+
"externalTasks": {
28+
"TPCTrackingQA": {
29+
"active": "true",
30+
"query": "TPCTrackingQA:TPC/TRACKINGQA/0", "": "Use the task name as binding (encouraged)"
31+
}
32+
},
33+
"checks": {
34+
}
35+
},
36+
"dataSamplingPolicies": [
37+
]
38+
}

0 commit comments

Comments
 (0)