CPAlgorithms: enable systematics filtering in config blocks
The systematics regexp filtering option is exposed in the relevant config block, which also makes it accessible to the YAML config. One can then write:
CommonServices:
filterSystematics: ".*(JER|PRW).*?"
to run only those systematics that contain "JER" or "PRW" (or are the nominal variation, represented by the empty string). Or instead
CommonServices:
filterSystematics: "(?:(?!JER|PRW).)*"
to veto any systematics that contain "JER" or "PRW" (i.e. run everything else, including nominal).
Merge request reports
Activity
The system selected 20 tests to probe the Athena changeset (out of 65 available tests). Link to tests selection rules CI Result SUCCESS (hash 889e2007)Athena AnalysisBase AthAnalysis externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 79335]added analysis-review-approved label and removed analysis-review-required label
added review-approved label and removed review-pending-level-1 label
mentioned in commit c2c71ddd
added sweep:ignore label