-
Notifications
You must be signed in to change notification settings - Fork 100
Roll forward #4254 with fixes/tests (always set FLUTTER_PREBUILT_ENGINE_VERSION from framework tests)
#4261
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
Roll forward #4254 with fixes/tests (always set FLUTTER_PREBUILT_ENGINE_VERSION from framework tests)
#4261
Conversation
…ework-stage PRs. (flutter#4254)" (flutter#4259)" This reverts commit 60a4a71.
jtmcdole
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
| await unlockMergeQueueGuard(slug, sha, checkRunGuard); | ||
| } | ||
|
|
||
| /// Fetches, and schedules, tests that execute _after_ the engine is built. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: This makes it sound like we can call this at any time and it'll run after the engine is built.
Maybe "schedules post-engine tests"?
|
|
||
| /// Fetches, and schedules, tests that execute _after_ the engine is built. | ||
| /// | ||
| /// If [skipEngine] is `true`, engine tests are not scheduled (it is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/engine tests/post engine tests/
|
Moving to draft, we need to cleanup/replace |
|
@jtmcdole Updated after your refactor. |
…ion flow (#164513) Closes #164030. Closes #164315. Towards #163896. Significantly simplified! We removed: - Conditional checks for monorepo (it's always a monorepo) - Conditional checks for `LUCI_CONTEXT` (LUCI takes care of itself now, see flutter/cocoon#4261) - ... and made the branching logic easier to follow as a result You can see the results first hand in the tests, which are now much simpler. Canonical docs: https://github.com/flutter/flutter/blob/master/docs/tool/Engine-artifacts.md.
Closes flutter/flutter#164031.