packaging recipe for release

Change-Id: Ibe38650f2ddbd4ef9065840de81c23803cc83b15

generated files

Change-Id: Ibe38650f2ddbd4ef9065840de81c23803cc83b15
Reviewed-on: https://flutter-review.googlesource.com/c/infra/+/28083
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
Commit-Queue: Xilai Zhang <xilaizhang@google.com>
diff --git a/config/generated/flutter/luci/cr-buildbucket.cfg b/config/generated/flutter/luci/cr-buildbucket.cfg
index d198176..61112fa 100644
--- a/config/generated/flutter/luci/cr-buildbucket.cfg
+++ b/config/generated/flutter/luci/cr-buildbucket.cfg
@@ -583,7 +583,7 @@
         '  "gold_tryjob": false,'
         '  "goma_jobs": "200",'
         '  "mastername": "client.flutter",'
-        '  "recipe": "flutter",'
+        '  "recipe": "packaging/packaging",'
         '  "upload_packages": true'
         '}'
       priority: 25
@@ -624,7 +624,7 @@
         '  "gold_tryjob": false,'
         '  "goma_jobs": "200",'
         '  "mastername": "client.flutter",'
-        '  "recipe": "flutter",'
+        '  "recipe": "packaging/packaging",'
         '  "upload_packages": true'
         '}'
       priority: 25
@@ -665,7 +665,7 @@
         '  "gold_tryjob": false,'
         '  "goma_jobs": "200",'
         '  "mastername": "client.flutter",'
-        '  "recipe": "flutter",'
+        '  "recipe": "packaging/packaging",'
         '  "upload_packages": true'
         '}'
       priority: 25
@@ -54572,7 +54572,7 @@
         '  "gold_tryjob": false,'
         '  "goma_jobs": "200",'
         '  "mastername": "client.flutter",'
-        '  "recipe": "flutter",'
+        '  "recipe": "packaging/packaging",'
         '  "upload_packages": true'
         '}'
       priority: 25
@@ -54614,7 +54614,7 @@
         '  "gold_tryjob": false,'
         '  "goma_jobs": "200",'
         '  "mastername": "client.flutter",'
-        '  "recipe": "flutter",'
+        '  "recipe": "packaging/packaging",'
         '  "upload_packages": true'
         '}'
       priority: 25
@@ -54713,7 +54713,7 @@
         '  "gold_tryjob": false,'
         '  "goma_jobs": "200",'
         '  "mastername": "client.flutter",'
-        '  "recipe": "flutter",'
+        '  "recipe": "packaging/packaging",'
         '  "upload_packages": true'
         '}'
       priority: 25
@@ -54754,7 +54754,7 @@
         '  "gold_tryjob": false,'
         '  "goma_jobs": "200",'
         '  "mastername": "client.flutter",'
-        '  "recipe": "flutter",'
+        '  "recipe": "packaging/packaging",'
         '  "upload_packages": true'
         '}'
       priority: 25
@@ -54795,7 +54795,7 @@
         '  "gold_tryjob": false,'
         '  "goma_jobs": "200",'
         '  "mastername": "client.flutter",'
-        '  "recipe": "flutter",'
+        '  "recipe": "packaging/packaging",'
         '  "upload_packages": true'
         '}'
       priority: 25
@@ -91059,7 +91059,7 @@
         '  "gold_tryjob": false,'
         '  "goma_jobs": "200",'
         '  "mastername": "client.flutter",'
-        '  "recipe": "flutter",'
+        '  "recipe": "packaging/packaging",'
         '  "upload_packages": true'
         '}'
       priority: 25
@@ -91100,7 +91100,7 @@
         '  "gold_tryjob": false,'
         '  "goma_jobs": "200",'
         '  "mastername": "client.flutter",'
-        '  "recipe": "flutter",'
+        '  "recipe": "packaging/packaging",'
         '  "upload_packages": true'
         '}'
       priority: 25
@@ -91141,7 +91141,7 @@
         '  "gold_tryjob": false,'
         '  "goma_jobs": "200",'
         '  "mastername": "client.flutter",'
-        '  "recipe": "flutter",'
+        '  "recipe": "packaging/packaging",'
         '  "upload_packages": true'
         '}'
       priority: 25
diff --git a/config/generated/flutter/luci/project.cfg b/config/generated/flutter/luci/project.cfg
index 53d147b..1b70f14 100644
--- a/config/generated/flutter/luci/project.cfg
+++ b/config/generated/flutter/luci/project.cfg
@@ -7,7 +7,7 @@
 name: "flutter"
 access: "group:all"
 lucicfg {
-  version: "1.30.9"
+  version: "1.30.10"
   package_dir: "../../.."
   config_dir: "generated/flutter/luci"
   entry_point: "main.star"
diff --git a/config/packaging_config.star b/config/packaging_config.star
index b658428..0bfef0d 100644
--- a/config/packaging_config.star
+++ b/config/packaging_config.star
@@ -50,7 +50,7 @@
         },
     }
 
-    packaging_recipe("flutter", branches.stable.recipes_ref)
+    packaging_recipe("packaging/packaging", branches.stable.recipes_ref)
     packaging_prod_config(
         platform_args,
         "stable",
@@ -58,7 +58,7 @@
         branches.stable.recipes_ref,
     )
 
-    packaging_recipe("flutter", branches.beta.recipes_ref)
+    packaging_recipe("packaging/packaging", branches.beta.recipes_ref)
     packaging_prod_config(
         platform_args,
         "beta",
@@ -66,7 +66,7 @@
         branches.beta.recipes_ref,
     )
 
-    packaging_recipe("flutter", branches.dev.recipes_ref)
+    packaging_recipe("packaging/packaging", branches.dev.recipes_ref)
     packaging_prod_config(
         platform_args,
         "dev",
@@ -168,7 +168,7 @@
         # Defines framework prod builders
         common.linux_prod_builder(
             name = builder_name("Linux Flutter %s Packaging|%s", branch),
-            recipe = common.full_recipe_name("flutter", recipes_ref),
+            recipe = common.full_recipe_name("packaging/packaging", recipes_ref),
             console_view_name = console_view_name,
             triggered_by = [trigger_name],
             triggering_policy = triggering_policy,
@@ -177,7 +177,7 @@
         )
         common.mac_prod_builder(
             name = builder_name("Mac Flutter %s Packaging|%s", branch),
-            recipe = common.full_recipe_name("flutter", recipes_ref),
+            recipe = common.full_recipe_name("packaging/packaging", recipes_ref),
             console_view_name = console_view_name,
             triggered_by = [trigger_name],
             triggering_policy = triggering_policy,
@@ -190,7 +190,7 @@
         if branch in ("dev", "beta"):
             common.mac_prod_builder(
                 name = builder_name("Mac Arm64 Flutter %s Packaging|%s", branch),
-                recipe = common.full_recipe_name("flutter", recipes_ref),
+                recipe = common.full_recipe_name("packaging/packaging", recipes_ref),
                 console_view_name = console_view_name,
                 triggered_by = [trigger_name],
                 triggering_policy = triggering_policy,
@@ -199,7 +199,7 @@
             )
         common.windows_prod_builder(
             name = builder_name("Windows Flutter %s Packaging|%s", branch),
-            recipe = common.full_recipe_name("flutter", recipes_ref),
+            recipe = common.full_recipe_name("packaging/packaging", recipes_ref),
             console_view_name = console_view_name,
             triggered_by = [trigger_name],
             triggering_policy = triggering_policy,