Skip to content

Commit de87423

Browse files
authored
CI: add variable for node count (#2088)
1 parent c8005ed commit de87423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/cni/pipeline.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stages:
2121
name: cilium
2222
clusterType: "overlay-no-kube-proxy-up"
2323
clusterName: "cilium-overlay"
24-
nodeCount: 10
24+
nodeCount: ${LINUX_NODE_COUNT}
2525
vmSize: "Standard_DS4_v2"
2626
dependsOn: setup
2727
- template: singletenancy/windows-cni-load-test-template.yaml

0 commit comments

Comments
 (0)