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

Add CI to the release branch #13

Merged
merged 4 commits into from
Mar 21, 2024
Merged

Commits on Mar 21, 2024

  1. Add first attempt at execuiting our build in a github action

    Change-Id: I1251da11da1d7512c73d04ce0b94d1b7000964e9
    jasonleenaylor committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bc641a5 View commit details
    Browse the repository at this point in the history
  2. Fix jobs indentation level

    Change-Id: I04479f33d38439985539cad20580f0a2219f0289
    jasonleenaylor committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c20fc40 View commit details
    Browse the repository at this point in the history
  3. Ignore tests that are trouble for CI systems

    - They should still run on properly setup developer systems
      and these tests have not caught regressions in over a decade
    
    Change-Id: I762bdc34162b039cdc5af0b41a40d832d62238fb
    jasonleenaylor committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    968b31a View commit details
    Browse the repository at this point in the history
  4. Create a CI workflow that will report build and unit test failures

    Change-Id: I71e23e2562607cfc011bb8f184521610aa81223b
    jasonleenaylor committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5ca6328 View commit details
    Browse the repository at this point in the history