Hi folks,
Over the summer I was looking to get swarming working for webl_conformance_validating_tests on Android. Thanks to a tip from
sven...@chromium.org in a different context, I found a lower-overhead way of accomplishing the underlying goal of "repro test flake that has exhibited on a bot": Create a CL that, in addition to any desired code modifications, additionally locally modifies the relevant bot's arguments to run only the desired test(s) repeatedly.
This works in contexts where setting up swarming is difficult (as it is for webgl_conformance_validating_tests) and/or you're not provisioned to locally build the configuration in question.
Instructions for doing this are now
here. Let me know if you have any problems with them!
Best,
Colin