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

Allow overriding the meta-balena ref for workflow dispatch #538

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 23, 2024

  1. Allow overriding the meta-balena ref for workflow dispatch

    This enables manual testing of meta-balena PRs directly
    on device repos.
    
    Changelog-entry: Allow custom meta-balena ref on workflow dispatch
    Signed-off-by: Kyle Harding <[email protected]>
    klutchell committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2a0d8ce View commit details
    Browse the repository at this point in the history
  2. Update the default signing environments for workflow dispatch

    The signed image types should default to the staging signing
    environment on manual workflow deploys.
    
    Signed-off-by: Kyle Harding <[email protected]>
    klutchell committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4fd2f7e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Require yocto runners with more memory for QEMU tests

    Signed-off-by: Kyle Harding <[email protected]>
    klutchell committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d844da6 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Allow overriding the yocto-scripts ref for workflow dispatch

    Signed-off-by: Kyle Harding <[email protected]>
    klutchell committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1fbba3a View commit details
    Browse the repository at this point in the history
  2. Pin yocto scripts workflow to master

    This workflow should be considered stable, and we want to avoid
    multiple PRs to bump both the yocto-scripts submodule and the workflow
    separately, especially if it creates drift.
    
    Signed-off-by: Kyle Harding <[email protected]>
    klutchell committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    bb10c39 View commit details
    Browse the repository at this point in the history
  3. DO NOT MERGE: point to qemu debug branch of yocto workflow

    Signed-off-by: Kyle Harding <[email protected]>
    klutchell committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    639f7f6 View commit details
    Browse the repository at this point in the history