-
Notifications
You must be signed in to change notification settings - Fork 940
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
Add support for 'dependsOn' for individual matrix jobs #420
Comments
In order to consolidate to fewer feedback channels, we've moved suggestions and issue reporting to Developer Community. Sorry for any confusion resulting from this move. |
Moved into Developer Community: https://developercommunity.visualstudio.com/idea/1007464/support-for-dependson-for-individual-matrix-jobs.html |
+1 to this. This is an extremely useful feature, esp. when the matrix items are builds done on different OSs, architectures, etc which can be later tested individually regardless of what happened to the rest. |
+1 to this. Our pipelines would benefit in performance if this feature was available. This is roughly oue schema:
However, I don't need Testx64 to wait for CreateArm64 only for Createx64, but there is no way to express. Oftentimes, one of the create jobs takes significantly longer than the others, which makes waiting times even worse. |
I wanted to follow up on this comment from #20 (comment).
I don't see a way to "reach into" the matrix and depend on a single resulting job. If there is a way, I'd love to hear it. If not, adding that syntactic sugar for this would be helpful.
Example pipeline:
The text was updated successfully, but these errors were encountered: