-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
/azp run
can't start a pipeline if it is marked as pr: none
#32777
Comments
@sandreenko only 1 area label please - see why |
Well, so far I'm not aware of any indication that AzDO would be planning to roll out a fix / new functionality addressing this issue in the short term especially as this is kind of a feature request rather than a mere bugfix. |
Can you please remind me why some pipelines like the one mentioned in the top aren't triggerable? How is this pipeline different from the libraries outerloop which is triggerable? |
I think the task is:
right now if we delete |
Isn't /azp run already a no-op in dotnet/runtime as we set the pipeline limit to 10 and we have more than that? |
I think if we just remove the PR triggers and then set the options on the UI that the pipeline requires a comment to run, it would solve this issue.
Yeah, this would happen and no pipelines would run, so I'm OK with removing the |
@trylek can you help with that as you know which coreclr pipelines make sense to be triggered by an /azp command? I believe we just need to remove the |
If I'm right to understand that we still operate under the limitation that "/azp run" runs all the eligible pipelines, I guess we should only support a relatively small number of pipelines to avoid clogging the system by use of the parameterless command. I guess this rules out all the stress tests and mostly leaves in pipelines representing build variations - R2R, Crossgen2, maybe jit-experimental. Adding @BruceForstall who has the best knowledge of our pipeline portfolio and its usefulness to chime in. |
/azp run doesn't do anything as we exceed the specified pipeline limit (10): #41620 (comment) |
OK, in such case I guess I'll just modify the UI settings for all pipelines as you described above and then we can arbitrarily start removing the |
Thanks Tomas |
Yes, we can close the issue now. Thanks |
Originally posted by @azure-pipelines in #32362 (comment)
with
/azp list
you can get the list of the available pipeline, but if you try to trigger them you will see:Azure Pipelines could not run because the pipeline triggers exclude this branch/path.
because they have that setting:
runtime/eng/pipelines/coreclr/ci.yml
Line 26 in 3216324
So if we want to be able to trigger something with
/azp run pipeline name
we need to do the workaround from https://github.com/MicrosoftDocs/vsts-docs/issues/4206The text was updated successfully, but these errors were encountered: