New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 778414 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jan 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug

Blocking:
issue 721224



Sign in to add a comment

Can't run tryjob with --buildbot --debug

Project Member Reported by nxia@chromium.org, Oct 25 2017

Issue description

need to run tryjob on master-paladin with --buildbot --debug, but current cbuildbot and cros_tryjob don't support it.

 

Comment 1 by nxia@chromium.org, Oct 25 2017

Blocking: 721224
Why do you need to run this tryjob? Maybe Don intentionally dropped support for this.

Comment 3 by nxia@chromium.org, Oct 26 2017

To test master-paladin on remote tryjobs. Without --buildbot, CQ specific stages (like CommitQueueSyncStage or CommitQueueCompletionStage) won't be run.
I'm thinking that that's the real bug. --buildbot shouldn't matter.

I have a stack of changes that will create master-paladin-tryjob when they are finished. Long term, we should make that build config as useful as it can be for doing these kinds of tests.

I'll fiddle and see if I can come up with a solution until then.
I suggested this earlier, but nxia@ said it wasn't working..... but seems to work for me.

Change to the directory that contains the changes you want to test, and run:

  cbuildbot --debug --buildbot --nobootstrap --noreexec --buildroot <dir> <config>


It runs locally, and you can't keep using that checkout while it runs, but it should test your changes.
Ah... it did eventually die.

AssertionError: No database connection to use.



Comment 7 by nxia@chromium.org, Nov 2 2017

any updates on the tryjobs?
Some of the CLs are in, but not all. And there is a plan (your) to make this work in general.

Implementation is in-progress.
Status: Fixed (was: Untriaged)
I believe this now works.

cros tryjob --production --debug.

Sign in to add a comment