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

Issue 622910 link

Starred by 1 user

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 error and median runtimes for try job data metrics script

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

Issue description

Add support for -e flag
Add support for displaying median times
Display end-to-end time average and median (includes pending time + execution time)
 
also add support for platform -p flag (i.e. separates windows, linux, android, etc)
Status: Started (was: Assigned)
Project Member

Comment 3 by bugdroid1@chromium.org, Jun 27 2016

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

commit 33987fa5610db35c203b530210e91e025e251a0c
Author: lijeffrey <lijeffrey@chromium.org>
Date: Mon Jun 27 21:56:28 2016

[Findit] Adding ability to query try job data by platform and error and calculate medians

BUG= 622910 

Adds support for the -e and -p flags.

-e splits the data if there was an error detected, so only try jobs that ran successfully end-to-end are separate from those that ended in an error.

-p splits the data by platform. For example, under chromium.linux both linux and android try jobs exist, but should be distinguishable.

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

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

Status: Verified (was: Started)

Sign in to add a comment