Skip to content

Draft: Ignore shared_runners related columns for namespace and project

Tianwen Chen requested to merge 277452-ignore-columns into master

What does this MR do and why?

This is a MR:

Columns to drop are:

  • namespace_statistics.shared_runners_seconds and namespace_statistics.shared_runners_seconds_last_reset
  • project_statistics.shared_runners_seconds and project_statistics.shared_runners_seconds_last_reset
  • namespaces.last_ci_minutes_notification_at and namespaces.last_ci_minutes_usage_notification_level

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.

Related to #277452

Edited by Tianwen Chen

Merge request reports