Skip to content

Fix deployment blockers issues

Steve Abrams requested to merge delivery6708-fix-deployment-blockers-issues into master

What does this MR do and why?

There are some bugs with the automated weekly Deployment Blockers issues described in gitlab-com/gl-infra/delivery#6708 (closed). This MR fixes them:

  1. When the ~"Deploys-blocked-gprd::0.5hr" or the ~"Deploys-blocked-gstg::0.5hr" labels are used, they are populated in the table as 5 hours. This MR updates the parsing logic to evaluate them as 0.5
  2. The table is populating backwards: gstg values are being put in the gprd column and gprd values are being put in the gstg value. This MR switches the column headers so they are correct.

Author Check-list

  • [-] Has documentation been updated?

Merge request reports