kurtosis-tech / kurtosis

A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer.
https://docs.kurtosistech.com/
Apache License 2.0
352 stars 47 forks source link

Run nightly E2E tests using a remote Kubernetes cluster #649

Open victorcolombo opened 1 year ago

victorcolombo commented 1 year ago

Background & motivation

Right now we run E2E tests per PR using minikube and docker backends, both of them run locally.

If we want to support the new workflow of remote Kubernetes, we should have an E2E that encapsulate thats

Desired behaviour

Every night, create a managed Kubernetes, download credentials, set cluster and kick off a Starlark script

How important is this to you?

Nice to have; this feature would make using Kurtosis more enjoyable.

Peeeekay commented 1 year ago

@laurentluce @victorcolombo - I will let you determine the priority for this ticket.