kptdev / kpt

Automate Kubernetes Configuration Editing
https://kpt.dev
Apache License 2.0
1.69k stars 227 forks source link

rollouts: use gitlab docker container in package discovery tests #3855

Open droot opened 1 year ago

droot commented 1 year ago

While working on adding support for gitlab, I investigated and found that we can use gitlab docker container for community edition for our testing. We can first use if for package discovery tests and then same utilities can be used for end to end tests that we are planning.

droot commented 1 year ago

This will also assist in developing end to end tests.