Skip to content

Replace "Play" with "Run" in pipeline action button titles

Chad Lavimoniere requested to merge 20240423-pipeline-play-icon-run into master

What does this MR do and why?

Replaces "Play" with "Run" in pipeline action button titles. This is followup to an internal slack thread from 2024-04-23 (https://gitlab.slack.com/archives/CLW71KM96/p1713877841925679)

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

Scenario Before After
manual job can be manually run Screenshot_2024-04-24_at_15.00.42 Screenshot_2024-04-24_at_14.58.43
all jobs in a stage can be manually run Screenshot_2024-04-24_at_15.05.55 Screenshot_2024-04-24_at_14.59.05
Job on jobs page can be manually run Screenshot_2024-04-24_at_15.01.00 Screenshot_2024-04-24_at_15.07.13

How to set up and validate locally

  1. Check out this branch
  2. Visit a pipeline that has a manual job
  3. Hover over the Play icon on the run button. The title will be "Run"
  4. Visit a pipeline that has a stage where all jobs can be manually run
  5. Hover over the Play icon on the run button for the stage. The title will be "Run all manual"
  6. Visit the Jobs page.
  7. Find a manual job on the page and hover over the Play icon button. The title will be "Run".

Related to #444717 (closed)

Edited by Chad Lavimoniere

Merge request reports