-
-
Notifications
You must be signed in to change notification settings - Fork 60
Disable Windows 7 on the Python 3.x branch #168
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
Comments
In See: buildmaster-config/master/custom/builders.py Lines 104 to 112 in d87219b
|
We'll remove the XP worker and builders when we remove the 2.7 builders. |
Oh okay, I'll adjust the PR then. |
Windows XP is only used to test Python 2.7. See master.cfg:
|
@vstinner Was the intention to also disable Windows 7 when using the recently added |
I proposed #176 to fix that. |
Can someone try to propose a PR on https://github.com/python/buildmaster-config/blob/master/master/custom/builders.py to remove Windows 7 from stable buildbots? That would remove them from stable on all Python branches.
The other option would be to hack https://github.com/python/buildmaster-config/blob/master/master/custom/workers.py to exclude 3.x branch from Windows 7 workers.
The last option is to hack https://github.com/python/buildmaster-config/blob/master/master/master.cfg to add a special rule to not schedule jobs on the 3.x branch if "win7" flag is present.
I'm not sure which approach is the best. Maybe @zware or @pablogsal have an opinion on that :-)
The text was updated successfully, but these errors were encountered: