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

Fixed missing dependencies in a complex depends_on/matrix case #800

Merged
merged 3 commits into from
Oct 11, 2024

Conversation

fkorotkov
Copy link
Contributor

We did validation of unbalanced tasks first thing in dependency validation. But with a matrix is possible to get several tasks with the same name where some will be balanced and some not. We do matching by name though.

This change move the check after we set as many dependencies as we can. See the test case for more details.

We did validation of unbalanced tasks first thing in dependency validation. But with a matrix is possible to get several tasks with the same name where some will be balanced and some not. We do matching by name though.

This change move the check after we set as many dependencies as we can. See the test case for more details.
@fkorotkov fkorotkov requested a review from edigaryev October 11, 2024 13:15
@fkorotkov fkorotkov merged commit 7413137 into master Oct 11, 2024
11 checks passed
@fkorotkov fkorotkov deleted the fedor-fixed-depends-on-in-matrix branch October 11, 2024 14:11
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