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

Execute parseable yaml files during runStage #130

Merged
merged 2 commits into from
Sep 30, 2024

Commits on Sep 26, 2024

  1. Do not error out on malformed yaml

    Make default executor Graph method not completely error out when
    encountering an unparseable yaml file.
    
    Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
    frelon committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    463bf8a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Return error for errors on loading yaml

    In this commit we add back the error when trying to load a corrupt yaml
    file, but we still execute the entire graph first, making the command
    fail with an error about which path failed to load, but not breaking the
    execution for other yaml files.
    
    Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
    frelon committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    384d60e View commit details
    Browse the repository at this point in the history