| Index: masters/master.tryserver.chromium.linux/slaves.cfg
|
| diff --git a/masters/master.tryserver.chromium.linux/slaves.cfg b/masters/master.tryserver.chromium.linux/slaves.cfg
|
| index bde3697a1cce6b87272359694f7eb379c583ae4b..fa84cd692e42da4b13e460a6d0cb6a09e18770aa 100644
|
| --- a/masters/master.tryserver.chromium.linux/slaves.cfg
|
| +++ b/masters/master.tryserver.chromium.linux/slaves.cfg
|
| @@ -46,7 +46,6 @@ def linux():
|
| 'linux_chromium_dbg', 'linux_chromium_rel',
|
| 'linux_chromium_dbg_ng', 'linux_chromium_rel_ng',
|
| 'linux_chromium_compile_dbg', 'linux_chromium_compile_rel',
|
| - 'linux_rel_naclmore',
|
| 'linux_arm_compile',
|
|
|
| 'linux_chromium_gn_dbg', 'linux_chromium_gn_rel',
|
| @@ -73,10 +72,7 @@ def linux():
|
| # increase the "cache locally" of having a checkout already recent on the
|
| # slave.
|
| extras = [
|
| - [['linux_chromeos_valgrind'], 2],
|
| - [['linux_valgrind'], 4],
|
| [['linux_chromeos_asan', 'linux_chromeos_browser_asan'], 6],
|
| - [['linux_redux'], 2],
|
| [['linux_nacl_sdk', 'linux_nacl_sdk_bionic'], 3],
|
| [['linux_ecs_ozone'], 3],
|
| [['linux_arm'], 3],
|
|
|