catchpoint / WebPageTest.agent-install

Automated scripts for installing dedicated wptagent instances
Apache License 2.0
10 stars 25 forks source link

Make --machine-type configuable in gce_image.sh #5

Closed gfx closed 4 years ago

gfx commented 4 years ago

In an install script for GCP, gce_iamge.sh, the machine type is fixed to n1-standard-2, but I suspect the machine power is not enough to get correct results, so I'd like use more powerful machines. This PR allows us to select the machine type in installation. The default does not change.