*: Remove cloudbuilder from the repository part 1 #10433
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR is the first step towards purging the buildbot/cloudbuilder dependencies from the repository.
For CI: there are currently two suites that are run in the solo-io/gloo fork that buildbot is responsible for executing. The run-hashicorp-e2e Makefile target isn't relevant to this project's goals, so we remove that target & it's corresponding suite in these set of changes. I created #10432 to track whether it's worth migrating over the other test suite.
For the release process: we're in the process of overhauling / rethinking how we release our container images & helm charts, so we can remove this cloudbot configuration entirely. See #10441 for the issue tracking this stream of work.
I took an initial stab at deleting the test/consulvaulte2e suite directory & the Makefile target. Note: I think we'll need follow-up cleanup changes to rip out the consul & vault related code over time.
Checklist: