Skip to content
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

Should the Tests / Ubuntu (pull_request) not be required on 3.8/3.9 branches? #382

Open
1 task
Mariatta opened this issue Oct 29, 2020 · 3 comments
Open
1 task
Assignees

Comments

@Mariatta
Copy link
Member

Mariatta commented Oct 29, 2020

There are a couple PRs that I noticed (there might be more) where automerging was blocked, because it was waiting for the required check: Tests / Ubuntu (pull_request) to pass.
Looking at these PRs, it appeared that the Tests / Ubuntu (pull_request) were both Skipped on that branch.

python/cpython#22869 [3.8]
python/cpython#22897 [3.9]

Should this check not be required on the 3.9, 3.8 branches?

Todo:

  • Adjust miss-islington to handle skipped tests, instead of expecting all success status
@brettcannon
Copy link
Member

@ambv what's your opinion?

@ambv
Copy link

ambv commented Oct 29, 2020

This is a bug. The tests are required and I'd prefer it stayed that way. Backports are not always a trivial manner, unrelated commits that were not backported could sometimes be required for a change to work correctly.

The bug is that for changes which don't touch code at all we skip running tests whatsoever and this somehow blocks auto-merging. It shouldn't if the step was skipped.

@Mariatta
Copy link
Member Author

Ok I will need to adjust miss-islington to understand that some tests can be skipped. Currently it expects all success status.

@Mariatta Mariatta self-assigned this Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants