Skip to content

Record auto_explain for default branch pipelines

Matt Kasa requested to merge run-auto-explain-on-default-branch into master

What does this MR do and why?

This enables the recording of database queries using auto_explain in CI pipelines. As of Capture queries during rspec using pg auto_explain (!125454 - merged) being merged, these were only recorded for merged result pipelines when certain labels are present, this adds if-default-branch-refs in order to generate a canonical report of queries to compare against in future MRs.

Relates to #414325 (closed)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports