Skip to content

Commit

Permalink
change vm size to make parallel testing stable
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>
  • Loading branch information
denis-tingaikin committed Feb 9, 2024
1 parent 326b9d9 commit a78be7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
--resource-group "$AZURE_RESOURCE_GROUP" \
--name "$AZURE_CLUSTER_NAME" \
--node-count 2 \
--node-vm-size Standard_B2s \
--node-vm-size Standard_B2ms \
--generate-ssh-keys \
--debug
az aks wait \
Expand Down

0 comments on commit a78be7b

Please sign in to comment.