-
Notifications
You must be signed in to change notification settings - Fork 30.2k
Better trigger for CICD runs in flutter/packages and flutter/flutter #183554
Copy link
Copy link
Open
2 / 22 of 2 issues completedOpen
2 / 22 of 2 issues completed
Copy link
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.infra: cocoonRelated to the dashboard or cocoon serverRelated to the dashboard or cocoon serverteam-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.infra: cocoonRelated to the dashboard or cocoon serverRelated to the dashboard or cocoon serverteam-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team
In order to improve the security and resource efficiency of Flutter's CI/CD runs, we have implemented label gating to trigger testing on pull requests in flutter/flutter and flutter/packages.
Now, when a PR is opened in flutter/flutter or flutter/packages, the
CICDlabel will need to be applied in order to trigger presubmit testing.Warning
We recognize this is not an ideal contributor experience, and will be following up with a better solution, tracking here in this issue. Feedback is welcome.
Opportunities we have already identified to improve the ux after this initial mitigation is deployed: