Skip to content

[packages] About to hit max number of workflows to wait for on release action. #141196

@ditman

Description

@ditman

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

No one assigned

    Labels

    P2Important issues not at the top of the work lista: pluginsSupport for writing, building, and running plugin packagespackageflutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions