1
0
Fork 0

Update docs on ssd disk initialization

+ change number of linux agents

+ removed outputs in job analysis

+ updated windows image
This commit is contained in:
Mikhail Goncharov 2020-07-21 10:40:26 +02:00
parent 42d7237491
commit d4e5126090
5 changed files with 25 additions and 809 deletions

1
.gitignore vendored
View file

@ -6,3 +6,4 @@ __pycache__/
containers/workspace containers/workspace
**/.DS_Store **/.DS_Store
**/.ipynb_checkpoints **/.ipynb_checkpoints
scripts/buildkite/cache.json

View file

@ -117,7 +117,7 @@ To spawn a new windows agent:
1. In the RDP session: run these commands in the CMD window under Administrator to bootstrap the Windows machine: 1. In the RDP session: run these commands in the CMD window under Administrator to bootstrap the Windows machine:
```powershell ```powershell
Invoke-WebRequest -uri 'https://raw.githubusercontent.com/google/llvm-premerge-checks/master/scripts/windows_agent_bootstrap.ps1' -OutFile c:\windows_agent_bootstrap.ps1 Invoke-WebRequest -uri 'https://raw.githubusercontent.com/google/llvm-premerge-checks/master/scripts/windows_agent_bootstrap.ps1' -OutFile c:\windows_agent_bootstrap.ps1
c:/windows_agent_bootstrap.ps1 c:/windows_agent_bootstrap.ps1 -ssd
``` ```
Ignore the pop-up to format the new disk and wait for the machine to reboot. Ignore the pop-up to format the new disk and wait for the machine to reboot.

View file

@ -18,7 +18,7 @@ metadata:
name: premerge-debian name: premerge-debian
namespace: buildkite namespace: buildkite
spec: spec:
replicas: 5 replicas: 4
template: template:
metadata: metadata:
labels: labels:

View file

@ -30,6 +30,6 @@ gcloud beta compute instances create "${NAME}" \
--zone="${GCP_ZONE}" \ --zone="${GCP_ZONE}" \
--machine-type=n1-standard-16 \ --machine-type=n1-standard-16 \
--local-ssd=device-name=local-ssd-0 \ --local-ssd=device-name=local-ssd-0 \
--image=windows-server-2019-dc-for-containers-v20200512 \ --image=windows-server-2019-dc-for-containers-v20200609 \
--image-project=windows-cloud \ --image-project=windows-cloud \
--boot-disk-size=100GB --boot-disk-size=100GB

File diff suppressed because one or more lines are too long