Skip to content

Add polling to jobs/failed jobs tabs on a single pipeline

Payton Burdette requested to merge 463102-add-polling into master

What does this MR do and why?

Adds etag polling to jobs tab and failed jobs tab on a single pipeline.

Resolves issues

  1. #463102 (closed)
  2. #463101 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Jobs tab

Screenshot_2024-05-22_at_4.54.45_PM

Failed jobs tab

Screenshot_2024-05-22_at_4.50.34_PM

How to set up and validate locally

  1. Visit a running pipeline
  2. See polling updates for active job tab
  3. See polling updates for active failed jobs tab
  4. Polling for the jobs tabs should only happen on the active tab (pipeline header is constantly polled)

Related to #463102 (closed)

Edited by Payton Burdette

Merge request reports