Skip to content

Commit

Permalink
Add dashboard for azure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jont828 committed Sep 5, 2024
1 parent 58b3d11 commit ec15cb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ periodics:
value: "false"
- name: KUBERNETES_VERSION
value: "v1.25.3"
- name: "CONTROL_PLANE_MACHINE_COUNT"
value: "5"
- name: WINDOWS_WORKER_MACHINE_COUNT
value: "0" # Don't create windows workers
- name: WORKER_MACHINE_COUNT
value: "100"
value: "100"
- name: CL2_POD_COUNT
value: "10"
# clusterloader2 variables
Expand Down
2 changes: 2 additions & 0 deletions config/testgrids/kubernetes/sig-scalability/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ dashboard_groups:
- name: sig-scalability
dashboard_names:
- sig-scalability-aws
- sig-scalability-azure
- sig-scalability-gce
- sig-scalability-node
- sig-scalability-kubemark
Expand All @@ -13,6 +14,7 @@ dashboard_groups:

dashboards:
- name: sig-scalability-aws
- name: sig-scalability-azure
- name: sig-scalability-gce
- name: sig-scalability-kubemark
- name: sig-scalability-node
Expand Down

0 comments on commit ec15cb2

Please sign in to comment.