Skip to content

Change retry to run again jobs for successful jobs

Payton Burdette requested to merge 218805-change-retry-wording into master

What does this MR do and why?

In the context of jobs, rename the text Retry to Run again when a job has passed but can be ran again. If the job has failed and can be retried, then the text stays the same Retry. All other tooltips for job actions should stay the same.

Makes changes to:

  • Jobs table (used for pipelines job tab and ci/cd jobs list)
  • Pipeline graph job
  • Pipeline mini graph job

Screenshots or screen recordings

Jobs table

before after
Screen_Shot_2023-01-27_at_11.30.53_AM Screen_Shot_2023-01-27_at_11.36.50_AM

Pipeline graph

before after
Screen_Shot_2023-01-27_at_2.54.41_PM Screen_Shot_2023-01-27_at_2.54.20_PM

Pipeline mini graph

before after
Screen_Shot_2023-01-30_at_9.20.53_AM Screen_Shot_2023-01-30_at_9.27.07_AM

How to set up and validate locally

  1. CI/CD > Jobs - check tooltips
  2. CI/CD > Pipelines > Single pipeline - check tooltips
  3. CI/CD > Pipelines > Click mini graph - check tooltips

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

Edited by Payton Burdette

Merge request reports