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

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

Issue 2238493002: WebRTC: Remove Linux32 Debug+Release builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Removed the exclusion of the bots Created 4 years, 4 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.webrtc/master_linux_cfg.py ('k') | scripts/slave/recipe_modules/webrtc/builders.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc/slaves.cfg
diff --git a/masters/master.client.webrtc/slaves.cfg b/masters/master.client.webrtc/slaves.cfg
index cce6d055d7ee310ebd8b944c6eba104c59a5c6f3..f3936aafe9f377e0f50d01ee45679afeb328395d 100644
--- a/masters/master.client.webrtc/slaves.cfg
+++ b/masters/master.client.webrtc/slaves.cfg
@@ -3,19 +3,6 @@
# found in the LICENSE file.
slaves = [
- # Linux 32-bit.
- {
- 'master': 'WebRTC',
- 'os': 'linux',
- 'version': 'trusty',
- 'bits': '32',
- 'builder': [
- 'Linux32 Debug',
- 'Linux32 Release',
- ],
- 'hostname': 'vm310-m3',
- }
-] + [
# Linux 64-bit.
{
'master': 'WebRTC',
« no previous file with comments | « masters/master.client.webrtc/master_linux_cfg.py ('k') | scripts/slave/recipe_modules/webrtc/builders.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698