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

Reorganize reusable workflows #147

Closed
wants to merge 1 commit into from

Commits on Oct 17, 2024

  1. Reorganize reusable workflows

    We want to maintain only one copy of each reusable workflow between
    libbpf/ci and kernel-patches/vmtests [1]. To achieve that, libbpf/ci
    is going to be the source of truth for them, and kernel-patches/vmtest
    main workflow will be calling libbpf/ci.
    
    This change reorganizes files to make it clear which workflows are
    reusable, and which are repository-specific. I suggest the following
    convention:
    
    * `.github` contains workflows local to the owner repository
    * `workflows` contains reusable workflows, intened for external use
    
    [1]: https://github.com/kernel-patches/vmtest/tree/master/.github
    theihor committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0cc358a View commit details
    Browse the repository at this point in the history