Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1011)

Unified Diff: scripts/slave/recipes/skia/swarm_test.py

Issue 1862713002: Convert Coverage flavor and bot to Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rename Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/skia/swarm_test.py
diff --git a/scripts/slave/recipes/skia/swarm_test.py b/scripts/slave/recipes/skia/swarm_test.py
index df16872745c4c8a31efafcd1d767fa9418017e44..14a524c9444d8e40e416e552bab47e38def6fdca 100644
--- a/scripts/slave/recipes/skia/swarm_test.py
+++ b/scripts/slave/recipes/skia/swarm_test.py
@@ -30,6 +30,9 @@ TEST_BUILDERS = {
'skiabot-linux-swarm-012': [
'Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind',
],
+ 'skiabot-linux-swarm-013': [
+ 'Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot',
+ ],
},
}

Powered by Google App Engine
This is Rietveld 408576698