From vstinner at redhat.com Mon Jul 1 10:41:42 2019 From: vstinner at redhat.com (Victor Stinner) Date: Mon, 1 Jul 2019 16:41:42 +0200 Subject: [Python-buildbots] Windows ARM32 buildbot In-Reply-To: References: Message-ID: In my experience, running tests sequentially is unsafe. I prefer to use -j1: "Run tests in parallel using 1 child processes" A new process is spawned for each test file. It reduces the risk of side effects between 2 test files. Victor Le lun. 1 juil. 2019 ? 16:32, Paul Monson via Python-Buildbots a ?crit : > > Can someone merge this PR please? > https://github.com/python/buildmaster-config/pull/97 > > I suspect that the socket tests are flaky no Windows ARM32 because of a lack of resource, and I would like to test running one test at time to see if it improves test reliability. > The tests seems less flaky when not running in a buildbot worker, but it might just be that the sample size is too small when running manually > > Thanks, > Paul > _______________________________________________ > Python-Buildbots mailing list > Python-Buildbots at python.org > https://mail.python.org/mailman/listinfo/python-buildbots -- Night gathers, and now my watch begins. It shall not end until my death. From ncoghlan at gmail.com Sun Jul 7 09:44:40 2019 From: ncoghlan at gmail.com (Nick Coghlan) Date: Sun, 7 Jul 2019 23:44:40 +1000 Subject: [Python-buildbots] Some more Fedora and RHEL machines willing to join the fleet In-Reply-To: <1563456797.34481103.1561645148709.JavaMail.zimbra@redhat.com> References: <1512713325.34449791.1561639169893.JavaMail.zimbra@redhat.com> <1563456797.34481103.1561645148709.JavaMail.zimbra@redhat.com> Message-ID: Putting the architecture names in would definitely make a lot of sense. Cheers, Nick. On Fri, 28 Jun 2019 at 00:19, Charalampos Stratakis wrote: > > > > ----- Original Message ----- > > From: "Charalampos Stratakis" > > To: "python-buildbo." > > Sent: Thursday, June 27, 2019 2:39:29 PM > > Subject: [Python-buildbots] Some more Fedora and RHEL machines willing to join the fleet > > > > Hello, > > > > I've recently got some more x86_64 machines that I'd like to add to the > > buildbot fleet. > > > > More specifically, a Fedora 30 (the stable branch of Fedora), a RHEL7 and a > > RHEL8 machine. > > > > I'm gonna add some naming suggestions, just to get things rolling :) > > > > cstratak-fedora-stable, cstratak-RHEL7-x86_64, cstratak-RHEL8-x86_64 > > > > Or maybe even better cstratak-fedora-stable-x86_64. However the first fedora buildbot I added is cstratak-fedora. Could its name be changed to cstratak-fedora-x86_64? > > > -- > > Regards, > > > > Charalampos Stratakis > > Software Engineer > > Python Maintenance Team, Red Hat > > _______________________________________________ > > Python-Buildbots mailing list > > Python-Buildbots at python.org > > https://mail.python.org/mailman/listinfo/python-buildbots > > > > -- > Regards, > > Charalampos Stratakis > Software Engineer > Python Maintenance Team, Red Hat > _______________________________________________ > Python-Buildbots mailing list > Python-Buildbots at python.org > https://mail.python.org/mailman/listinfo/python-buildbots -- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia From Paul.Monson at microsoft.com Wed Jul 10 16:00:33 2019 From: Paul.Monson at microsoft.com (Paul Monson) Date: Wed, 10 Jul 2019 20:00:33 +0000 Subject: [Python-buildbots] Windows ARM32 buildbot In-Reply-To: References: Message-ID: Thanks for the tip. I was curious if there was a difference between -j1 and sequential. There is a -j1 in tools\buildbot\test.bat that provides a default unless overridden in the buildbot master config. I still see the -j1 being passed in the buildbot logs for the Windows arm32 buildbot. -----Original Message----- From: Victor Stinner Sent: Monday, July 1, 2019 7:42 AM To: Paul Monson Cc: python-buildbots at python.org Subject: Re: [Python-buildbots] Windows ARM32 buildbot In my experience, running tests sequentially is unsafe. I prefer to use -j1: "Run tests in parallel using 1 child processes" A new process is spawned for each test file. It reduces the risk of side effects between 2 test files. Victor Le lun. 1 juil. 2019 ? 16:32, Paul Monson via Python-Buildbots a ?crit : > > Can someone merge this PR please? > https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgith > ub.com%2Fpython%2Fbuildmaster-config%2Fpull%2F97&data=02%7C01%7CPa > ul.Monson%40microsoft.com%7C5e8ff1315bba43f1922f08d6fe3242f2%7C72f988b > f86f141af91ab2d7cd011db47%7C1%7C0%7C636975889153722069&sdata=%2BCy > 38bT4duejOXugnRTkeeIq91q1YaW8eCnsH1ztZDk%3D&reserved=0 > > I suspect that the socket tests are flaky no Windows ARM32 because of a lack of resource, and I would like to test running one test at time to see if it improves test reliability. > The tests seems less flaky when not running in a buildbot worker, but > it might just be that the sample size is too small when running > manually > > Thanks, > Paul > _______________________________________________ > Python-Buildbots mailing list > Python-Buildbots at python.org > https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmail > .python.org%2Fmailman%2Flistinfo%2Fpython-buildbots&data=02%7C01%7 > CPaul.Monson%40microsoft.com%7C5e8ff1315bba43f1922f08d6fe3242f2%7C72f9 > 88bf86f141af91ab2d7cd011db47%7C1%7C0%7C636975889153732022&sdata=qv > W%2BZofo93Nj237q71DdBPzd2yEok28kmIKfWo3al7U%3D&reserved=0 -- Night gathers, and now my watch begins. It shall not end until my death.