-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Disable presubmit: false targets for recipes CQ
#5735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
flutter/packages@4c3bc49...23d2d9c 2023-12-22 49699333+dependabot[bot]@users.noreply.github.com Bump lewagon/wait-on-check-action from 1.3.1 to 1.3.3 (flutter/packages#5737) 2023-12-21 [email protected] Disable `presubmit: false` targets for recipes CQ (flutter/packages#5735) 2023-12-21 [email protected] [go_router] Refactored RouteMatchList and imperative APIs (flutter/packages#5497) 2023-12-21 [email protected] Add env_variables in ci.yaml (flutter/packages#5730) 2023-12-21 [email protected] Roll Flutter (stable) from 2e9cb0a to 78666c8 (1 revision) (flutter/packages#5734) 2023-12-21 [email protected] Roll Flutter from da0cd69 to 11def8e (16 revisions) (flutter/packages#5732) 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 [email protected],[email protected] 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
flutter/packages@4c3bc49...23d2d9c 2023-12-22 49699333+dependabot[bot]@users.noreply.github.com Bump lewagon/wait-on-check-action from 1.3.1 to 1.3.3 (flutter/packages#5737) 2023-12-21 [email protected] Disable `presubmit: false` targets for recipes CQ (flutter/packages#5735) 2023-12-21 [email protected] [go_router] Refactored RouteMatchList and imperative APIs (flutter/packages#5497) 2023-12-21 [email protected] Add env_variables in ci.yaml (flutter/packages#5730) 2023-12-21 [email protected] Roll Flutter (stable) from 2e9cb0a to 78666c8 (1 revision) (flutter/packages#5734) 2023-12-21 [email protected] Roll Flutter from da0cd69 to 11def8e (16 revisions) (flutter/packages#5732) 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 [email protected],[email protected] 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
|
So what would catch a recipe change that broke handling of non- |
|
There are still This PR disables only those that are not running in packages presubmit. |
|
Ah, yes, that's probably fine then. |
These targets are not enabled in presubmit, but enabled in CQ. This caused latest changes not surfaced from CQ side: CQ runs are based on out dated try runs. For example:
Mac_arm64 ios_platform_tests_shard_1 stableis using the old build executed on 12/13: https://ci.chromium.org/ui/p/flutter/builders/try/Mac_arm64%20ios_platform_tests_shard_1%20stableThis PR disables CQ for targets that are with
presubmit: false, to unblock recipes CL: https://flutter-review.googlesource.com/c/recipes/+/53301