argoproj / argo-rollouts

Progressive Delivery for Kubernetes
https://argo-rollouts.readthedocs.io/
Apache License 2.0
2.71k stars 848 forks source link

Add script for running e2e tests locally #1799

Closed smuda closed 1 year ago

smuda commented 2 years ago

Summary

I have a problem with the e2e tests in PR https://github.com/argoproj/argo-rollouts/pull/1785 and I had problems running the e2e tests locally in my OKD cluster for some reason.

I needed a more controlled, repeatable environment and created a script for running the e2e tests in kind.

Perhaps that would be usable for someone else as well?

Use Cases

When doing development and needing to run the e2e tests in a controlled and repeatable environment without access to large Kubernetes clusters.


Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.

smuda commented 2 years ago

The github actions are using k3s so I added a script for running the e2e in k3d as well.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 60 days with no activity.