You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm assuming that we want to add pipelines to run E2E tests, and add them to this repo, unlike TCE or TBS etc repos
A few questions off the top of my head
What pipeline do you folks wanna use? GitHub Actions, Travis CI, Circle CI etc. We could also consider Prow, which have been setting up for Tanzu OSS projects. https://github.com/vagator/test-infra
What environment do you folks plan to run these E2E tests on?
As in, we will need a Kubernetes cluster. We can either create a TCE cluster every time we run the test or have a long running cluster. But long running cluster could be a waste of resource if it's only used at times for this test
What platform for the cluster? vSphere, AWS, Azure, Docker? I was thinking a Docker cluster would be very simple, assuming we have a big machine (enough CPU and RAM) to run it smoothly. We also need a Docker image registry. Are you
And then we need kpack installed. We can install kpack using the TCE package on top of a TCE cluster
I'm assuming that we want to add pipelines to run E2E tests, and add them to this repo, unlike TCE or TBS etc repos
A few questions off the top of my head
The text was updated successfully, but these errors were encountered: