-
Notifications
You must be signed in to change notification settings - Fork 15
Network policy L7 scale tests: Pipeline yamls, scenarios, and steps #570
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
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
alyssa1303
reviewed
Mar 17, 2025
pipelines/perf-eval/CNI Benchmark/network-policy-scale-test.yaml
Outdated
Show resolved
Hide resolved
alyssa1303
reviewed
Mar 26, 2025
pipelines/perf-eval/CNI Benchmark/network-policy-scale-test.yaml
Outdated
Show resolved
Hide resolved
…r improved resource management
…github.com/Azure/telescope into sarathsa/cilium-netpol-l7-pipeline-changes
alyssa1303
approved these changes
Apr 1, 2025
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.
This pull request introduces a new performance evaluation scenario for network policy scale tests. The changes include adding new configuration files, updating existing YAML files for execution and validation, and setting up necessary parameters for the new scenario.
New scenario configuration:
pipelines/perf-eval/CNI Benchmark/network-policy-scale-test.yaml
: Added a new YAML file to define the pipeline for the network policy scale test scenario.scenarios/perf-eval/network-policy-scale/terraform-inputs/azure.tfvars
: Added terraform variables specific to the new performance evaluation scenario.scenarios/perf-eval/network-policy-scale/terraform-test-inputs/azure.json
: Added a JSON file with test inputs for the Azure region.Execution and validation updates:
steps/engine/clusterloader2/network-policy-scale/execute.yml
: Added a YAML file to execute the network policy scale test using clusterloader2.steps/engine/clusterloader2/network-policy-scale/validate.yml
: Added a YAML file to validate the node count after the test execution.These changes set up the necessary infrastructure and configuration to run and validate the new network policy scaling performance evaluation scenario.