Skip to content

Conversation

@matanlurey
Copy link
Contributor

Copy link
Member

@jtmcdole jtmcdole left a 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.
Copy link
Member

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
Copy link
Member

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/

@matanlurey
Copy link
Contributor Author

Moving to draft, we need to cleanup/replace reschedulePresubmitBuildUsingCheckRunEvent first.

@matanlurey matanlurey marked this pull request as draft February 26, 2025 19:01
@matanlurey matanlurey marked this pull request as ready for review February 27, 2025 17:44
@matanlurey
Copy link
Contributor Author

@jtmcdole Updated after your refactor.

@matanlurey matanlurey added the autosubmit Merge PR when tree becomes green via auto submit App. label Feb 27, 2025
@auto-submit auto-submit bot merged commit 1ac8da3 into flutter:main Feb 27, 2025
4 checks passed
github-merge-queue bot pushed a commit to flutter/flutter that referenced this pull request Mar 4, 2025
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Cocoon to always pass FLUTTER_PREBUILT_ENGINE_VERSION

2 participants