New issue
Advanced search Search tips

Issue 753077 link

Starred by 2 users

Issue metadata

Status: Started
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

Experiment with disabling window animations on Android bots

Project Member Reported by jbudorick@chromium.org, Aug 7 2017

Issue description

Using WINDOW_ANIMATION_SCALE (https://developer.android.com/reference/android/provider/Settings.Global.html#WINDOW_ANIMATION_SCALE, https://developer.android.com/reference/android/provider/Settings.System.html#WINDOW_ANIMATION_SCALE) could help stabilize some of our UI tests that otherwise are forced to flakily wait for idle to ensure animations have finished.
 
Status: Started (was: Assigned)
devil CL on review: https://codereview.chromium.org/2993233002/

This will affect unswarmed bots (i.e., mostly downstream). If it seems to work, I'll port it over to swarming's equivalent.
Project Member

Comment 2 by bugdroid1@chromium.org, Aug 11 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/2de71eade34e55b034df7b016e3e66fc9673c303

commit 2de71eade34e55b034df7b016e3e66fc9673c303
Author: catapult-deps-roller@chromium.org <catapult-deps-roller@chromium.org>
Date: Fri Aug 11 16:54:37 2017

Roll src/third_party/catapult/ 0eeb5baed..7e08027e9 (15 commits)

https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/0eeb5baed7a4..7e08027e9800

$ git log 0eeb5baed..7e08027e9 --date=short --no-merges --format='%ad %ae %s'
2017-08-11 perezju [experimental] Chrome on Android Go user stories
2017-08-11 jbudorick Revert of ApkHelper: Add GetViewActivityName(). Make GetActivityName() more strict (patchset #2 id:20001 of https://codereview.chromium.org/2994053002/ )
2017-08-11 perezju Revert of [devil] Extract logging common behavior to its own module. (patchset #3 id:40001 of https://codereview.chromium.org/2972253002/ )
2017-08-10 jbudorick [devil] Disable window animations in device provisioning.
2017-08-10 htwiggsmith Update tag filter to return all stories when no tags are selected
2017-08-10 dskiba Write startup HTML profile into the specified file.
2017-08-10 phsilva Gathering Device Information in Telemetry
2017-08-10 eakuefner [Catapult] Remove special-purpose diagnostic addition modules
2017-08-10 htwiggsmith Add some Google Analytics events to the dashboard
2017-08-10 benjhayden Rename diagnostic reserved names to camelCase.
2017-08-10 loloangela Fix errors related to invalid-name pt. 2
2017-08-10 loloangela Fix errors related to invalid-name pt. 1
2017-08-10 perezju [Telemetry] Change API of ShouldStopBrowserAfterStoryRun
2017-08-10 agrieve ApkHelper: Add GetViewActivityName(). Make GetActivityName() more strict
2017-08-10 jbudorick [devil] Extract logging common behavior to its own module.

Created with:
  roll-dep src/third_party/catapult
BUG=752963, 749239 ,753077, 748566 , 749239 


Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, see:
http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls


CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel
TBR=sullivan@chromium.org

Change-Id: Ie9e36907f7b9cfbef956a2c01eec99bd8d262e8f
Reviewed-on: https://chromium-review.googlesource.com/612370
Reviewed-by: <catapult-deps-roller@chromium.org>
Commit-Queue: <catapult-deps-roller@chromium.org>
Cr-Commit-Position: refs/heads/master@{#493775}
[modify] https://crrev.com/2de71eade34e55b034df7b016e3e66fc9673c303/DEPS

You can also trial-run the change on staging android swarm bots: (https://ci.chromium.org/p/chromium/g/chromium.swarm/builders) by adding it to their provisioning:
https://chrome-internal.googlesource.com/infradata/config/+/master/configs/chromium-swarm-dev/scripts/android.py
Components: Infra>Client>Chrome
Moving Infra>Client>Android -> Infra>Client>Chrome+OS=Android
Components: -Infra>Client>Android

Sign in to add a comment