New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 726463 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit 27 days ago
Closed: May 2017
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

Bisect tool should support ARM64 upstream builds

Project Member Reported by aelias@chromium.org, May 25 2017

Issue description

I wanted to bisect in the range 474230..474499, which is missing builds in "Android Builder" directory in https://pantheon.corp.google.com/storage/browser/chrome-test-builds/official-by-commit/ but does have builds in Android arm64 Builder/.

But specifying upstream arm_64 APK has an error:

$ python clank/tools/bisect-archived-builds.py -a arm_64 --apk chromium -u -o -g 474230 -b 474499
Setting up Catapult in /usr/local/google/home/aelias/7/a2/src/clank/tools/catapult_bisect_dep.
Set the environment var CATAPULT_DIR to override Catapult directory.
Updating Catapult...

Already up-to-date.

Done
Traceback (most recent call last):
  File "clank/tools/bisect-archived-builds.py", line 937, in <module>
    sys.exit(main())
  File "clank/tools/bisect-archived-builds.py", line 912, in main
    'Upstream official builds, can only bisect on chromium apk builds.')
NotImplementedError: Upstream official builds, can only bisect on chromium apk builds.
 
Status: Started (was: Assigned)
Uploaded the fix for review https://chrome-internal-review.googlesource.com/c/383248/

The reason we don't see arm builds for the given range is because, the Android builders are way behind in processing revisions.
Last revision that compiled is 474254
https://build.chromium.org/p/chromium.perf/builders/Android%20Builder




Components: -Speed>Bisection
Labels: Functional-Bisect
Project Member

Comment 3 by bugdroid1@chromium.org, May 25 2017

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/clank/internal/apps/+/0b648862d60987e6c381797d4990f4ec64a8c731

commit 0b648862d60987e6c381797d4990f4ec64a8c731
Author: prasadv <prasadv@google.com>
Date: Thu May 25 22:54:54 2017

Status: Fixed (was: Started)

Sign in to add a comment