content
"}},Qt={element:"span",mutate:function(e){e.setAttribute("style","display: -webkit-flex; display: -ms-flexbox; display: flex;"),e.innerHTML='hello'}},Yt={element:"form",mutate:function(e){e.setAttribute("tabindex",0),e.setAttribute("disabled","disabled")}},en={element:"a",mutate:function(e){return e.href="#void",e.innerHTML='content
",e.firstElementChild}},xn=function(e){if(!e.ownerSVGElement&&"svg"!==e.nodeName.toLowerCase())return!1;var t=s();e.appendChild(t);var n=t.querySelector("input");return n.focus(),n.disabled=!0,e.removeChild(t),!0},yn={element:"div",mutate:function(e){return e.innerHTML=c('Published on: August 1, 2023
1 min read
Free tier users can follow a few instructions to use medium SaaS runners on Linux to increase CI/CD pipleline speeds.
Free tier users of GitLab can now experience shorter CI/CD execution times with medium GitLab SaaS runners on Linux. Previously, Free tier users could only use our small SaaS runner on Linux, which sometimes resulted in longer CI/CD execution times. As of now, though, our medium SaaS runners on Linux are available to all tiers.
To use the medium SaaS runners on Linux, simply add the saas-linux-medium-amd64
tag in your project's gitlab-ci.yml
file.
Under the hood, we spin up a fresh GCP n2d-standard-4
VM for one-time use with 4 vCPUs, 16GB RAM, and 50GB storage attached.
We look forward to seeing our Free tier users increase their pipeline speeds.