Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cancelling any pending job from /tests/overview #5824

Merged
merged 1 commit into from
Aug 6, 2024

Commits on Aug 6, 2024

  1. Fix cancelling any pending job from /tests/overview

    As @perlpunk found out jobs in "uploading" state can be cancelled from
    the tests details page but not the overview page. Also the alignment of
    icons looks bad in that case as any row with a job in "uploading" shows
    neither the "retrigger" nor the "cancel" action. This commit fixes this
    problem for jobs in any "pending state" including not only "uploading"
    but also "assigned" or "setup". The change changes the explicit check for
    equality to a proper "any" check against the aggregate constant as we
    should be using anyway.
    okurz committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c82e594 View commit details
    Browse the repository at this point in the history