Unfortunately, I don't really find the output of the graph to be very understandable. It doesn't give me a good understanding of what percentage of buildbot tests are passing on Python 3, and what are failing, what the progress is.....and I'm working on this stuff!
One limitation of Travis is that stdout/stderr output of a Travis job is limited to something really low, like 4 MB. This is inconvenient because we want to say the names of the tests being run, in addition to any error messages from failing tests. To move forward on this, the work that you do in setting up buildbot-based Python 3 builders will be critical. It will allow us to see the full output of tests passing/failing on Python 3, without the stdout limitations of Travis. It will also give confidence to buildbot users that this is solid stuff. I hope the work I am doing will help the buildbot community. Although there is a lot of competition in the CI/CD space these days, I think that buildbot has a lot to offer in this space, and I hope it stays vibrant and relevant. Jumping on the Python 3 bandwagon is a pain in the neck initially, but it is the direction that Python is going in, so helps the code be vibrant and relevant. -- Craig On Tue, Jan 31, 2017 at 1:58 AM, Pierre Tardy <[email protected]> wrote: > > Which means we can actually create some builds with python3! > > I will be releasing the first py3 capable buildbot worker in beginning of > february, and I hope we can have a py3 capable master for the following > release. > > I will be pleased to see more people helping on this matter. I think this > is indeed a good opportunity for people to help Buildbot. > Despite what you are saying, I am convinced there are still many of the > remaining tests that should be workable under a few hours. > Buildbot being very heavily unit tested helps a lot for this kind of > refactorizations. > > Of course, I will be willing to help for the hardest steps, please let me > know where you are stuggling > > Pierre > >
_______________________________________________ users mailing list [email protected] https://lists.buildbot.net/mailman/listinfo/users
