Tune CRI resource consume test case #470
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.
This pull request includes several changes aimed at improving the configuration and validation processes in the
clusterloader2
andcri-resource-consume
modules. The most important changes include adding a new wait step for resource consumption, modifying node count parameters, and updating validation timeouts.Configuration updates:
modules/python/clusterloader2/cri/config/config.yaml
: Added a new step to wait for resource consumption by introducing a sleep measurement with a duration of 1 minute. Also, modified theminDesiredNodeCount
to be 80% of the total nodes and set a fixed timeout of 1 minute for node readiness.Label adjustments:
scenarios/perf-eval/cri-resource-consume/terraform-inputs/aws.tfvars
: Changed theagentpool
label fromuserpool1
touserpool0
to reflect updated resource allocation.Validation improvements:
steps/engine/clusterloader2/slo/validate.yml
: Replaced theOPERATION_TIMEOUT
environment variable withVALIDATION_TIMEOUT
to better represent the purpose of the timeout parameter during node count validation.steps/topology/cri-resource-consume/validate-resources.yml
: Added a template reference to thevalidate.yml
script and set thedesired_nodes
parameter to 14 for resource validation.