Skip to content

Add Trigger flag to disable CPS

Rafal Bielski requested to merge rbielski/athena:flag-disable-cps into master

Add the flag ConfigFlags.Trigger.disableCPS to disable Consistent Prescale Sets globally. It works by removing the CPS groups from the chain definitions during menu generation. IIUC, this was @khoo's idea in ATR-24744.

Make use of this flag in the TrigInDetValidation tests, adding it to the Trigger step preExec by default.

Fixes ATR-24744 and fixes ATR-24761 which is the same issue.

Tagging @sutt, @hartj

Merge request reports