ci: Add initial scale test workflow for bootstrapping #28362
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.
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.
This commit acts as an initial effort to add automated scale testing to Cilium, as described in cilium/design-cfps#11. The workflow added as part of this commit is meant to lay down a foundation that can be built upon, with the intent that it will be iteratively developed on to carry out the CFP. The workflow currently performs the following:
The following next steps are a WIP:
Note: ClusterLoader2 is currently pulled from a fork containing changes that are intended to be merged upstream in the coming week.
Fixes: #27749