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: Use static checks from kata repo for lib functions #8682

Merged
merged 2 commits into from
Dec 18, 2023

Commits on Dec 16, 2023

  1. ci: Use static checks from kata repo for lib functions

    Change the two functions in lib.sh to use the static checks script from
    the kata containers repo instead of tests. Remove cloning the repo from
    these functions since we don't need it anymore. Leave these two
    functions because the document checking one may be used locally and the
    static checks one is called from the virtcontainers Makefile.
    
    Fixes kata-containers#8681
    
    Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
    cmaf committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    bfb7561 View commit details
    Browse the repository at this point in the history
  2. docs: Change location of static checks script

    We now use the static checks script from the main kata containers repo
    and not the tests repo; update documentation to reflect this.
    
    Fixes kata-containers#8681
    
    Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
    cmaf committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    b785ef9 View commit details
    Browse the repository at this point in the history