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

Issue 2340473002: Remove clear /data/local/tmp steps. (Closed)

Created:
4 years, 3 months ago by mtklein_C
Modified:
4 years, 3 months ago
Reviewers:
borenet
CC:
reviews_skia.org
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Remove clear /data/local/tmp steps. These were intended to prevent GN and GYP Android bots from stomping on each other. Turns out, they don't, even without this... they're writing most files to completely separate paths: - GYP puts most data under $EXTERNAL_STORAGE, generally /sdcard and its binaries (libdm.so, libnanobench.so, libskia.so, skia_launcher) in /data/local/tmp; - GN puts everything under /data/local/tmp, and its binaries (dm, nanobench) don't overlap GYP's. So clearing /data/local/tmp was essentially just removing GN's data; GYP's data file caching was never affected and can't conflict with GN's. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2340473002 Committed: https://skia.googlesource.com/skia/+/649985a530c39afcda23d1f188fa2fc92df3ac56

Patch Set 1 #

Patch Set 2 : whoops, both #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -26 lines) Patch
M infra/bots/recipe_modules/flavor/gn_android_flavor.py View 1 1 chunk +0 lines, -4 lines 0 comments Download
M infra/bots/recipes/swarm_test.expected/Test-Android-Clang-AndroidOne-CPU-MT6582-arm-Release-GN_Android.json View 1 2 chunks +0 lines, -22 lines 0 comments Download

Messages

Total messages: 8 (4 generated)
mtklein_C
4 years, 3 months ago (2016-09-13 17:05:04 UTC) #3
borenet
LGTM
4 years, 3 months ago (2016-09-13 17:24:24 UTC) #4
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/2340473002/20001
4 years, 3 months ago (2016-09-13 17:29:10 UTC) #6
commit-bot: I haz the power
4 years, 3 months ago (2016-09-13 18:18:01 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/649985a530c39afcda23d1f188fa2fc92df3ac56

Powered by Google App Engine
This is Rietveld 408576698