New issue
Advanced search Search tips

Issue 632835 link

Starred by 3 users

Issue metadata

Status: WontFix
Owner:
Closed: Jan 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

git-cl-try -b does not work for infra tryjobs

Project Member Reported by no...@chromium.org, Jul 29 2016

Issue description

`git cl try -b "Infra Presubmit"`
fails because it tries schedules the build on master.tryserver.infra, because apparently git-cl-try talks to experimental builders-map.appspot.com (source: https://cs.chromium.org/chromium/infra/appengine/experimental/builders_map/builders_map.py?sq=package:chromium) which thinks that "Infra Presubmit" is defined on master.tryserver.ifnra

`git cl try -master luci.infra.try -b "Infra Presubmit"`
does not work because luci.infra.try is not a master and there is no way to specify a bucket

`git cl try` works because it just checks "CQ dry run" on rietveld

 
See http://crbug.com/570733 - may be related. But I'm not sure if it helps fixing this though.
Labels: Type-Bug
Components: Infra>SDK
Labels: Milestone-luci-lite-try
Labels: -Milestone-luci-lite-try Milestone-ChromiumTryBlockers

Comment 6 by no...@chromium.org, Oct 28 2016

Labels: -Pri-1 Pri-2
-B flag was added to git-cl-try which specifies bucket. Now specifying `-B luci.infra.try` is a workaround.

Not specifying -B does not fail, but schedules a build in a wrong bucket that never gets executed and expires (purple) in 48 hours. We need to fix git-cl-try without -m/-B

Comment 8 by no...@chromium.org, Jan 9 2018

Status: WontFix (was: Started)
builders-map.appspot.com should be killed: issue 570733

use -B flag to specify bucket

Sign in to add a comment