Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release branches should skip skia_gold tests, others only meant to pass on master #58814

Closed
christopherfujino opened this issue Jun 5, 2020 · 7 comments
Labels
team Infra upgrades, team productivity, code health, technical debt. See also team: labels. team-infra Owned by Infrastructure team

Comments

@christopherfujino
Copy link
Member

Certain CI tests, (e.g. skia_gold goldens tests) are currently set up with the assumption that they will be run pre/post submit against master. This means that they are almost certain to fail on release branches, where the code is between weeks and months old. It is important that CI for release branches are kept as green as possible, so that legitimate regressions are immediately identified.

Where possible, tests should be modified to accurately test older release code (e.g. #57062). This issue is specifically tracking skipping tests that would be either impossible or extremely difficult to support multiple release branches.

@christopherfujino christopherfujino added team Infra upgrades, team productivity, code health, technical debt. See also team: labels. team-infra Owned by Infrastructure team labels Jun 5, 2020
@christopherfujino
Copy link
Member Author

Related #53371

@Piinks
Copy link
Contributor

Piinks commented Jun 5, 2020

This should be pretty easy. We added some branching support for gold specifically in flutter/cocoon#727. It'll be easy to tell from the base ref of the pr if gold should bother with it.

@Piinks
Copy link
Contributor

Piinks commented Jun 5, 2020

flutter/cocoon#800 should trim things down a bit. :)

@digiter
Copy link
Contributor

digiter commented Jul 23, 2020

Triage: what's remaining?

@Piinks
Copy link
Contributor

Piinks commented Jul 23, 2020

Goldens are skipped on release branches, @christopherfujino what else should be skipped?

@christopherfujino
Copy link
Member Author

Goldens are skipped on release branches, @christopherfujino what else should be skipped?

Cool, I didn't realize we were skipping goldens on release branches, awesome. I'll close this now.

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
team Infra upgrades, team productivity, code health, technical debt. See also team: labels. team-infra Owned by Infrastructure team
Projects
None yet
Development

No branches or pull requests

3 participants