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

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

Issue 1920283002: Modify Skia recipes to allow running XSAN on Swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Changes based on code review. Created 4 years, 7 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_trigger.py
diff --git a/scripts/slave/recipes/skia/swarm_trigger.py b/scripts/slave/recipes/skia/swarm_trigger.py
index 9c1fc14fc802d375cfb36bcc27b175320c7ce795..2b8d455f07dcde218c3c71abeb994429d1f9771d 100644
--- a/scripts/slave/recipes/skia/swarm_trigger.py
+++ b/scripts/slave/recipes/skia/swarm_trigger.py
@@ -45,6 +45,7 @@ TEST_BUILDERS = {
'Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming',
'Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-Swarming',
'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming',
+ 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN',
'Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release-Swarming',
'Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Swarming',
],

Powered by Google App Engine
This is Rietveld 408576698