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

Issue 623768 link

Starred by 2 users

Issue metadata

Status: Verified
Owner:
Closed: Jun 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

[Findit] Add support for specifying trybot in metrics script

Project Member Reported by lijeffrey@chromium.org, Jun 27 2016

Issue description

Add -T flag to specify performance at trybot level when querying for try job data
 
Project Member

Comment 1 by bugdroid1@chromium.org, Jun 30 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/infra/infra.git/+/e3e86c2c0e1cd7392fd62ba30ae52fcd945a98b1

commit e3e86c2c0e1cd7392fd62ba30ae52fcd945a98b1
Author: lijeffrey <lijeffrey@chromium.org>
Date: Thu Jun 30 01:52:52 2016

[Findit] Adding support for splitting try job data by trybot

Adding the -T flag for splitting by try bot name (not to be confused with -t which splits by try job type).

Example:
python try_job_data_metrics.py -T

linux_chromium_variable
  <stats> ...
win_chromium_variable
  <stats> ...
...

BUG= 623768 

Review-Url: https://codereview.chromium.org/2107623002

[modify] https://crrev.com/e3e86c2c0e1cd7392fd62ba30ae52fcd945a98b1/appengine/findit/util_scripts/remote_queries/try_job_data_metrics.py

Status: Verified (was: Assigned)
changed -T to --trybot to avoid confusion with -t which is for try job type

Sign in to add a comment