[tricium] Map tools.git to tricium-tools builder

tricium-infra checks out the infra code which no longer includes
tools.git, so it needs its own tricium builder "tricium-tools".

Change-Id: I5eaeadc4ef4ee8cc81e80a38b9b24a2d66870535
Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/config/+/790970
Reviewed-by: Oliver Newman <olivernewman@google.com>
diff --git a/gen.sh b/gen.sh
index f794d88..a1a595b 100755
--- a/gen.sh
+++ b/gen.sh
@@ -9,7 +9,7 @@
     ["cobalt"]="tricium-cobalt"
     ["fuchsia"]="tricium"
     ["infra/recipes"]="tricium-recipes"
-    ["tools"]="tricium-infra"
+    ["tools"]="tricium-tools"
 )
 
 validate=false
diff --git a/repositories/tools/project.cfg b/repositories/tools/project.cfg
index 181504c..f1d3b1f 100644
--- a/repositories/tools/project.cfg
+++ b/repositories/tools/project.cfg
@@ -13,7 +13,7 @@
   entry_point: "main.star"
   vars {
     key: "builder"
-    value: "tricium-infra"
+    value: "tricium-tools"
   }
   vars {
     key: "repo"
diff --git a/repositories/tools/tricium-prod.cfg b/repositories/tools/tricium-prod.cfg
index 0d281a3..117c2a4 100644
--- a/repositories/tools/tricium-prod.cfg
+++ b/repositories/tools/tricium-prod.cfg
@@ -3,7 +3,7 @@
 
 functions {
   type: ANALYZER
-  name: "FuchsiaTriciumTriciumInfra"
+  name: "FuchsiaTriciumTriciumTools"
   needs: GIT_FILE_DETAILS
   provides: RESULTS
   impls {
@@ -12,12 +12,12 @@
     recipe {
       project: "fuchsia"
       bucket: "tricium"
-      builder: "tricium-infra"
+      builder: "tricium-tools"
     }
   }
 }
 selections {
-  function: "FuchsiaTriciumTriciumInfra"
+  function: "FuchsiaTriciumTriciumTools"
   platform: LINUX
 }
 repos {