New issue
Advanced search Search tips

Issue 726035 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: ----
Type: ----



Sign in to add a comment

PolyGerrit can't run try jobs on tryserver.blink bots

Project Member Reported by skobes@chromium.org, May 24 2017

Issue description

In the "Choose try jobs" dialog, none of the bots on tryserver.blink are available (for example, linux_trusty_blink_rel).

  https://build.chromium.org/p/tryserver.blink/builders/linux_trusty_blink_rel

Also android_blink_rel is missing despite other bots in tryserver.chromium.android being present.

  https://build.chromium.org/p/tryserver.chromium.android/builders/android_blink_rel

The message at the bottom of the dialog suggests editing the buildbucket.config file:

  https://chromium.googlesource.com/chromium/src/+/refs/meta/config/buildbucket.config
 

Comment 1 by aga...@chromium.org, May 25 2017

Cc: aga...@chromium.org skobes@chromium.org
Status: Available (was: Unconfirmed)
Yes, the message is there to encourage Chromium devs to edit that file :)

We have a bug on file to make editing that file less necessary (https://bugs.chromium.org/p/chromium/issues/detail?id=706095), but for now it still needs to be updated when the set of available bots changes.

Would you like to learn how to update the config?

$ git fetch origin refs/meta/config
$ git checkout FETCH_HEAD
$ vim buildbucket.config
$ git commit -a
$ git push origin HEAD:refs/for/refs/meta/config
$ git checkout <whatever branch you were on before>

Or I can do it for you if you have no interest in trying it yourself.

Comment 2 by skobes@chromium.org, May 25 2017

Cc: -skobes@chromium.org
Owner: skobes@chromium.org
Status: Assigned (was: Available)
I'll give it a shot. :)  Wasn't sure if there was some reason for not having them there.
Cc: qyears...@chromium.org
Ah, thanks for filing this, and thanks Aaron for the instructions! I saw that notice and wanted to add those blink try bots there but couldn't quickly figure out how to edit a file in "refs/meta/config".
Just tried out the instructions above: https://chromium-review.googlesource.com/c/520223/

Comment 5 by skobes@chromium.org, May 31 2017

Cc: -qyears...@chromium.org
Owner: qyears...@chromium.org
Thanks Quinten!  Sorry I didn't get around to doing this.

Comment 6 by aga...@chromium.org, May 31 2017

Status: Fixed (was: Assigned)
https://chromium-review.googlesource.com/c/520265/ has landed
No problem :-)

Awesome, now I already see tryserver.blink bots in the Gerrit try bot selection menu.

Sign in to add a comment