Convert Coverage flavor and bot to Swarming.
This CL does the following:
* Convert Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage to use the skia/swarm_trigger recipe and run on skiabot-linux-swarm-013.
* Compile steps are skipped for Coverage bots because the path to the out directory was compiled into the binary, which is why the compile and test steps needed to be combined.
* All coverage GS uploads are now done from the babysitter bot using the swarming outputs.
* Updated specs using the build_spec change in
https://codereview.chromium.org/1889183002
* Updated all expectations and tests.
Tested it locally with:
python scripts/tools/run_recipe.py skia/swarm_trigger buildername=Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot slavename=skiabot-linux-swarm-012 mastername=client.skia buildnumber=2 revision=4334ff29b474e3ca6acd6316ae24569eb58550c3
rietveld=https://codereview.chromium.org issue=1858363002 patchset=390001
Resultant working Swarming test_skia task:
https://chromium-swarm.appspot.com/user/task/2e326e6c03ca9210
BUG=
skia:5159
Committed:
http://src.chromium.org/viewvc/chrome?view=rev&revision=299978