Skip to content

Commit

Permalink
ci: update windows job template to use 1 node
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Mar 24, 2021
1 parent 9807ae9 commit c2e0910
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ENVSUBST := envsubst

# Test variables
KIND_VERSION ?= 0.8.1
KUBERNETES_VERSION ?= 1.18.2
KUBERNETES_VERSION ?= 1.18.15
BATS_VERSION ?= 1.2.1
TRIVY_VERSION ?= 0.14.0
PROTOC_VERSION ?= 3.15.2
Expand Down
7 changes: 3 additions & 4 deletions test/bats/tests/azure/job_templates/kubernetes_windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.18",
"orchestratorRelease": "1.19",
"kubernetesConfig": {
"addons": [
{
Expand All @@ -24,7 +24,7 @@
"agentPoolProfiles": [
{
"name": "windowspool1",
"count": 2,
"count": 1,
"vmSize": "Standard_D2s_v3",
"osDiskSizeGB": 128,
"availabilityProfile": "AvailabilitySet",
Expand All @@ -51,5 +51,4 @@
"secret": ""
}
}
}

}

0 comments on commit c2e0910

Please sign in to comment.