Regenerate LUCI configs to include lucicfg invocation details.

See also https://chromium-review.googlesource.com/c/3232093

R=olivernewman@google.com

Change-Id: Ib79c815361a98721f722d1cefee26631bd7c5bed
Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/config/+/595868
Reviewed-by: Oliver Newman <olivernewman@google.com>
diff --git a/main.star b/main.star
index 341e406..3ca57f3 100755
--- a/main.star
+++ b/main.star
@@ -16,7 +16,7 @@
 builder_var = lucicfg.var(expose_as = "builder")
 
 # Update this version whenever relying on new lucicfg features.
-lucicfg.check_version("1.24.4", "Please update lucicfg")
+lucicfg.check_version("1.29.0", "Please update lucicfg")
 
 # Enable LUCI Realms support.
 lucicfg.enable_experiment("crbug.com/1085650")
diff --git a/repositories/cobalt/project.cfg b/repositories/cobalt/project.cfg
index 9843832..a4738ba 100644
--- a/repositories/cobalt/project.cfg
+++ b/repositories/cobalt/project.cfg
@@ -6,3 +6,16 @@
 
 name: "fuchsia-cobalt"
 access: "group:all"
+lucicfg {
+  version: "1.29.0"
+  config_dir: "repositories/cobalt"
+  entry_point: "main.star"
+  vars {
+    key: "builder"
+    value: "tricium-cobalt"
+  }
+  vars {
+    key: "repo"
+    value: "cobalt"
+  }
+}
diff --git a/repositories/fuchsia/project.cfg b/repositories/fuchsia/project.cfg
index 32c6c08..d4e255b 100644
--- a/repositories/fuchsia/project.cfg
+++ b/repositories/fuchsia/project.cfg
@@ -6,3 +6,16 @@
 
 name: "fuchsia-fuchsia"
 access: "group:all"
+lucicfg {
+  version: "1.29.0"
+  config_dir: "repositories/fuchsia"
+  entry_point: "main.star"
+  vars {
+    key: "builder"
+    value: "tricium"
+  }
+  vars {
+    key: "repo"
+    value: "fuchsia"
+  }
+}
diff --git a/repositories/infra/recipes/project.cfg b/repositories/infra/recipes/project.cfg
index 8207c0a..37ec8cf 100644
--- a/repositories/infra/recipes/project.cfg
+++ b/repositories/infra/recipes/project.cfg
@@ -6,3 +6,16 @@
 
 name: "fuchsia-infra-recipes"
 access: "group:all"
+lucicfg {
+  version: "1.29.0"
+  config_dir: "repositories/infra/recipes"
+  entry_point: "main.star"
+  vars {
+    key: "builder"
+    value: "tricium-recipes"
+  }
+  vars {
+    key: "repo"
+    value: "infra/recipes"
+  }
+}
diff --git a/repositories/tools/project.cfg b/repositories/tools/project.cfg
index 023ee73..3a4db0f 100644
--- a/repositories/tools/project.cfg
+++ b/repositories/tools/project.cfg
@@ -6,3 +6,16 @@
 
 name: "fuchsia-tools"
 access: "group:all"
+lucicfg {
+  version: "1.29.0"
+  config_dir: "repositories/tools"
+  entry_point: "main.star"
+  vars {
+    key: "builder"
+    value: "tricium-infra"
+  }
+  vars {
+    key: "repo"
+    value: "tools"
+  }
+}