Automatically schedule release tests after release builder succeeds
Open
infra: release
P2
team-infra
triaged-infra
- Dominant language
- Dart
- Stars
- 179k
- Forks
- 31.1k
- PR merge metrics
- PR metrics pending
Description
See parent issue: https://github.com/flutter/flutter/issues/168083.
Today, we have a clever hack in place that automatically _skips_ all release tests, since otherwise they will be pulling from a release build that has not completed yet:

We could automatically schedule (for backfill) the tasks after the engine build completes, similar to how we do with the merge queue today for own (non-release) builds. That would reduce the amount of human work required as part of the release process.
Contributor guide
Assessment
This issue has not been assessed yet.