[Python-buildbots] Looking up status of build bots?

2017-10-09 Thread Chris Angelico
The direct links to partial waterfalls (eg
http://buildbot.python.org/stable/ for the "Stable" set) are no longer
active. Is there a way to look up a specific subset of builders to
check status?

Specific use-case: I just reset my buildbot host, and after doing so,
I always like to check that it's come online and reconnected with the
master. For that, I have a bookmark that would show me just the four
builders on my machine (for four different branches), and it would
show either a grey "Offline" or a green "Idle" depending on whether
it's all come good. What I have now, I'm not sure about. There's this:

http://buildbot.python.org/all/#/builders/27

but it doesn't tell me whether the builder is connected or not. What
would be the best way to check on the node's connection?

ChrisA
___
Python-Buildbots mailing list
Python-Buildbots@python.org
https://mail.python.org/mailman/listinfo/python-buildbots


Re: [Python-buildbots] Looking up status of build bots?

2017-10-09 Thread Victor Stinner
Hi,

Zachary Ware migrated the buildbot server to 0.9 last weekend. It
changes a *lot* of things. It will need a few days (or weeks?) to
adapt our workflow and habits to the new version. Our buildbot
configuratioin can maybe be also enhanced to better use buildbot
features.

--

The generic link now redirects to https://www.python.org/dev/buildbot/

https://www.python.org/dev/buildbot/ contains links which are now broken:

* http://buildbot.python.org/stable/ : HTTP Error 404

But http://buildbot.python.org/all/#/ works

Victor

2017-10-09 9:18 GMT+02:00 Chris Angelico :
> The direct links to partial waterfalls (eg
> http://buildbot.python.org/stable/ for the "Stable" set) are no longer
> active. Is there a way to look up a specific subset of builders to
> check status?
>
> Specific use-case: I just reset my buildbot host, and after doing so,
> I always like to check that it's come online and reconnected with the
> master. For that, I have a bookmark that would show me just the four
> builders on my machine (for four different branches), and it would
> show either a grey "Offline" or a green "Idle" depending on whether
> it's all come good. What I have now, I'm not sure about. There's this:
>
> http://buildbot.python.org/all/#/builders/27
>
> but it doesn't tell me whether the builder is connected or not. What
> would be the best way to check on the node's connection?
>
> ChrisA
> ___
> Python-Buildbots mailing list
> Python-Buildbots@python.org
> https://mail.python.org/mailman/listinfo/python-buildbots
___
Python-Buildbots mailing list
Python-Buildbots@python.org
https://mail.python.org/mailman/listinfo/python-buildbots


Re: [Python-buildbots] Looking up status of build bots?

2017-10-09 Thread Chris Angelico
On Mon, Oct 9, 2017 at 7:14 PM, Victor Stinner  wrote:
> Hi,
>
> Zachary Ware migrated the buildbot server to 0.9 last weekend. It
> changes a *lot* of things. It will need a few days (or weeks?) to
> adapt our workflow and habits to the new version. Our buildbot
> configuratioin can maybe be also enhanced to better use buildbot
> features.

Yeah, I'm aware that there are changes, and I'm fine with that (the
expected benefits are definitely worth a bit of change-over hassle).
I'm wondering if anyone knows of the new way to look up the info I'm
after. If not, that's fine, but I know there are people here who've
already used the new buildbot software and might just know.

ChrisA
___
Python-Buildbots mailing list
Python-Buildbots@python.org
https://mail.python.org/mailman/listinfo/python-buildbots


Re: [Python-buildbots] Looking up status of build bots?

2017-10-09 Thread Zachary Ware
On Mon, Oct 9, 2017 at 4:21 AM, Chris Angelico  wrote:
> On Mon, Oct 9, 2017 at 7:14 PM, Victor Stinner  
> wrote:
>> Hi,
>>
>> Zachary Ware migrated the buildbot server to 0.9 last weekend. It
>> changes a *lot* of things. It will need a few days (or weeks?) to
>> adapt our workflow and habits to the new version. Our buildbot
>> configuratioin can maybe be also enhanced to better use buildbot
>> features.
>
> Yeah, I'm aware that there are changes, and I'm fine with that (the
> expected benefits are definitely worth a bit of change-over hassle).
> I'm wondering if anyone knows of the new way to look up the info I'm
> after. If not, that's fine, but I know there are people here who've
> already used the new buildbot software and might just know.

The closest you can get that I've found so far is
http://buildbot.python.org/all/#/workers/16.  If the "Masters" column
shows a green 1, you're connected; if it's a red X (see
http://buildbot.python.org/all/#/workers/12 at the moment), you're not
connected.  That page will also show the history of builds that have
been done on your worker.

Craig, is there anything more comparable to
/waterfall?show=Builder1&show=Builder2 in Buildbot 0.9.x?

-- 
Zach
___
Python-Buildbots mailing list
Python-Buildbots@python.org
https://mail.python.org/mailman/listinfo/python-buildbots


Re: [Python-buildbots] Looking up status of build bots?

2017-10-09 Thread Chris Angelico
On Tue, Oct 10, 2017 at 6:29 AM, Zachary Ware
 wrote:
> On Mon, Oct 9, 2017 at 4:21 AM, Chris Angelico  wrote:
>> On Mon, Oct 9, 2017 at 7:14 PM, Victor Stinner  
>> wrote:
>>> Hi,
>>>
>>> Zachary Ware migrated the buildbot server to 0.9 last weekend. It
>>> changes a *lot* of things. It will need a few days (or weeks?) to
>>> adapt our workflow and habits to the new version. Our buildbot
>>> configuratioin can maybe be also enhanced to better use buildbot
>>> features.
>>
>> Yeah, I'm aware that there are changes, and I'm fine with that (the
>> expected benefits are definitely worth a bit of change-over hassle).
>> I'm wondering if anyone knows of the new way to look up the info I'm
>> after. If not, that's fine, but I know there are people here who've
>> already used the new buildbot software and might just know.
>
> The closest you can get that I've found so far is
> http://buildbot.python.org/all/#/workers/16.  If the "Masters" column
> shows a green 1, you're connected; if it's a red X (see
> http://buildbot.python.org/all/#/workers/12 at the moment), you're not
> connected.  That page will also show the history of builds that have
> been done on your worker.

Thanks! That's about what I want, I think!

ChrisA
___
Python-Buildbots mailing list
Python-Buildbots@python.org
https://mail.python.org/mailman/listinfo/python-buildbots