Skip to content

Conversation

@Spground
Copy link
Collaborator

Summary

  • What is changing and why?

Add e2e test workflow to cover k8s version range 1.22-1.32

Testing

  • Not run (explain why)
  • Unit tests
  • Integration tests
  • e2e / manual verification

Breaking Changes

  • None
  • Yes (describe impact and migration path)

Checklist

  • Linked Issue or clearly described motivation
  • Added/updated docs (if needed)
  • Added/updated tests (if needed)
  • Security impact considered
  • Backward compatibility considered

@Pangjiping
Copy link
Collaborator

This can be accomplished by leveraging GitHub's matrix strategy syntax, which allows you to create job variations based on parameter combinations.

example: https://github.com/alibaba/OpenSandbox/blob/main/.github/workflows/execd-test.yml#L41

@Spground Spground force-pushed the feature/public-add-e2e-workflow branch from a9222cf to bf989fb Compare January 5, 2026 06:21
@Spground
Copy link
Collaborator Author

Spground commented Jan 5, 2026

This can be accomplished by leveraging GitHub's matrix strategy syntax, which allows you to create job variations based on parameter combinations.

example: https://github.com/alibaba/OpenSandbox/blob/main/.github/workflows/execd-test.yml#L41

Thank you for your advice, i will update it using GitHub's matrix strategy syntax.

Copy link
Collaborator

@Pangjiping Pangjiping left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Pangjiping Pangjiping merged commit 9790a9e into alibaba:main Jan 5, 2026
2 checks passed
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.

2 participants