Skip to content

Replace non-type-safe Map<String, dynamic> to JsonSeriablizable annotated class when retrieving luci builders #64286

@keyonghan

Description

@keyonghan

Existing Cocoon fetches LUCI builders from a json file via http request. When parsing, it uses non-type-safe Map<String, dynamic>, which is error prone.

A JsonSeriablizable annotated class should be used.

Corresponding APIs and tests should be updated as well.

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work listteam-infraOwned by Infrastructure team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions