Issue metadata
Sign in to add a comment
|
Most Android trybots compile only and don't run unittests |
||||||||||||||||||||||||
Issue descriptionI ran https://codereview.chromium.org/1719433002/ via trybots. All bots are green, however, when clicking on them I see that very Android bots did actually run unittests at all, did just compile. I was expecting at very least base_unittest to be run, as I am adding a new unittest there. This is the case for android_clang_dbg_recipe or android_arm64_dbg_recipe https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/47522 did not run any unittest. For instance, how am I guaranteed that this will not break the main waterfall on arm64 once it lands? Am I missing something?
,
Apr 12 2016
I'm pretty sure that we don't run tests on most android trybots because we don't have resources to support it. We do run all the tests on linux_android_rel_ng. For custom resources, which aren't on the CQ by default, we could probably turn on the tests. Those trybots were originally just compile only trybots, I believe explicitly, which is why they're connected to a pool of GCE instances. I'd be fine with running unittests on them, if that's at all possible. They don't have devices attached to them, however.
,
Apr 14 2016
Actually, discussed this in our meeting today. We can make these swarming trybots with at lower priority, so that they can run tests. No one has capacity for this at the moment; we will revisit this in 2 weeks.
,
Apr 14 2016
,
Apr 14 2016
Note that we'll be spinning up a new arm64 android cq bot very soon with the needed capacity, so that'll give us full test coverage on both arm32 and arm64.
,
Apr 26 2016
,
Apr 27 2016
,
Apr 27 2016
,
May 19 2016
32 bit release tester: https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng 32 bit debug tester: https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_dbg_ng 64 bit release and debug tester: Will be available with bug/589168 |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by jpar...@google.com
, Apr 11 2016