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

Issue 1853643006: Use generated android wrapper scripts in runtest.py (Closed)

Created:
4 years, 8 months ago by agrieve
Modified:
4 years, 7 months ago
Reviewers:
jbudorick
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org, cblume, Bernhard Bauer
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Android: Delete non --run-python-script code path for runtest.py The script is never invoked without --run-python-script BUG=599919 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299697

Patch Set 1 #

Patch Set 2 : delete dead runtest.py code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -43 lines) Patch
M scripts/slave/runtest.py View 1 1 chunk +2 lines, -43 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 17 (5 generated)
agrieve
On 2016/04/02 00:43:42, agrieve wrote: > mailto:agrieve@chromium.org changed reviewers: > + mailto:jbudorick@chromium.org 🍹
4 years, 8 months ago (2016-04-02 00:43:54 UTC) #3
jbudorick
This isn't the right place to do this. It may affect some bots (maybe?), but ...
4 years, 8 months ago (2016-04-02 00:47:33 UTC) #4
jbudorick
On 2016/04/02 00:47:33, jbudorick wrote: > This isn't the right place to do this. It ...
4 years, 8 months ago (2016-04-02 00:48:04 UTC) #5
agrieve
On 2016/04/02 00:48:04, jbudorick wrote: > On 2016/04/02 00:47:33, jbudorick wrote: > > This isn't ...
4 years, 8 months ago (2016-04-04 14:37:53 UTC) #6
jbudorick
On 2016/04/04 14:37:53, agrieve wrote: > On 2016/04/02 00:48:04, jbudorick wrote: > > On 2016/04/02 ...
4 years, 8 months ago (2016-04-04 14:53:36 UTC) #7
agrieve
On 2016/04/04 14:53:36, jbudorick wrote: > On 2016/04/04 14:37:53, agrieve wrote: > > On 2016/04/02 ...
4 years, 8 months ago (2016-04-05 02:25:41 UTC) #8
jbudorick
lgtm
4 years, 8 months ago (2016-04-05 14:12:55 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1853643006/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1853643006/20001
4 years, 8 months ago (2016-04-05 14:19:48 UTC) #12
agrieve
On 2016/04/05 14:19:48, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
4 years, 8 months ago (2016-04-05 14:21:42 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=299697
4 years, 8 months ago (2016-04-05 14:23:40 UTC) #15
qyearsley
On 2016/04/05 at 14:23:40, commit-bot wrote: > Committed patchset #2 (id:20001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=299697 Hmm, I ...
4 years, 7 months ago (2016-04-29 20:48:22 UTC) #16
qyearsley
4 years, 7 months ago (2016-04-29 20:53:15 UTC) #17
Message was sent while issue was closed.
On 2016/04/29 at 20:48:22, qyearsley wrote:
> On 2016/04/05 at 14:23:40, commit-bot wrote:
> > Committed patchset #2 (id:20001) as
http://src.chromium.org/viewvc/chrome?view=rev&revision=299697
> 
> Hmm, I found a place where it looks like runtest.py is called without
--run-python-script on android. :-(
> 
> It's (sometimes? always?) used on the performance auto-bisect bots when
running perf tests on android.
> 
> Example step:
>
https://build.chromium.org/p/tryserver.chromium.perf/builders/android_nexus9_...
> 
> [
>   "python", 
>   "-u", 
>   "/b/build/scripts/slave/runtest.py", 
>   "--target", 
>   "Release", 
>   "--test-platform", 
>   "android", 
>   "--xvfb", 
>   "--factory-properties", 
>   "[omitted]", 
>   "--build-properties", 
>   "[omitted]", 
>   "--step-name=Performance Test 1 of 5", 
>   "--builder-name=android_nexus9_perf_bisect", 
>   "--slave-name=build105-b4", 
>   "--build-number=1752", 
>   "../../../src/tools/perf/run_benchmark", 
>   "-v", 
>   "--browser=android-chromium", 
>   "--output-format=chartjson", 
>   "--upload-results", 
>   "--also-run-disabled-tests", 
>   "scheduler.tough_scheduling_cases", 
>   "--output-dir=/tmp/perf-test-outputUzZ_PS"
> ]
> 
> Not sure yet what should be done about this.

Nope, it turns out I was looking at an old failure and this issue has already
been fixed: https://codereview.chromium.org/1915183002/

Powered by Google App Engine
This is Rietveld 408576698