Skip to content

Missing test to validate prod builder configuration before enabling in prod_builders.json #79399

@keyonghan

Description

@keyonghan

When a new builder is added for flutter repositories, we need to update below two config files sequentially:

  1. add a builder configuration entry in flutter/infra
  2. 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.

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work listc: contributor-productivityTeam-specific productivity, code health, technical debt.team-infraOwned by Infrastructure team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions