Skip to content

Commit

Permalink
Create 40k pods in the cluster churn pipeline (#451)
Browse files Browse the repository at this point in the history
This PR lowers the number of pods per node in the cluster churn
scenarios to 40. In addition, we also remove the second stages from the
cilium nodesubnet service/cluster churn pipelines. The second change has
no real impact, since the pipelines were already using the PR branch.
  • Loading branch information
santhoshmprabhu authored Dec 23, 2024
1 parent 6d90839 commit 5952635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/python/clusterloader2/slo/slo.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from utils import parse_xml_to_json, run_cl2_command, get_measurement
from kubernetes_client import KubernetesClient

DEFAULT_PODS_PER_NODE = 50
DEFAULT_PODS_PER_NODE = 40
LOAD_PODS_PER_NODE = 20

DEFAULT_NODES_PER_NAMESPACE = 100
Expand Down Expand Up @@ -248,4 +248,4 @@ def main():
args.service_test, args.result_file, args.test_type)

if __name__ == "__main__":
main()
main()

0 comments on commit 5952635

Please sign in to comment.