New issue
Advanced search Search tips

Issue 814360 link

Starred by 1 user

Issue metadata

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

Blocking:
issue 731375
issue 731397
issue 731456



Sign in to add a comment

upload_revision.py uses -m

Project Member Reported by no...@chromium.org, Feb 21 2018

Issue description

tools/clang/scrips/upload_revision.py passes -m flag to git-cl-try explicitly. The flag is specific to Buildbot, so it will break when the builder is migrated to LUCI 731456.

The script will need to be updated to pass `-B luci.chromium.try` instead of `-m tryserver.chromium.linux` when the builder is ready.
 

Comment 1 by no...@chromium.org, Feb 21 2018

Blocking: 731456

Comment 2 by no...@chromium.org, Feb 21 2018

Blocking: 731375

Comment 3 by no...@chromium.org, Feb 21 2018

Blocking: 731397

Comment 4 by thakis@chromium.org, Feb 21 2018

Just to make sure, right now there's nothing we can do here because luci.chromium.try doesn't have the upload bots yet, correct?

Sign in to add a comment