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

Add GHA to run MCS conformance tests #1642

Draft
wants to merge 1 commit into
base: devel
Choose a base branch
from

Commits on Oct 3, 2024

  1. Add GHA to run MCS conformance tests

    The GHA clones the "sigs.k8s.io/mcs-api" repo with the desired commit
    and runs `go test` directly in the directory. "v0.1.0"  doesn't have
    the conformance tests so we can't run them via Go import and trying to
    import a later commit is problematic due  incompatible changes to the
    MCS APIs. Also the conformance tests are really tied to the MCS spec
    and not specifically to the API version so they'll likely evolve
    separately anyway.
    
    Signed-off-by: Tom Pantelis <[email protected]>
    tpantelis committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3e20d12 View commit details
    Browse the repository at this point in the history