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

Postpone investigation jobs only if pending jobs are in same cluster #173

Merged
merged 1 commit into from
Jul 14, 2022

Commits on Jul 14, 2022

  1. Postpone investigation jobs only if pending jobs are in same cluster

    Before this change, investigation jobs are postponed if *any* dependency is
    still pending. For instance, a pending chained sibling would cause the
    investigation of a job to be postponed. That's not needed so this change
    will postpone the investigation only if there are pending jobs in the same
    parallel cluster.
    
    See https://progress.opensuse.org/issues/95783#note-64
    Martchus committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    38a19b4 View commit details
    Browse the repository at this point in the history