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

ci: bogus change #32

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

ci: bogus change #32

wants to merge 3 commits into from

Commits on Feb 2, 2022

  1. github: remove unneeded steps of the tests job

    This repository hasn't any golang code so it doesn't make sense to run
    the tests for many different golang versions. Also the 'Running tests' step
    is bogus as the called script (github.com/kata-containers/ci/tree/main/.ci/run.sh)
    just return `true`, thus it was removed.
    
    Fixes kata-containers#426
    Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
    wainersm committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    073f57c View commit details
    Browse the repository at this point in the history
  2. github: allow to run on forked repository

    Ensure it checkout correctly so that the test job can be tested on
    forked repositories.
    
    Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
    wainersm committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    9b794c6 View commit details
    Browse the repository at this point in the history
  3. ci: bogus change

    To test the workflow
    
    Fixes kata-containers#123
    Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
    wainersm authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    1ae8a8a View commit details
    Browse the repository at this point in the history