| Index: masters/master.client.webrtc.fyi/master_linux_cfg.py
|
| diff --git a/masters/master.client.webrtc.fyi/master_linux_cfg.py b/masters/master.client.webrtc.fyi/master_linux_cfg.py
|
| index 5d409f6b644d3403dbd9565a8d557092db5c99f7..4bd75f66c2b267777a74dd79bd40e45f3716af5b 100644
|
| --- a/masters/master.client.webrtc.fyi/master_linux_cfg.py
|
| +++ b/masters/master.client.webrtc.fyi/master_linux_cfg.py
|
| @@ -30,8 +30,6 @@ def Update(c):
|
| branch='master',
|
| treeStableTimer=0,
|
| builderNames=[
|
| - 'Linux32 Debug',
|
| - 'Linux32 Release',
|
| 'Linux64 GCC',
|
| 'Linux64 Release (swarming)',
|
| ]),
|
| @@ -45,8 +43,6 @@ def Update(c):
|
| ])
|
|
|
| specs = [
|
| - {'name': 'Linux32 Debug', 'slavebuilddir': 'linux32'},
|
| - {'name': 'Linux32 Release', 'slavebuilddir': 'linux32'},
|
| {
|
| 'name': 'Linux64 GCC',
|
| 'slavebuilddir': 'linux_gcc',
|
|
|