-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectteam-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team
Description
Current state: ci.yaml roller rolls whatever is in the current commit.
Problem: earlier rolled ci yaml configs will be rolled back if the later landed commit doesn't rebase to TOT. This will cause latency of config changes, and cause confusion as well. The real change could be rolled back and forth depending on the commits' statuses.
Possible solution: rebase the commit to TOT in the ci yaml roller builder whenever a roller is happening.
Context: #112117
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectteam-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team
Type
Projects
Status
Done