Disable linux_swarm_triggered.

It was enabled in r230165 (a few moments ago, really) but we want to do
infrastructure work on the swarming master before increasing usage. This
CL will be reverted soon, we simply do not want the CQ to be restarted
in the meantime and having it start using linux_swarm_triggered while
maintenance is going on.

TBR=stip@chromium.org
BUG=

Review URL: https://codereview.chromium.org/35813002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/commit-queue@230173 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/projects.py b/projects.py
index a32085b..07a9b09 100644
--- a/projects.py
+++ b/projects.py
@@ -414,7 +414,7 @@
     # Commenting out the items below will make the CQ not use swarm for its
     # execution. Uncomment to make the CQ use Swarming again.
     swarm_enabled_builders_and_tests = {
-      ('linux_rel', 'linux_swarm_triggered'): swarm_test_map,
+      #('linux_rel', 'linux_swarm_triggered'): swarm_test_map,
       # ('mac_rel', 'mac_swarm_triggered'): swarm_test_map,
       # ('win_rel', 'win_swarm_triggered'): swarm_test_map,
     }