File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments