| Index: buildbot/buildbot_selector.py
|
| diff --git a/buildbot/buildbot_selector.py b/buildbot/buildbot_selector.py
|
| index f6a67fdd2bc029e7a3afebbfd42e7e455fe5a02a..2daf776d54cb8252c843c47aade74dd08dc25658 100755
|
| --- a/buildbot/buildbot_selector.py
|
| +++ b/buildbot/buildbot_selector.py
|
| @@ -95,10 +95,6 @@ BOT_ASSIGNMENT = {
|
| ######################################################################
|
| 'nacl-precise64_validator_opt':
|
| python + ' buildbot/buildbot_standard.py opt 64 glibc --validator',
|
| - 'nacl-precise64_newlib_dbg_valgrind':
|
| - bash + ' buildbot/buildbot_valgrind.sh newlib',
|
| - 'nacl-precise64_glibc_dbg_valgrind':
|
| - bash + ' buildbot/buildbot_valgrind.sh glibc',
|
| # Android trybots.
|
| 'nacl-precise64-newlib-dbg-android':
|
| echo + ' "Android bots are disabled and going away"',
|
|
|