Index: masters/master.client.skia/slaves.cfg |
diff --git a/masters/master.client.skia/slaves.cfg b/masters/master.client.skia/slaves.cfg |
index f5dbec7515fd7277a5e985575f6d51aa40b1bcea..4af85a7b4c46ca0263ec7d1b9fd7daeafe9f7356 100644 |
--- a/masters/master.client.skia/slaves.cfg |
+++ b/masters/master.client.skia/slaves.cfg |
@@ -25,7 +25,6 @@ slaves = [ |
'hostname': 'skiabot-linux-tester-%s' % ('%d' % i).zfill(INTEGER_WIDTH), |
'builder': [ |
'Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release', |
- 'Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage', |
'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug', |
'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug', |
'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-ASAN', |
@@ -242,4 +241,14 @@ slaves = [ |
'version': 'precise', |
'bits': '64', |
}, |
+ { |
+ 'master': 'Skia', |
+ 'hostname': 'skiabot-linux-swarm-013', |
+ 'builder': [ |
+ 'Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage', |
+ ], |
+ 'os': 'linux', |
+ 'version': 'precise', |
+ 'bits': '64', |
+ }, |
] |