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

Unified Diff: masters/master.client.skia.fyi/builders.cfg

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: 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: masters/master.client.skia.fyi/builders.cfg
diff --git a/masters/master.client.skia.fyi/builders.cfg b/masters/master.client.skia.fyi/builders.cfg
index dc87641d801e370761640125e1c7ce6d4624b762..7e4c26f930996ce9bf8c6f25d82143fba0c5e1c6 100644
--- a/masters/master.client.skia.fyi/builders.cfg
+++ b/masters/master.client.skia.fyi/builders.cfg
@@ -50,9 +50,9 @@ builders = [
'recipe': 'skia/swarm_trigger' },
{ 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming',
'recipe': 'skia/swarm_trigger' },
- { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SwarmingASAN',
+ { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingASAN',
'recipe': 'skia/swarm_trigger' },
- { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SwarmingMSAN',
+ { 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN',
borenet 2016/05/04 11:15:55 Is this an important difference?
dogben 2016/05/04 13:48:02 When I added these, I hadn't realized that the cur
borenet 2016/05/04 13:52:58 Agreed.
'recipe': 'skia/swarm_trigger' },
{ 'name': 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SwarmingTSAN',
'recipe': 'skia/swarm_trigger' },
« no previous file with comments | « no previous file | masters/master.client.skia.fyi/slaves.cfg » ('j') | scripts/slave/recipe_modules/skia/xsan_flavor.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698