Make it obvious when pipeline optimization has been applied
evaluating
Esha Joshi
Currently, when the pipeline optimization feature is used on the Platform, there’s no clear indication in the UI that it has been applied to a given run. The only way to verify this is by inspecting the resolved configuration and manually checking for process directives associated with the optimized profile.
It would be helpful to make this more visible directly in the run details, for example, in the Run Info section or alongside the run’s labels so users can quickly confirm whether optimization was applied without digging into the config. The resolved config can be very lengthy for certain pipelines.
Why this matters:
- Helps users verify that performance improvements (e.g. faster runtimes, cost savings) are expected
- Helps in troubleshooting by confirming whether optimization was applied
- Supports reproducibility and auditability in production/regulated settings
Anton Tsyganov-Bodounov
evaluating
Rob Newman
acknowledged