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

Issue 606160 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Apr 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug

Blocking:
issue 604934



Sign in to add a comment

Android Debug (Nexus 9) converted to Chromium recipe isn't running any tests

Project Member Reported by kbr@chromium.org, Apr 23 2016

Issue description

This bot was recently changed to run the Chromium recipe:
https://build.chromium.org/p/chromium.gpu.fyi/builders/Android%20Debug%20(Nexus%209)

and has a couple of starter gtests (gl_tests and gl_unittests, known to work on https://build.chromium.org/p/chromium.linux/builders/Android%20Tests%20(dbg) ) listed in src/testing/buildbot/chromium.gpu.fyi.json , which is generated by src/content/test/gpu/generate_buildbot_json.py .

The bot is also listed as a builder_tester in tools/build/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py .

However, the bot doesn't seem to understand that it needs to run any tests. It doesn't use any specific compile targets (thereby building everything) and also doesn't run anything after the compile.

Pawel, could you please help us understand what's going wrong?

 
Project Member

Comment 1 by bugdroid1@chromium.org, Apr 26 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/bdd44a91d205fb204105d8939bca4afe47ed6ef2

commit bdd44a91d205fb204105d8939bca4afe47ed6ef2
Author: cblume@chromium.org <cblume@chromium.org>
Date: Tue Apr 26 22:29:27 2016

Adding test generators to the Nexus 9 bot.

Previously, the tests were not running on the Nexus 9 bot.
We believe this is because there were no test generators.
This should enable a handful of test generators, including telemetry ones.
But since there are no telemetry tests on that bot, those should effectively
be a noop.

BUG= 606160 
TBR=kbr@chromium.org

Review URL: https://codereview.chromium.org/1924653002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/build@300214 0039d316-1c4b-4281-b951-d872f2087c98

[modify] https://crrev.com/bdd44a91d205fb204105d8939bca4afe47ed6ef2/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py

Comment 2 by aga...@chromium.org, Apr 26 2016

Components: Infra>Platform>Recipes
Labels: -Infra-Recipes

Comment 3 by benhenry@google.com, Apr 27 2016

Components: Infra>Client>Android
Labels: -Infra-Android

Comment 4 by kbr@chromium.org, Apr 27 2016

Cc: phajdan.jr@chromium.org
Owner: cblume@chromium.org
Status: Verified (was: Assigned)
Thanks for fixing this Chris. That was it; the bot's running tests.

Sign in to add a comment