Skip to content

Add "Retrigger all failed test jobs" to push action menu.#9344

Open
fqueze wants to merge 1 commit intomozilla:masterfrom
fqueze:retrigger-all-failed-test-jobs
Open

Add "Retrigger all failed test jobs" to push action menu.#9344
fqueze wants to merge 1 commit intomozilla:masterfrom
fqueze:retrigger-all-failed-test-jobs

Conversation

@fqueze
Copy link
Copy Markdown
Contributor

@fqueze fqueze commented Mar 26, 2026

  • Adds a "Retrigger all failed test jobs" option to the push action menu on the /jobs page, placed between the "Add new job" and "Trigger missing jobs" items:
image
  • Filters for test failures only, excluding linting jobs (platform === "lint" or job_type_symbol === "mozlint") and build jobs (job_type_name contains "build"), matching the server-side classification used in push health
  • Shows a confirmation dialog with the count of jobs to retrigger, or a warning if there are no failed test jobs
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant