Re: [Python-buildbots] Preparing for the GitHub migration

2016-11-18 Thread Gregory P. Smith
I *believe* where and how the buildbots pull code from is controlled entirely by the buildbot master/server based on what I see my my own build slave's log. So switching is likely easy from that standpoint. One thing will be that people need to make sure their buildbots have git and any other too

Re: [Python-buildbots] Email notifications on buildbot failures

2017-05-09 Thread Gregory P. Smith
Please do not send automated buildbot state transition mail to _this_ list. Leave this low traffic list to communication from humans about buildbots and infrastructure (the purpose as I understand it). -gps On Tue, May 9, 2017 at 8:01 AM Victor Stinner wrote: > Hi, > > I would like to get an e

Re: [Python-buildbots] OpenSSL versions on builders

2017-09-04 Thread Gregory P. Smith
RHEL 7 (the *current* release), Debian Jessie (oldstable) and Ubuntu 14.04 (old LTS supported in "maintenance" mode until early 2019 - https://www.ubuntu.com/info/release-end-of-life) all shipped with 1.0.1 based OpenSSL. :( IMNSHO *I still think we should do this to 3.7*. OpenSSL >=1.0.2 provide

[Python-buildbots] Add a config for a clang-ubsan buildbot please

2018-04-24 Thread Gregory P. Smith
The configure command needs to be: CC=clang LD=clang CFLAGS="-fsanitize=undefined" LDFLAGS="-fsanitize=undefined" ./configure --with-pydebug I may be offline for a few days, but i'll get this running in the next week or two. thanks! -gps ___ Python-Bui

Re: [Python-buildbots] Add a config for a clang-ubsan buildbot please

2018-05-04 Thread Gregory P. Smith
ping. +cc: Zachary as I believe they're a python buildmaster config person? On Tue, Apr 24, 2018 at 5:50 PM Gregory P. Smith wrote: > The configure command needs to be: > > CC=clang LD=clang CFLAGS="-fsanitize=undefined" > LDFLAGS="-fsanitize=undefined" ./

Re: [Python-buildbots] Add a config for a clang-ubsan buildbot please

2018-05-04 Thread Gregory P. Smith
thon/buildmaster-config/blob/master/master/master.cfg > > You may try to write a pull request. > > Victor > > 2018-04-25 2:50 GMT+02:00 Gregory P. Smith : > > The configure command needs to be: > > > > CC=clang LD=clang CFLAGS="-fsanitize=undefined"

Re: [Python-buildbots] Add a config for a clang-ubsan buildbot please

2018-05-09 Thread Gregory P. Smith
https://github.com/python/buildmaster-config/pull/33 On Fri, May 4, 2018 at 8:05 PM Gregory P. Smith wrote: > Oh cool, I didn't realize I could do that myself. I've added a note to > https://wiki.python.org/moin/BuildBot which only suggested emailing > python-buildbots@.

Re: [Python-buildbots] Disable notifiations on broken workers

2019-04-10 Thread Gregory P. Smith
On Wed, Apr 10, 2019 at 4:08 PM Victor Stinner wrote: > Hi, > > I propose to disable email and IRC notifications on workers which were > never green (tests always failed): > https://github.com/python/buildmaster-config/pull/86 > > * Alpine Linux > * Cygwin > * "AMD64 Clang UBSan 3." (3.6, 3.7 and

[Python-buildbots] Adding a gps-raspbian bot

2020-04-11 Thread Gregory P. Smith
https://github.com/python/buildmaster-config/pull/181 If you would be so kind as to check that, merge it, and email me it's buildbot-worker password, we'll be up and running. Builds are on an "endurance" microsd card for now, when that cheap storage falls over I'll move to a usb3 buildarea. -gps

[Python-buildbots] Re: Adding a gps-raspbian bot

2020-04-13 Thread Gregory P. Smith
ping. :) On Sat, Apr 11, 2020 at 11:24 PM Gregory P. Smith wrote: > https://github.com/python/buildmaster-config/pull/181 > > If you would be so kind as to check that, merge it, and email me it's > buildbot-worker password, we'll be up and running. > > Builds are on

[Python-buildbots] Please create an identifier for gps-arm64-debian & merge the config

2023-01-26 Thread Gregory P. Smith
I need an identifier and secret for my local buildbot worker config file. The PR adding its config is https://github.com/python/buildmaster-config/pull/359. -Greg ___ Python-Buildbots mailing list -- python-buildbots@python.org To unsubscribe send an em