Skip to content
Snippets Groups Projects
Commit 024a19d9 authored by Sergei Zharko's avatar Sergei Zharko Committed by Sergei Zharko
Browse files

Offline QA: specific configuration of the QA task

The commit introduces the possibility of the specific QA task configuration withing the QA-config yaml file.
In the yaml-file, the configuration should be defined under qa/<task name>/specific node. On the task side
the configuration is represented with a plain structure (Config), which can be defined using the function
std::optional<Config> CbmQaTask::ReadSpecificConfig<Config>() in the task initialization function (for
expample see the CbmCaInputQaBase class implementation).

The specific configuration feature is optional and can rely on the default-initialized Config structure, so the "specific" branch
of the QA-configuration file is not mandatory.
parent b0c4b330
1 merge request!1843Offline QA: specific configuration of the QA task
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment