-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Description
Type of Request
bug
Infrastructure Environment
Cocoon
What is happening?
Changes to the override: no versioning needed and override: no changelog needed in flutter/packages are no longer picked up on re-runs; instead we have to push a new commit, triggering all tests to run again just to fix one test when adding the labels. This wastes a lot of CI resources, and also time waiting for all the tests to run (especially if an unrelated test flakes on the full re-run, and has to be re-run again).
This has regressed and been fixed before, in #140232 and then more recently in a case that IIRC was handled via chat and never got filed.
(I thought I had filed this, but can't find it now; apologies if this is a dup.)
Steps to reproduce
Step 1: Put up a PR that changes, e.g., Dart code in lib/
Step 2: See Linux repo_checks fail
Step 3: Add the two labels above
Step 4: Re-run Linux repo_checks
Step 5: See it fail with the same error
Expected results
Step 5 should pick up the new labels, and pass.