Remove schedule_during_release_override: true
and use two targets instead
#168913
Labels
c: tech-debt
Technical debt, code quality, testing, etc.
infra: recipes
Issues with flutter/recipes
infra: release
Release-related requests and tooling
P1
High-priority issues at the top of the work list
team-infra
Owned by Infrastructure team
triaged-infra
Triaged by Infrastructure team
In #168709 we added a workaround,
schedule_during_release_override: true
:Unfortunately it does not completely fix every issue that was originally regressed in #162557, namely now
Linux docs_publish
is run twice - once onLinux flutter_release_builder
, and once on post-submit tasks scheduled after the release builder.As far as I can tell this has no negative side-effects other than being wasteful (GCS buckets should be the same, output should be the same).
To make everything simpler, both in the recipes, and not having to add code elsewhere, we should just do:
To do this:
scheduler: release
in theis is_release_candidate:
branch ofrelease_builder.py
master
flutter-3.32-candidate.0
flutter-3.33-candidate.0
schedule_during_release_override
The text was updated successfully, but these errors were encountered: