-
Notifications
You must be signed in to change notification settings - Fork 36
Continuous Integration testing for Performance & Scale #11
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
Merged
xmulligan
merged 1 commit into
cilium:main
from
learnitall:pr/learnitall/scale-testing-ci
Feb 16, 2024
Merged
Continuous Integration testing for Performance & Scale #11
xmulligan
merged 1 commit into
cilium:main
from
learnitall:pr/learnitall/scale-testing-ci
Feb 16, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Ryan Drew <ryan.drew@isovalent.com>
ping @dlapcevic @alan-kut |
8 tasks
learnitall
added a commit
to cilium/cilium
that referenced
this pull request
Oct 2, 2023
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: * Create a two-node GCE cluster using kops * Run a bare-bones ClusterLoader2 configuration * Cleanup the cluster The following next steps are a WIP: * Expand on the ClusterLoader2 configuration * Increase the number of nodes in the cluster * Export results from ClusterLoader2 * Allow for manual runs using WorkflowDispatch Note: ClusterLoader2 is currently pulled from a fork containing changes that are intended to be merged upstream in the coming week. Fixes: #27749 Signed-off-by: Ryan Drew <ryan.drew@isovalent.com>
learnitall
added a commit
to cilium/cilium
that referenced
this pull request
Oct 5, 2023
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: * Create a two-node GCE cluster using kops * Run a bare-bones ClusterLoader2 configuration * Cleanup the cluster The following next steps are a WIP: * Expand on the ClusterLoader2 configuration * Increase the number of nodes in the cluster * Export results from ClusterLoader2 * Allow for manual runs using WorkflowDispatch Note: ClusterLoader2 is currently pulled from a fork containing changes that are intended to be merged upstream in the coming week. Fixes: #27749 Signed-off-by: Ryan Drew <ryan.drew@isovalent.com>
learnitall
added a commit
to cilium/cilium
that referenced
this pull request
Oct 6, 2023
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: * Create a two-node GCE cluster using kops * Run a bare-bones ClusterLoader2 configuration * Cleanup the cluster The following next steps are a WIP: * Expand on the ClusterLoader2 configuration * Increase the number of nodes in the cluster * Export results from ClusterLoader2 * Allow for manual runs using WorkflowDispatch Note: ClusterLoader2 is currently pulled from a fork containing changes that are intended to be merged upstream in the coming week. Fixes: #27749 Signed-off-by: Ryan Drew <ryan.drew@isovalent.com>
marseel
pushed a commit
to marseel/cilium
that referenced
this pull request
Oct 9, 2023
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 which can be built upon, with the intent that it will be iterativly developed on to carry out the CFP. The workflow currently performs the following: * Create a two-node GCE cluster using kOps * Run a bare-bones ClusterLoader2 configuration * Cleanup the cluster The following next steps are a WIP: * Expand on the ClusterLoader2 configuration * Increase the number of nodes in the cluster * Export results from ClusterLoader2 * Allow for manual runs using WorkflowDispatch Note: ClusterLoader2 is currently pulled from a fork containing changes which are intended to be merged upstream in the coming week. Signed-off-by: Ryan Drew <ryan.drew@isovalent.com>
squeed
pushed a commit
to cilium/cilium
that referenced
this pull request
Oct 11, 2023
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: * Create a two-node GCE cluster using kops * Run a bare-bones ClusterLoader2 configuration * Cleanup the cluster The following next steps are a WIP: * Expand on the ClusterLoader2 configuration * Increase the number of nodes in the cluster * Export results from ClusterLoader2 * Allow for manual runs using WorkflowDispatch Note: ClusterLoader2 is currently pulled from a fork containing changes that are intended to be merged upstream in the coming week. Fixes: #27749 Signed-off-by: Ryan Drew <ryan.drew@isovalent.com>
marseel
pushed a commit
to marseel/cilium
that referenced
this pull request
Oct 12, 2023
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 which can be built upon, with the intent that it will be iterativly developed on to carry out the CFP. The workflow currently performs the following: * Create a two-node GCE cluster using kOps * Run a bare-bones ClusterLoader2 configuration * Cleanup the cluster The following next steps are a WIP: * Expand on the ClusterLoader2 configuration * Increase the number of nodes in the cluster * Export results from ClusterLoader2 * Allow for manual runs using WorkflowDispatch Note: ClusterLoader2 is currently pulled from a fork containing changes which are intended to be merged upstream in the coming week. Signed-off-by: Ryan Drew <ryan.drew@isovalent.com>
Any further comments? otherwise I think we can merge as is and update later if needed |
xmulligan
approved these changes
Feb 15, 2024
That sounds good @xmulligan 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
CFP for Performance & Scale Testing CI: cilium/cilium#27196