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

Conversation

tpantelis
Copy link
Contributor

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.

Fixes #1630

@tpantelis tpantelis self-assigned this Sep 19, 2024
@submariner-bot
Copy link
Contributor

🤖 Created branch: z_pr1642/tpantelis/conformance_gha
🚀 Full E2E won't run until the "ready-to-test" label is applied. I will add it automatically once the PR has 2 approvals, or you can add it manually.

@tpantelis
Copy link
Contributor Author

The ServiceImport VIP test fails right now - we'll need to enable clusterset IP to pass it.

@tpantelis tpantelis force-pushed the conformance_gha branch 15 times, most recently from e809a51 to c45b7c3 Compare September 27, 2024 16:37
@tpantelis tpantelis force-pushed the conformance_gha branch 3 times, most recently from 548cb1b to af53279 Compare October 1, 2024 19:18
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]>
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further
activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Oct 18, 2024
@tpantelis tpantelis removed the stale label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add GHA to run the MCS conformance tests
2 participants