-
Notifications
You must be signed in to change notification settings - Fork 939
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
Multi repository triggers doesn't work with batch mode #571
Comments
Hi @mblaschke-daimlertruck thanks for reporting! We are working on more prioritized issues at the moment, but will get back to this one soon. |
We are also effected by this and would appreciate a fix |
@keen85 So far the product group refused to change this behaviour. GitHub actions are providing this feature with the concurrency setting in yaml. |
After some further discussion the product team refused to implement the feature so there will be no proper pipeline lock in future. Because of this issue and because Azure DevOps is lacking support for the upcoming changes in Azure (eg. no kubelogin support, the lack of support for custom pipeline agents, lack of support of version selections in lots of tasks, ...) we've decided to migrate to another solution instead as we have the feeling that Microsoft is dropping Azure DevOps. It's funny that Azure DevOps is developed in GitHub so it seems that the major focus from Microsoft is actually GitHub and not Azure DevOps. |
Any update on this issue? I can see that it is still have status Open! I think it's a quite common case having multiple repositories aggregated into one deployment and test pipeline and a wish to have a stable environment for testing until testing is done. Are there any good/simple workarounds for this? |
@KjellTillstrand ADO tasks are way behind their GitHub actions and i don't see so much activity on ADO tasks anymore: https://github.com/microsoft/azure-pipelines-tasks/graphs/contributors |
I'm trying to setup a pipeline which should trigger when changes in multiple repositories are detected but with a batched job:
This pipeline triggers when changes in self are detected but not in repo1.
If i disable
batch: true
on repo1 then also the pipeline runs for commits in repo1, but doesn't care if there is already job running.The text was updated successfully, but these errors were encountered: