Skip to content

Link to jobs tab from runner list

Miguel Rincon requested to merge 372869-link-to-jobs-tab-from-runner into master

What does this MR do and why?

This change enhances the runner job status badge so it links the runner jobs tab in the runner details page.

This is the last step in the development of #372869 (closed):

Screenshots or screen recordings

Screenshot_2022-12-06_at_16.11.01

How to set up and validate locally

  1. Visit Admin -> Runners
  2. Click on the Idle (or Running) badge
  3. Confirm it links to the jobs tab in the runner details

Check the badge content

  1. Having at least one runner
  2. Run any job, preferably a long running one (a few minutes)
  3. In the job log page, locate the runner that's running it on the right sidebar (e.g. Runner: #285 (coux-JMn) darwin-top-group-runner-1669300234-196)
  4. Find that runner in the list (/admin/runnners for the admin list) and check that it's labeled as Running.
  5. When the job is done, check that it is Idle

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 #372869 (closed)

Edited by Miguel Rincon

Merge request reports