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

Unified Diff: scripts/slave/recipes/skia/skia.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/skia.py
diff --git a/scripts/slave/recipes/skia/skia.py b/scripts/slave/recipes/skia/skia.py
index 0c004b1c2bb516e8fb1c95cb9ed200533c303100..89dd6ea05615253363960371534d2b5991fd9490 100644
--- a/scripts/slave/recipes/skia/skia.py
+++ b/scripts/slave/recipes/skia/skia.py
@@ -62,6 +62,7 @@ TEST_BUILDERS = {
'Housekeeper-PerCommit-Trybot',
'Perf-Android-GCC-Nexus5-CPU-NEON-Arm7-Release-Appurify',
'Perf-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release-Appurify',
+ 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN',
],
},
}
@@ -347,4 +348,3 @@ def GenTests(api):
api.path['slave_build'].join('tmp', 'uninteresting_hashes.txt')
)
)
-

Powered by Google App Engine
This is Rietveld 408576698