-
Notifications
You must be signed in to change notification settings - Fork 29.4k
Open
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: pluginsSupport for writing, building, and running plugin packagesSupport for writing, building, and running plugin packagespackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team
Description
Type of Request
bug
Infrastructure Environment
This affects flutter/packages
release.yml github workflow.
What is happening?
The release workflow step "Wait on all tests" uses the lewagon/wait-on-check-action
github action to wait for all the workflows that are added from LUCI to finish.
wait-on-check-action
has a documented limit of 100 workflows that it waits for, and when more are added they get ignored.
The flutter/packages repo is currently sitting at ~90 LUCI checks in main
. (Example).
Steps to reproduce
The release action might release versions with failing checks, once our tooling needs to wait for more than 100 LUCI workflows.
Expected results
The release action waits for all workflows.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: pluginsSupport for writing, building, and running plugin packagesSupport for writing, building, and running plugin packagespackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team