Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discussion: Consolidate CI tooling #44

Open
adambkaplan opened this issue Nov 30, 2021 · 1 comment
Open

Discussion: Consolidate CI tooling #44

adambkaplan opened this issue Nov 30, 2021 · 1 comment

Comments

@adambkaplan
Copy link
Member

@otaviof raised a valid concern in a recent operator pull request shipwright-io/operator#28 (review). Our CI tooling - driven by GitHub Actions - has a lot of common concerns when it comes to deploying a Kubernetes cluster (KinD), verifying the cluster is functioning, and deploying an image registry. We have slight variations across the build, cli, and operator repositories, which over time will lead to drift and added maintenance toil.

We should aim to find common concerns so that we test Shipwright in a consistent manner, and capture this in a shared repository.

@otaviof
Copy link
Member

otaviof commented Dec 1, 2021

Thanks for creating this issue, @adambkaplan! To mention, @coreydaley came up with git-submodules for Bats testing in the CLI project some time ago, and the approach has been working really well. We should consider the same approach for this issue, IMO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants