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

Issue 2551353004: Add helper script for running CTS APKs stored in the GS buckets. (Closed)

Created:
4 years ago by mikecase (-- gone --)
Modified:
4 years ago
CC:
android-webview-reviews_chromium.org, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add helper script for running CTS APKs stored in the GS buckets. Would like to have this script replace the logic in recipes that downloads the CTS zips, unzips it, and runs it via tradefed. Committed: https://crrev.com/5c5e3f0e689128dceb35368731d6c7db8d85b4f0 Cr-Commit-Position: refs/heads/master@{#438642}

Patch Set 1 #

Patch Set 2 : Add helper script for running CTS APKs stored in the GS buckets. #

Total comments: 6

Patch Set 3 : Add helper script for running CTS APKs stored in the GS buckets. #

Patch Set 4 : Add helper script for running CTS APKs stored in the GS buckets. #

Total comments: 11

Patch Set 5 : Add helper script for running CTS APKs stored in the GS buckets. #

Total comments: 13

Patch Set 6 : Add helper script for running CTS APKs stored in the GS buckets. #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -0 lines) Patch
M android_webview/tools/cts_config/webview_cts_gcs_path.json View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M android_webview/tools/pylintrc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A android_webview/tools/run_cts.py View 1 2 3 4 5 1 chunk +124 lines, -0 lines 4 comments Download

Messages

Total messages: 29 (6 generated)
mikecase (-- gone --)
What do you think of something like this... It is a script that will (1) ...
4 years ago (2016-12-06 20:32:09 UTC) #2
the real yoland
https://codereview.chromium.org/2551353004/diff/20001/android_webview/tools/cts_config/webview_cts_gcs_path.json File android_webview/tools/cts_config/webview_cts_gcs_path.json (right): https://codereview.chromium.org/2551353004/diff/20001/android_webview/tools/cts_config/webview_cts_gcs_path.json#newcode5 android_webview/tools/cts_config/webview_cts_gcs_path.json:5: "apk": "arm_64/L/CtsWebkitTestCases.apk", This should definitely stored in a sub ...
4 years ago (2016-12-08 19:16:03 UTC) #3
mikecase (-- gone --)
https://codereview.chromium.org/2551353004/diff/20001/android_webview/tools/run_cts.py File android_webview/tools/run_cts.py (right): https://codereview.chromium.org/2551353004/diff/20001/android_webview/tools/run_cts.py#newcode63 android_webview/tools/run_cts.py:63: temp_dir = None On 2016/12/08 at 19:16:03, the real ...
4 years ago (2016-12-08 19:17:58 UTC) #4
mikecase (-- gone --)
ty for the review yoland :D https://codereview.chromium.org/2551353004/diff/20001/android_webview/tools/cts_config/webview_cts_gcs_path.json File android_webview/tools/cts_config/webview_cts_gcs_path.json (right): https://codereview.chromium.org/2551353004/diff/20001/android_webview/tools/cts_config/webview_cts_gcs_path.json#newcode5 android_webview/tools/cts_config/webview_cts_gcs_path.json:5: "apk": "arm_64/L/CtsWebkitTestCases.apk", On ...
4 years ago (2016-12-08 22:58:43 UTC) #5
mikecase (-- gone --)
If I can land this, will change bots with this CL to use this script ...
4 years ago (2016-12-09 20:06:15 UTC) #6
the real yoland
On 2016/12/09 at 20:06:15, mikecase wrote: > If I can land this, will change bots ...
4 years ago (2016-12-09 20:08:00 UTC) #7
jbudorick
Sorry about the delay here. I'll try to look over this today.
4 years ago (2016-12-09 20:11:56 UTC) #8
the real yoland
I just realized how small the APKs are and downloading them is so fast that ...
4 years ago (2016-12-09 20:56:36 UTC) #9
the real yoland
This is super sweet! Should help out a lot in situations like this (b/ 33012998#comment25) ...
4 years ago (2016-12-09 21:00:36 UTC) #10
mikecase (-- gone --)
https://codereview.chromium.org/2551353004/diff/60001/android_webview/tools/run_cts.py File android_webview/tools/run_cts.py (right): https://codereview.chromium.org/2551353004/diff/60001/android_webview/tools/run_cts.py#newcode35 android_webview/tools/run_cts.py:35: os.path.dirname(__file__), 'cts_config', 'expected_failure_on_bot.json') On 2016/12/09 at 20:56:36, the real ...
4 years ago (2016-12-12 17:31:43 UTC) #11
mikecase (-- gone --)
https://codereview.chromium.org/2551353004/diff/60001/android_webview/tools/run_cts.py File android_webview/tools/run_cts.py (right): https://codereview.chromium.org/2551353004/diff/60001/android_webview/tools/run_cts.py#newcode35 android_webview/tools/run_cts.py:35: os.path.dirname(__file__), 'cts_config', 'expected_failure_on_bot.json') On 2016/12/09 at 20:56:36, the real ...
4 years ago (2016-12-12 17:31:43 UTC) #12
the real yoland
lgtm https://codereview.chromium.org/2551353004/diff/60001/android_webview/tools/run_cts.py File android_webview/tools/run_cts.py (right): https://codereview.chromium.org/2551353004/diff/60001/android_webview/tools/run_cts.py#newcode80 android_webview/tools/run_cts.py:80: [_GSUTIL_PATH, 'cp', google_storage_cts_path, local_cts_path]): On 2016/12/12 at 17:31:43, ...
4 years ago (2016-12-12 18:31:09 UTC) #13
jbudorick
https://codereview.chromium.org/2551353004/diff/80001/android_webview/tools/pylintrc File android_webview/tools/pylintrc (right): https://codereview.chromium.org/2551353004/diff/80001/android_webview/tools/pylintrc#newcode18 android_webview/tools/pylintrc:18: locally-enabled, remove this https://codereview.chromium.org/2551353004/diff/80001/android_webview/tools/run_cts.py File android_webview/tools/run_cts.py (right): https://codereview.chromium.org/2551353004/diff/80001/android_webview/tools/run_cts.py#newcode16 android_webview/tools/run_cts.py:16: ...
4 years ago (2016-12-12 18:40:56 UTC) #14
the real yoland
https://codereview.chromium.org/2551353004/diff/80001/android_webview/tools/run_cts.py File android_webview/tools/run_cts.py (right): https://codereview.chromium.org/2551353004/diff/80001/android_webview/tools/run_cts.py#newcode100 android_webview/tools/run_cts.py:100: choices=['arm_64'], On 2016/12/12 at 18:40:56, jbudorick wrote: > Just ...
4 years ago (2016-12-12 19:04:14 UTC) #15
mikecase (-- gone --)
@sgurun, could you take a quick look at this. Will need OWNER for android_webview/tools/ to ...
4 years ago (2016-12-12 19:50:26 UTC) #16
sgurun-gerrit only
https://codereview.chromium.org/2551353004/diff/100001/android_webview/tools/run_cts.py File android_webview/tools/run_cts.py (right): https://codereview.chromium.org/2551353004/diff/100001/android_webview/tools/run_cts.py#newcode99 android_webview/tools/run_cts.py:99: choices=['arm_64'], does this only work for 64 bits? how ...
4 years ago (2016-12-14 01:20:58 UTC) #17
the real yoland
https://codereview.chromium.org/2551353004/diff/100001/android_webview/tools/run_cts.py File android_webview/tools/run_cts.py (right): https://codereview.chromium.org/2551353004/diff/100001/android_webview/tools/run_cts.py#newcode99 android_webview/tools/run_cts.py:99: choices=['arm_64'], On 2016/12/14 at 01:20:58, sgurun wrote: > does ...
4 years ago (2016-12-14 01:29:29 UTC) #18
jbudorick
https://codereview.chromium.org/2551353004/diff/100001/android_webview/tools/run_cts.py File android_webview/tools/run_cts.py (right): https://codereview.chromium.org/2551353004/diff/100001/android_webview/tools/run_cts.py#newcode83 android_webview/tools/run_cts.py:83: # TODO(mikecase): This doesn't work at all with the ...
4 years ago (2016-12-14 16:22:19 UTC) #19
mikecase (-- gone --)
On 2016/12/14 at 16:22:19, jbudorick wrote: > https://codereview.chromium.org/2551353004/diff/100001/android_webview/tools/run_cts.py > File android_webview/tools/run_cts.py (right): > > https://codereview.chromium.org/2551353004/diff/100001/android_webview/tools/run_cts.py#newcode83 ...
4 years ago (2016-12-14 17:51:27 UTC) #20
sgurun-gerrit only
lgtm https://codereview.chromium.org/2551353004/diff/100001/android_webview/tools/run_cts.py File android_webview/tools/run_cts.py (right): https://codereview.chromium.org/2551353004/diff/100001/android_webview/tools/run_cts.py#newcode99 android_webview/tools/run_cts.py:99: choices=['arm_64'], On 2016/12/14 01:29:29, the real yoland wrote: ...
4 years ago (2016-12-14 18:00:29 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2551353004/100001
4 years ago (2016-12-14 21:43:08 UTC) #24
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years ago (2016-12-14 21:55:00 UTC) #27
commit-bot: I haz the power
4 years ago (2016-12-14 21:58:47 UTC) #29
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/5c5e3f0e689128dceb35368731d6c7db8d85b4f0
Cr-Commit-Position: refs/heads/master@{#438642}

Powered by Google App Engine
This is Rietveld 408576698