Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

“Invest in yourself — your confidence is always worth it.”

Explore Cosmetic Hospitals

Start your journey today — compare options in one place.

GitLab Runners – A Complete Guide

If you’re using GitLab SaaS (GitLab Cloud), you have multiple runner options to execute your CI/CD jobs. Each runner source gives you different levels of control, performance, and cost efficiency.

Here’s a complete and up-to-date list of runner sources available to you on GitLab Cloud (GitLab.com) as of version 18.0 (May 2026):


✅ Available Runner Sources in GitLab Cloud

Runner SourceDescriptionUse CaseAvailability
GitLab Shared RunnersProvided and maintained by GitLab. Run on GitLab-managed infrastructure (auto-scaled).Quick start, no setup needed✅ Enabled by default
Project-Specific RunnersInstalled and registered for a single project only.Dedicated pipelines for sensitive repos✅ User-managed
Group RunnersRegistered to a group and available to all projects inside the group.Shared infra across multiple related projects✅ User-managed
Self-Hosted Runners (Custom)Installed on your own infrastructure (Linux, macOS, Windows, Docker, Kubernetes, etc.).Full control over environment & cost✅ GitLab SaaS-compatible
GitLab Kubernetes Executor (Auto DevOps)Auto-provisioned runner inside a connected K8s cluster (via GitLab Agent or legacy cert).Cloud-native CI/CD with GitOps-style delivery✅ Optional setup
GitLab macOS Runners (M1/M2) (beta)Apple Silicon runners for building macOS/iOS apps (Xcode). Currently in Beta for SaaS.iOS/macOS mobile CI/CD🧪 Limited Beta
GitLab Windows Runners (hosted or self)Use Windows executor to build/test .NET, Windows apps.Windows-native software pipelines✅ Self-hosted or BYO
GitLab GPU Runners (beta)GPU-backed runners for AI/ML workloads (uses NVIDIA CUDA).Model training and GPU-based data pipelines🧪 Ultimate / Limited Beta

🔧 Summary of Executors by Runner Type

Executor TypeCompatible with GitLab Cloud?Platform Examples
shell✅ (self-hosted only)Local VMs, bare metal
dockerDocker-in-Docker setups
docker+machine✅ (with autoscaling)AWS/GCP dynamic runners
kubernetesGKE, EKS, AKS
customAny custom automation
sshRemote Linux VMs
virtualbox❌ GitLab SaaS not supportedOnly works self-managed
parallels❌ Deprecated
shell-windowsWindows self-hosted

📌 Special GitLab SaaS-Hosted Runners

Runner TypeLanguage SupportNotes
Linux Shared RunnersDefault Docker executor (Node, Python, etc.)400 CI minutes/month for Free tier
macOS Runners (beta)Swift, Xcode, iOSAvailable via GitLab-hosted pool
GPU Runners (beta)CUDA, TensorFlow, PyTorchUltimate SaaS, usage billed separately
Windows Runners.NET Core, PowerShellUse your own runner for Windows

🎯 When to Use What

Use CaseRecommended Runner
Quick setup for any projectGitLab Shared Runners
Secure or private pipelines (sensitive data)Project/Group-specific runners
Complex environments (Terraform, AI/ML)Self-hosted Docker or Kubernetes
macOS/iOS CI/CDGitLab macOS Runners (Beta)
Windows CI/CDSelf-hosted Windows runner
GPU training / AI workloadsGPU runners (Ultimate only)

✅ How to View/Add Runners in GitLab Cloud

  • Project > Settings > CI/CD > Runners
    • Shows shared runners, and allows adding project-specific ones
  • Group > Settings > CI/CD > Runners
    • For group-level runners
  • Admin Runners Page (for instance-level visibility, GitLab self-managed only)

As of GitLab 18.x, GitLab supports several types of runners to execute CI/CD jobs. Here’s a clear and updated breakdown:


🏃 Types of GitLab Runners in GitLab 18.x

1. Shared Runners

  • Scope: Available to all projects in an instance or group.
  • Managed by: GitLab instance admin (self-hosted or GitLab.com).
  • Use case: Ideal for teams that don’t want to manage infrastructure for builds.
  • Example: GitLab.com provides autoscaling shared runners using Docker Machine.

✅ Pros:

  • Easy to set up
  • Great for small teams and quick pipelines
    ⚠️ Cons:
  • Queues can be long on GitLab.com during peak usage

2. Group Runners

  • Scope: Available to all projects within a group.
  • Managed by: Group owners
  • Use case: For teams managing multiple related projects needing the same CI resources.

✅ Pros:

  • Centralized control at group level
  • Avoids redundancy for project-specific runners

3. Project-specific Runners

  • Scope: Tied to a single project only.
  • Managed by: Project maintainers/owners
  • Use case: When a project needs specialized tools or secure execution.

✅ Pros:

  • Full control
  • Secure, isolated builds
    ⚠️ Cons:
  • More setup and maintenance overhead

🔧 Execution Environments (Runners’ Executor Types)

Each runner (regardless of shared/group/project) uses an executor to determine how jobs are run:

ExecutorDescription
shellUses host shell (e.g., Bash); minimal setup
dockerSpawns Docker containers to run jobs (very popular)
docker+machineScales runners dynamically using Docker Machine
kubernetesRuns jobs as pods inside a Kubernetes cluster
sshExecutes jobs on a remote server over SSH
customDefine your own job executor flow
virtualbox (deprecated)Used VMs (not commonly used now)
parallels (macOS only)Used Parallels for macOS virtualized runners

🧠 Special Note on GitLab SaaS vs Self-Managed

Runner TypeGitLab.com (SaaS)Self-Managed GitLab
Shared Runners✅ Available✅ Can be configured
Group Runners🚫 Not available✅ Available
Project Runners✅ Available✅ Available

GitLab.com (SaaS) does not support Group-level runners for security/resource isolation reasons.


🔄 Registering a Runner

To register a runner in GitLab 18.0, follow these steps:GitLab Docs

  1. Install GitLab Runner: Ensure GitLab Runner is installed on your desired host machine.
  2. Obtain a Registration Token:
    • Instance Runner: Available in the Admin Area under CI/CD > Runners.
    • Group Runner: Found in the group’s Settings > CI/CD > Runners section.
    • Project Runner: Located in the project’s Settings > CI/CD > Runners section.
  3. Register the Runner:

After successful registration, the runner will appear in the GitLab UI under the appropriate scope (instance, group, or project). GitLab Docs

Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services — all in one place.

Explore Hospitals
I'm Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked at Cotocus and regularly write about technology, travel, investing, health, product reviews, and digital marketing through my various platforms. I publish technical articles at DevOps School, travel stories at Holiday Landmark, stock market insights at Stocks Mantra, health and fitness guidance at My Medic Plus, product reviews at TrueReviewNow, and SEO and digital marketing strategies at Wizbrand.

Related Posts

Top 10 Desktop Publishing Tools in 2026: Features, Pros, Cons & Comparison

Introduction Desktop publishing tools have become essential for businesses and professionals seeking to create high-quality, visually appealing printed and digital documents. From brochures and newsletters to business…

Read More

Top 10 Disk Partition Tools in 2026: Features, Pros, Cons & Comparison

Introduction In 2026, disk partitioning is crucial for maintaining an efficient and organized storage system. Disk partition tools are essential for creating, resizing, merging, splitting, and managing…

Read More

Top 10 Backup & Recovery Tools in 2026: Features, Pros, Cons & Comparison

Introduction In today’s digital world, data is the backbone of virtually every business operation. As the amount of critical data grows, so does the need for robust…

Read More

Top 10 Barcode Generation Tools in 2026: Features, Pros, Cons & Comparison

Introduction Barcode generation tools are essential for modern business operations. They allow businesses to create scannable codes that represent information such as product IDs, prices, or inventory…

Read More

Top 10 Cloud Backup Tools in 2026: Features, Pros, Cons & Comparison

Introduction Cloud backup tools are indispensable in 2026 for businesses and individuals seeking to safeguard their data in an increasingly digital world. These tools provide remote, secure…

Read More

Top 10 Data Recovery Tools in 2026: Features, Pros, Cons & Comparison

Introduction In today’s digital world, data is one of the most valuable assets for businesses and individuals alike. Whether you’re dealing with business-critical files or personal memories,…

Read More
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
0
Would love your thoughts, please comment.x
()
x