-
Notifications
You must be signed in to change notification settings - Fork 4.2k
DONT MERGE test exclude path on CI #58711
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
|
In general you cannot use excludes in our CI system. The reason is that many of our checks are required and GitHub interprets that as "required to pass". If you have an excluded file, make a change and submit a PR then the checks do not run at all. That is not considered passing hence the PR is red. |
|
@jaredpar The PR is currently red due to non-required checks I believe. |
|
@jaredpar Can you see if the merge button is available after an approval? (without actually merging) |
|
@jaredpar Here it is. It's green :) This is what I'm seeing at this PR currently. I hope GitHub isn't showing something else to people with write access. |
|
Interesting ... it is green now. I'm wondering if something changed. This did not used to be the case. That is why we've never used exclusions before, it basically had zero value with required checks. It does seem to be working now though. |
|
Yup I think GitHub behavior has changed at some point of time. Let's close this dummy PR and try to get #58712 merged 🎉 |

No description provided.