-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
kind/testCategorizes issue or PR as related to testing.Categorizes issue or PR as related to testing.lifecycle/keepDenotes an issue or PR that should be preserved from going stale.Denotes an issue or PR that should be preserved from going stale.
Description
It would be nice to add tests for examples to verify they work as they are supposed to.
I propose we create a GitHub Actions workflow that:
- runs daily to make sure examples work
- is a matrix workflow for each example
- runs
kubectl apply(optionally starting with runningsetup) and runscheckto make sure it works as expected
We could potentially also code them as e2e tests using the kube e2e framework.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/testCategorizes issue or PR as related to testing.Categorizes issue or PR as related to testing.lifecycle/keepDenotes an issue or PR that should be preserved from going stale.Denotes an issue or PR that should be preserved from going stale.
Type
Projects
Status
π Backlog