[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-10 Thread STINNER Victor
STINNER Victor added the comment: Thanks for taking care of our CI, Zach ;-) Buildbots, Travis CI job and AppVeyor are now fixed if I understood correctly, so I close the issue. Serhiy Storchaka: "And disable the "tzdata" resource for skipping generated tests for all timezones in

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 3c7b67bb34bc537b6c0dd9c6e1e4a07dc227b467 by Zachary Ware in branch '2.7': [2.7] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) https://github.com/python/cpython/commit/3c7b67bb34bc537b6c0dd9c6e1e4a07dc227b467 --

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 91581d4225e91e581f44d60d0b87c80778c36d1d by Zachary Ware in branch '3.5': [3.5] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) https://github.com/python/cpython/commit/91581d4225e91e581f44d60d0b87c80778c36d1d --

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset e380c19b7e88d97d3497016f1065d6922415db1c by Zachary Ware in branch '3.6': [3.6] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) https://github.com/python/cpython/commit/e380c19b7e88d97d3497016f1065d6922415db1c --

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2120 ___ Python tracker ___ ___

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2119 ___ Python tracker ___ ___

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2118 ___ Python tracker ___ ___

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 42e3acda86829def9adc354fbee77597b849bf9e by Zachary Ware in branch 'master': bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) https://github.com/python/cpython/commit/42e3acda86829def9adc354fbee77597b849bf9e --

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-05 Thread Zachary Ware
Zachary Ware added the comment: New changeset ddf8f141f0181f9cac05c87383ea60887acffaec by Zachary Ware in branch '2.7': [2.7] bpo-30417: Disable 'cpu' resource on Travis (GH-1928) https://github.com/python/cpython/commit/ddf8f141f0181f9cac05c87383ea60887acffaec --

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-05 Thread Zachary Ware
Zachary Ware added the comment: New changeset 58e5dd1a03b3ce421f07085f8cd6e8566a1ed197 by Zachary Ware in branch '3.5': [3.5] bpo-30417: Disable 'cpu' resource on Travis (GH-1928) https://github.com/python/cpython/commit/58e5dd1a03b3ce421f07085f8cd6e8566a1ed197 --

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-05 Thread Zachary Ware
Zachary Ware added the comment: New changeset d125738e93a35125d0edbe8070dd47160bcda829 by Zachary Ware in branch '3.6': [3.6] bpo-30417: Disable 'cpu' and 'tzdata' resources on Travis (GH-1928) https://github.com/python/cpython/commit/d125738e93a35125d0edbe8070dd47160bcda829 --

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-05 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2034 ___ Python tracker ___ ___

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-05 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2033 ___ Python tracker ___ ___

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-05 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2032 ___ Python tracker ___ ___

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-05 Thread Zachary Ware
Zachary Ware added the comment: New changeset c53b13b270767948fddb58b287149c499f9a03c4 by Zachary Ware in branch 'master': bpo-30417: Disable 'cpu' and 'tzdata' resources on Travis (GH-1928) https://github.com/python/cpython/commit/c53b13b270767948fddb58b287149c499f9a03c4 --

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-04 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2023 ___ Python tracker ___ ___

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-03 Thread Brett Cannon
Brett Cannon added the comment: One thing to note is if we want to speed up things like the coverage run on Travis we may want to make this optionally more deterministic rather than fully random for the 10 selected files, otherwise coverage shifts and we can't rely on any coverage metrics

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This made tests faster by a third! -- ___ Python tracker ___ ___

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-03 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2008 ___ Python tracker ___ ___

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: And disable the "tzdata" resource for skipping generated tests for all timezones in test_datetime. Or make them requiring not only "tzdata", but "cpu". -- nosy: +belopolsky, pitrou, serhiy.storchaka ___ Python

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-05-20 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: +zach.ware ___ Python tracker ___ ___

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-05-20 Thread STINNER Victor
New submission from STINNER Victor: Follow-up of the issue #30314. Copy of Serhiy Storchaka's msg294048: -- test_tools is so slow because it proceeds *all* Python files. This controlled by the "cpu" resource (only 10 random files are chosen if it is disabled). Maybe disable the "cpu" resource