Prepare to remove trace column from ci_builds
What does this MR do and why?
Related to #18605 (closed)
It removes all application code that was still using the column(i.e., reading the trace from the database) and adds the ignore rule needed for removal.
This column is be safe to remove because it's not being used for writes since before %9.0 and in %11.0 it was added a background migration to archive existing builds with traces in the database.
On .com it looks like there are only a couple of old records that still have data stored this way: #18605 (comment 1058496381)
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.