Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(536)

Issue 2718743002: 📼 Use non-deprecated arguments for resource_sizes.py (Closed)

Created:
3 years, 10 months ago by agrieve
Modified:
3 years, 9 months ago
Reviewers:
sullivan, shatch
CC:
catapult-reviews_chromium.org, perf-dashboard-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

Use non-deprecated arguments for resource_sizes.py

Patch Set 1 #

Total comments: 3

Patch Set 2 : parse apk name from suite name #

Patch Set 3 : stories #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -11 lines) Patch
M dashboard/dashboard/start_try_job.py View 1 2 3 chunks +18 lines, -11 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
agrieve
https://codereview.chromium.org/2718743002/diff/1/dashboard/dashboard/start_try_job.py File dashboard/dashboard/start_try_job.py (right): https://codereview.chromium.org/2718743002/diff/1/dashboard/dashboard/start_try_job.py#newcode84 dashboard/dashboard/start_try_job.py:84: 'src/out/Release/apks/Chrome.apk', not actually sure what this is used for ...
3 years, 10 months ago (2017-02-24 19:50:10 UTC) #2
sullivan
Simon, can you take a look?
3 years, 10 months ago (2017-02-24 21:31:06 UTC) #4
shatch
So whenever I have a few minutes here and there, I've made a few half-hearted ...
3 years, 10 months ago (2017-02-24 21:58:32 UTC) #5
agrieve
On 2017/02/24 21:58:32, shatch wrote: > So whenever I have a few minutes here and ...
3 years, 9 months ago (2017-02-27 18:56:27 UTC) #6
agrieve
https://codereview.chromium.org/2718743002/diff/1/dashboard/dashboard/start_try_job.py File dashboard/dashboard/start_try_job.py (right): https://codereview.chromium.org/2718743002/diff/1/dashboard/dashboard/start_try_job.py#newcode84 dashboard/dashboard/start_try_job.py:84: 'src/out/Release/apks/Chrome.apk', On 2017/02/24 21:58:31, shatch wrote: > On 2017/02/24 ...
3 years, 9 months ago (2017-02-27 18:56:52 UTC) #7
shatch
On 2017/02/27 18:56:52, agrieve wrote: > https://codereview.chromium.org/2718743002/diff/1/dashboard/dashboard/start_try_job.py > File dashboard/dashboard/start_try_job.py (right): > > https://codereview.chromium.org/2718743002/diff/1/dashboard/dashboard/start_try_job.py#newcode84 > ...
3 years, 9 months ago (2017-03-01 23:17:41 UTC) #8
shatch
On 2017/03/01 23:17:41, shatch wrote: > On 2017/02/27 18:56:52, agrieve wrote: > > > https://codereview.chromium.org/2718743002/diff/1/dashboard/dashboard/start_try_job.py ...
3 years, 9 months ago (2017-03-07 01:43:06 UTC) #9
agrieve
On 2017/03/07 01:43:06, shatch wrote: > On 2017/03/01 23:17:41, shatch wrote: > > On 2017/02/27 ...
3 years, 9 months ago (2017-03-08 15:55:23 UTC) #10
shatch
3 years, 9 months ago (2017-03-08 19:42:37 UTC) #11
On 2017/03/08 15:55:23, agrieve wrote:
> On 2017/03/07 01:43:06, shatch wrote:
> > On 2017/03/01 23:17:41, shatch wrote:
> > > On 2017/02/27 18:56:52, agrieve wrote:
> > > >
> > >
> >
>
https://codereview.chromium.org/2718743002/diff/1/dashboard/dashboard/start_t...
> > > > File dashboard/dashboard/start_try_job.py (right):
> > > > 
> > > >
> > >
> >
>
https://codereview.chromium.org/2718743002/diff/1/dashboard/dashboard/start_t...
> > > > dashboard/dashboard/start_try_job.py:84:
> 'src/out/Release/apks/Chrome.apk',
> > > > On 2017/02/24 21:58:31, shatch wrote:
> > > > > On 2017/02/24 19:50:10, agrieve wrote:
> > > > > > not actually sure what this is used for (just found it via grep).
Note
> > > that
> > > > we
> > > > > > alert on MonochromePublic.apk, so maybe that would be better than
> > > > Chrome.apk? 
> > > > > 
> > > > > From the looks of resource_size.py it takes the path to an apk to
> produce
> > > the
> > > > > various metrics, so seemingly we'd want to to pass that in. If we want
> to
> > be
> > > > > proper, we should actually parse it from the passed in suite name,
which
> > is
> > > > > going to be "resource_sizes (MonochromePublic.apk)" in case anything
> else
> > > ever
> > > > > gets monitored.
> > > > 
> > > > Done.
> > > 
> > > Just to update, I patched in the CL and sent a test bisect but it failed
> with
> > an
> > > error about the path to the apk. May need to fill that in recipe side
which
> > > isn't too hard, but the staging servers are down at the moment
> > > (crbug.com/697159) so I'm waiting for those to come back online.
> > 
> > Hurray we have success! 
> > 
> >
>
https://build.chromium.org/p/tryserver.chromium.perf/builders/staging_android...
> > 
> > 
> > Had to make some minor changes to this CL:
> > https://codereview.chromium.org/2734773003/
> > 
> > 
> > Also, MonochromePublic.apk isn't built by default for the perf targets, so
> we'll
> > need to get that included in the build as well.
> 
> Sweet deal! Shall I leave you to submit your working version?
> How do we get MonochromePublic.apk building?

Yeah I can put what I have up. Next steps are to get MonochromePublic.apk
included with the perf builds (not totally sure where this is done but shouldn't
be too hard to track down), and then roll my changes to the bisect recipe from
staging to prod. Might take a bit of time to get to, bit swamped at the moment.

Powered by Google App Engine
This is Rietveld 408576698