Skip to content

Move func to run checks to LbAPCommon

Dylan Jaide White requested to merge djwhite/move-checks-run into master

Moves the function that runs the correct check implementation based on a job data dictionary to LbAPCommon. This is done to reduce code duplication between LbAPLocal and LbAnalysisProductions, as currently running checks both locally and in CI tests uses an identical implementation in both repos.

FYI @gtuci

Depends on lbapcommon!47 (merged)

Work related to https://gitlab.cern.ch/lhcb-dpa/project/-/issues/93

Edited by Dylan Jaide White

Merge request reports