Skip to content

Log data for determining global pipeline size limit

Avielle Wolfe requested to merge 285093-measure-num-jobs-in-pipelines into master

What does this MR do?

devopsverify is attempting to determine a reasonable global limit on the number of jobs that can be in a pipeline. To that end, this MR:

  • Adds buckets of 2000 and 3000 to the pipeline size histogram
  • Adds the project name and pipeline source to the data logged when a pipeline exceeds the pipeline size limit
  • Logs (but does not error) any pipeline that has over 2000 jobs, even when no pipeline size limit is set

Issue

#285093

Merge request reports