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

actions: overlay: Check source exists during RecipeDir during verification #304

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

Commits on Jan 10, 2024

  1. actions: overlay: Check source exists during RecipeDir during verific…

    …ation
    
    If an overlay (with a source from the recipe directory which is unlikely
    to change during execution) doesn't exist, the recipe errors out during
    execution. Let's check early if the overlay exists on the host filesystem
    inside the recipe directory.
    
    Signed-off-by: Christopher Obbard <[email protected]>
    obbardc committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    eaf46ca View commit details
    Browse the repository at this point in the history
  2. tests: overlay: Add test to overlay missing file

    Signed-off-by: Christopher Obbard <[email protected]>
    obbardc committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    32c0b86 View commit details
    Browse the repository at this point in the history
  3. tests: Rename overlay-non-existent-destination→overlay

    Since the overlay-non-existent-destination test now also checks for a
    non-existent source, let's rename the test to be overlay to better describe
    the test contents.
    
    Signed-off-by: Christopher Obbard <[email protected]>
    obbardc committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    add9a02 View commit details
    Browse the repository at this point in the history