Skip to content

Instantly share code, notes, and snippets.

@nicosingh
Last active December 28, 2021 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicosingh/2a8db4b859f1d83e2611eac0d2967676 to your computer and use it in GitHub Desktop.
Save nicosingh/2a8db4b859f1d83e2611eac0d2967676 to your computer and use it in GitHub Desktop.
# . . . remaining part of /etc/gitlab-runner/config.toml
[runners.machine]
MachineDriver = "google"
MachineName = "gitlab-docker-machine-%s"
MachineOptions = [
"google-project=xxxxx",
"google-network=xxxxx",
"google-subnetwork=xxxxx",
"google-use-internal-ip=true",
"google-machine-type=e2-standard-4",
"google-disk-size=10",
"google-disk-type=pd-standard",
"google-machine-image=https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/family/ubuntu-1604-lts",
"google-username=root",
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment