Only GCP
This commit is contained in:
parent
7360fa4e70
commit
658cd11729
1 changed files with 3 additions and 8 deletions
|
@ -74,22 +74,17 @@ or over the size limit, you can [reduce your repository size with Git](../projec
|
|||
## Shared Runners
|
||||
|
||||
Shared Runners on GitLab.com run in [autoscale mode] and powered by
|
||||
Google Cloud Platform and DigitalOcean. Autoscaling means reduced
|
||||
Google Cloud Platform. Autoscaling means reduced
|
||||
waiting times to spin up CI/CD jobs, and isolated VMs for each project,
|
||||
thus maximizing security.
|
||||
They're free to use for public open source projects and limited to 2000 CI
|
||||
minutes per month per group for private projects. Read about all
|
||||
[GitLab.com plans](https://about.gitlab.com/pricing/).
|
||||
|
||||
In case of DigitalOcean based Runners, all your CI/CD jobs run on ephemeral
|
||||
instances with 2GB of RAM, CoreOS and the latest Docker Engine installed.
|
||||
Instances provide 2 vCPUs and 60GB of SSD disk space. The default region of the
|
||||
VMs is NYC1.
|
||||
|
||||
In case of Google Cloud Platform based Runners, all your CI/CD jobs run on
|
||||
ephemeral instances with 3.75GB of RAM, CoreOS and the latest Docker Engine
|
||||
All your CI/CD jobs run on [n1-standard-1 instances](https://cloud.google.com/compute/docs/machine-types) with 3.75GB of RAM, CoreOS and the latest Docker Engine
|
||||
installed. Instances provide 1 vCPU and 25GB of HDD disk space. The default
|
||||
region of the VMs is US East1.
|
||||
Each instance is used only for one job, this ensures any sensitive data left on the system can't be accessed by other people their CI jobs.
|
||||
|
||||
Jobs handled by the shared Runners on GitLab.com (`shared-runners-manager-X.gitlab.com`),
|
||||
**will be timed out after 3 hours**, regardless of the timeout configured in a
|
||||
|
|
Loading…
Reference in a new issue