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

Make isotovideo workflows more GitHub Native #29

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

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    c54933b View commit details
    Browse the repository at this point in the history
  2. Make isotovideo workflows more GitHub Native

    - Improved isotovideo example workflow, it can be easily extended
      with a matrix as per GitHub Actions docs [0].
    
      It brings:
      - A perl script for checking the test results, to remove `jq`
        usages.
      - Pipeline Artifacts, it's possible to inspect the test
        results after a run.
    
      And now the example workflow is green and not repeated.
    
    - Skip job openQA if credentials are not configured.
    
    [0]: https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#example-expanding-configurations
    
    Co-authored-by: Martchus <[email protected]>
    Co-authored-by: Tina Müller <[email protected]>
    Co-authored-by: Oliver Kurz <[email protected]>
    4 people committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ed4c006 View commit details
    Browse the repository at this point in the history