Skip to content

Add printPrimaryConfig for tracking config

Thomas Strebler requested to merge tstreble/athena:PrintPrimary into 24.0

Following the updates of the cloneAndReplace methods with !68913 (merged) when this is called with keepOriginal=True as for the tracking primary pass here, the function used in printActiveConfig

flags.dump(pattern="Tracking.ActiveConfig.*", evaluate=True)

does not return any content.

To circumvent this, adding a function to print out directly the flags from tracking primary config.

Merge request reports