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

Unified Diff: masters/master.client.skia/slaves.cfg

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
« no previous file with comments | « masters/master.client.skia/builders.cfg ('k') | scripts/slave/recipe_modules/skia/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ },
]
« no previous file with comments | « masters/master.client.skia/builders.cfg ('k') | scripts/slave/recipe_modules/skia/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698