From 177f4fc9b1b002b33bf08369311350253ec161ca Mon Sep 17 00:00:00 2001 From: David Rohr Date: Tue, 10 Nov 2020 19:06:36 +0100 Subject: [PATCH] TPC: Add task for receiving TPCTrackingQA from external --- Modules/TPC/CMakeLists.txt | 1 + .../run/tpcQCTrackingFromExternal_direct.json | 38 +++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 Modules/TPC/run/tpcQCTrackingFromExternal_direct.json diff --git a/Modules/TPC/CMakeLists.txt b/Modules/TPC/CMakeLists.txt index 734568c259..a433598c8e 100644 --- a/Modules/TPC/CMakeLists.txt +++ b/Modules/TPC/CMakeLists.txt @@ -82,4 +82,5 @@ install(FILES run/tpcQCPID_sampled.json run/tpcQCSimpleTrending.json run/tpcQCTrendingClusters.json run/tpcQCClusters_direct.json + run/tpcQCTrackingFromExternal_direct.json DESTINATION etc) diff --git a/Modules/TPC/run/tpcQCTrackingFromExternal_direct.json b/Modules/TPC/run/tpcQCTrackingFromExternal_direct.json new file mode 100644 index 0000000000..981e119754 --- /dev/null +++ b/Modules/TPC/run/tpcQCTrackingFromExternal_direct.json @@ -0,0 +1,38 @@ +{ + "qc": { + "config": { + "database": { + "implementation": "CCDB", + "host": "ccdb-test.cern.ch:8080", + "username": "not_applicable", + "password": "not_applicable", + "name": "not_applicable" + }, + "Activity": { + "number": "42", + "type": "2" + }, + "monitoring": { + "url": "infologger:///debug?qc" + }, + "consul": { + "url": "http://consul-test.cern.ch:8500" + }, + "conditionDB": { + "url": "ccdb-test.cern.ch:8080" + } + }, + "tasks": { + }, + "externalTasks": { + "TPCTrackingQA": { + "active": "true", + "query": "TPCTrackingQA:TPC/TRACKINGQA/0", "": "Use the task name as binding (encouraged)" + } + }, + "checks": { + } + }, + "dataSamplingPolicies": [ + ] +}