| 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 624777e09801cec591a3f9416495f3a711185724..7d7b373aa394f76f632248304ca6c5d598ddf4d9 100644
|
| --- a/masters/master.client.webrtc.fyi/master_linux_cfg.py
|
| +++ b/masters/master.client.webrtc.fyi/master_linux_cfg.py
|
| @@ -13,14 +13,10 @@ def Update(c):
|
| SingleBranchScheduler(name='webrtc_linux_scheduler',
|
| branch='trunk',
|
| treeStableTimer=0,
|
| - builderNames=[
|
| - 'Linux TsanRV',
|
| - 'Linux LSan (and ASan)',
|
| - ]),
|
| + builderNames=['Linux LSan (and ASan)']),
|
| ])
|
|
|
| specs = [
|
| - {'name': 'Linux TsanRV', 'slavebuilddir': 'linux_tsanrv'},
|
| {'name': 'Linux LSan (and ASan)', 'slavebuilddir': 'linux_lsan_asan'},
|
| ]
|
|
|
|
|