From 71fa1f2a459b80c310cc607ddb2566121d6b9313 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Mon, 21 Jan 2019 11:32:43 +0000 Subject: [PATCH] ci: update buildkite provision instructions (#28273) PR Close #28273 --- .buildkite/provision-windows-buildkite.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/provision-windows-buildkite.ps1 b/.buildkite/provision-windows-buildkite.ps1 index d8b647491b..7af03b2319 100644 --- a/.buildkite/provision-windows-buildkite.ps1 +++ b/.buildkite/provision-windows-buildkite.ps1 @@ -7,7 +7,7 @@ # In Google Cloud Platform, create a Compute Engine instance. # We recommend machine type n1-standard-16 (16 vCPUs, 60 GB memory). # Use a recent windows boot disk with container support such as -# "Windows Server version 1803 Datacenter Core for Containers", and add a 128GB disk. +# "Windows Server version 1803 Datacenter Core for Containers", and add a 128GB SSD disk. # Give it a name, then click "Create". # VM setup: @@ -35,7 +35,7 @@ # Get the token and tags from arguments. param ( [Parameter(Mandatory=$true)][string]$token, - [string]$tags = "" + [string]$tags = "", [Int]$agents = 1 )