[ci] Adds ci enable branch for batch release#11614
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds a validation check to the RepoPackageInfoCheckCommand to ensure that .ci.yaml contains the appropriate release branch patterns for batch and non-batch packages. It also includes unit tests to verify these checks under various conditions. Review feedback suggests improving the robustness and efficiency of the YAML parsing logic and correcting a minor formatting inconsistency in an error message.
stuartmorgan-g
left a comment
There was a problem hiding this comment.
I just landed a refactor that moved all of this logic into a file in lib/src/validators/, so you'll need to move it there, but that should be simple since it was a mostly-direct move.
| if (isBatchRelease) { | ||
| printError( | ||
| '${_indentation}Missing .ci.yaml file at the repository root.\n' | ||
| '${_indentation}See https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/README.md#batch-release', |
There was a problem hiding this comment.
will update this doc once everything is settled. This pr should be the last one hopefully
…r#186145) flutter/packages@1ef39dc...67ec0d3 2026-05-05 stuartmorgan@google.com [url_launcher] Remove obsolete LICENSE entries (flutter/packages#11631) 2026-05-05 57368238+q2a3z@users.noreply.github.com [camera_android] Reset AE and AF triggers to idle after capture (flutter/packages#11330) 2026-05-05 47866232+chunhtai@users.noreply.github.com [ci] Adds ci enable branch for batch release (flutter/packages#11614) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
as title
this is for the ci check in batch release pr https://github.com/flutter/packages/pull/11613/checks?check_run_id=73678550049
Pre-Review Checklist
[shared_preferences]///).If you need help, consider asking for advice on the #hackers-new channel on Discord.
Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the
gemini-code-assistbot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.Footnotes
Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling. ↩ ↩2