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

Handle check_run completions with ci staging #4042

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 22, 2024

  1. Handle check_run completions with ci staging

    Right now we have "three" stages:
      1. non-monorepo: none (schedule everything)
      2. mono-repo: engine, tests.
    
    To handle 2-engine, we need to react to updates from check_run events.
    This PR only cares about flutter/flaux right now, but it will care about
    any monorepo in the future. The engine check is hard-coded because to
    put it somewhere else would be to either create a new firestore doc or
    encode it in the tree (e.g. .ci.yaml) - but we're not interested in
    building a build-graph right now.
    jtmcdole committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ae22031 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Add tests

    jtmcdole committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    dfeae56 View commit details
    Browse the repository at this point in the history