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

Conversation

Martchus
Copy link
Contributor

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

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
@mergify mergify bot merged commit 64352ee into os-autoinst:master Jul 14, 2022
@Martchus Martchus deleted the investigate branch July 14, 2022 11:42
@Martchus
Copy link
Contributor Author

You have already approved before I could share the screenshot :-)

Well, here's nevertheless an example of a job where the investigation was needlessly postponed because of a running chained sibling:

screenshot_20220714_134228

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.

None yet

2 participants