New issue
Advanced search Search tips

Issue 816630 link

Starred by 1 user

Issue metadata

Status: ExternalDependency
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Feature

Blocked on:
issue gerrit:8647


Previous locations:
gerrit:8402


Sign in to add a comment

Choose Tryjob doesn't work in Firefox

Project Member Reported by mar...@mwiacek.com, Feb 19 2018

Issue description

Sometimes we have situation, that we need to run single trybot only again (it fails from some reasons).

Please add functionality for running it - it will decrease resources usage and speed up some things.
 

Comment 1 by logan@google.com, Feb 26 2018

Project: chromium
Moved issue gerrit:8402 to now be issue chromium:816630.

Comment 2 by logan@google.com, Feb 26 2018

Components: Infra>Codereview>Gerrit
Labels: -Priority-3

Comment 3 by aga...@chromium.org, Feb 26 2018

Status: Fixed (was: New)
You can already do this: click the "choose trybots" button, and select the bots you want.

Comment 4 by mar...@mwiacek.com, Mar 5 2018

Status: Available (was: Fixed)
I'm reopening, do you have any manual how to do it?

I'm asking because it doesn't work for me and I'm asking for running (not displaying) them
What repo are you talking about? If it has a buildbucket.config file in its refs/meta/config, there will be a "CHOOSE TRYBOTS" button. This functionality is pretty stable.

Comment 6 by mar...@mwiacek.com, Mar 6 2018

OK, I will ask this way:

I have change (for example https://chromium-review.googlesource.com/c/chromium/src/+/877759) and I want to run concrete trybot only.

How can I do it? (I need specific steps which will work with my privileges)
Ok, you are talking about chromium/src. That's an important piece of information, thank you.

You have the ability to run the CQ dry run, so you should be able to see the button on the right-hand side of the attachment, as long as you're signed in.
Screenshot from 2018-03-06 13-40-40.png
9.8 KB View Download

Comment 8 by mar...@mwiacek.com, Mar 6 2018

thx for your answer, unfortunately after clicking it I see such window and I'm afraid, that I cannot do anything more.

Is it possible to-do something with this please?
Untitled.png
9.6 KB View Download
Well that's exciting, I've never seen that before.

Please do the following:
1) Open the network inspector (Chrome menu -> more tools -> developer tools -> network)
2) Refresh the page
3) Find the request for "buildbucket~config" and paste its contents here
i'm using ff and no requests are done during opening this window.
during reloading page I don't see buildbucket~config related request.
Blockedon: gerrit:8647
Labels: Pri-2
Status: ExternalDependency (was: Available)
Summary: Choose Tryjob doesn't work in Firefox (was: Please add ability of making dry run for single trybots only)
Ok, that's the problem. Without loading buildbucket~config, it can't know what builders to show you in that popup window.

I see the bug: In Firefox, the buildbucket plugin is being initialized without a 'plugin' object, and so the config request is going to 'undefined~config', rather than 'buildbucket~config', and therefore understandably 404ing.

Sending this over to the Gerrit team so they can fix plugin loading in firefox: https://bugs.chromium.org/p/gerrit/issues/detail?id=8647

Sign in to add a comment