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

Unified Diff: masters/master.client.nacl.ports/slaves.cfg

Issue 1364893006: Remove sdk ports builder from naclports master (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.nacl.ports/slaves.cfg
diff --git a/masters/master.client.nacl.ports/slaves.cfg b/masters/master.client.nacl.ports/slaves.cfg
index caec382eead4886bc1158db724aa45d6735e421a..701f261f794a4f84391d01072cc580ba934ff13e 100644
--- a/masters/master.client.nacl.ports/slaves.cfg
+++ b/masters/master.client.nacl.ports/slaves.cfg
@@ -50,9 +50,6 @@ for platform in platforms:
for shard in range(shards[platform][libc]):
builders.append('%s%s-%s-%d' % (when, platform, libc, shard))
categories.append('%02d%s%s' % (order, when, libc))
- if platform == 'linux':
- builders.append('linux-sdk')
- categories.append('99sdk')
slaves.append({
'master': 'NativeClientPorts',
'builder': builders,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698