-
Notifications
You must be signed in to change notification settings - Fork 5.2k
test ever-green job for docs-only PRs #120752
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
Conversation
|
@ilonatommy I just run into this with #120938. |
|
Yes, I did not have time to look at it since I noticed suspiciously long run of #120749 (comment) and decided to make this PR to re-test |
|
We most probably have to bind this action with AzDo pipeline pointing to the path with Edit: |
Added note about reopening not triggering Build Analysis.
|
Still not perfect. Build Analysis seems to ignore the new pipeline. |
|
@haruna99 investigated the issue and explained that in runtime, we have Build Analysis filters that are not present in aspnetcore repo. We have to update config file acoording to the instruction. Working on it. |
This PR adds a pipeline to config file that defines which pipelines are taken into consideration during Build Analysis. Contributes to #120752.

#120096 was trying to make build analysis go green if docs-only changes are detected. There is a suspicion it does not work properly.