-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.team-infraOwned by Infrastructure teamOwned by Infrastructure team
Description
When a new builder is added for flutter repositories, we need to update below two config files sequentially:
- add a builder configuration entry in flutter/infra
- enable the builder in try_builder.json or prod_builder.json.
If a builder is enabled before the builder gets configured in flutter/infra, it will not be triggered and scheduled to run.
This has been causing cocoon backend failures and not-up-to-date tree status: #79380
We need to create a test to validate existence of the configuration before enabling in the json files.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.team-infraOwned by Infrastructure teamOwned by Infrastructure team