DPL: add possibility to disable downscaling of processing reporting by env variable#14656
DPL: add possibility to disable downscaling of processing reporting by env variable#14656ktf merged 1 commit intoAliceO2Group:devfrom
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
ea71866 to
1b0694d
Compare
|
Error while checking build/O2/fullCI_slc9 for 1b0694d at 2025-09-12 04:01: Full log here. |
| if (!prescale) { | ||
| prescale = 1; | ||
| } | ||
| bool noDownscaling = false; |
There was a problem hiding this comment.
could you make this static, so that we do not always query the environment:
static bool noDownscaling = getenv("DPL_REPORT_PROCESSING_NO_DOWNSCALING") != nullptr && std::abs(atoi(getenv("DPL_REPORT_PROCESSING_NO_DOWNSCALING")))
|
Error while checking build/O2/fullCI_slc9 for 0fdbed0 at 2025-09-22 03:43: Full log here. |
|
@singiamtel the issue with the failing CCDB tests still seems to persist. @ktf do/can you approve the PR? |
No description provided.