| name | GitLab Runner Codebase Deep Dive |
|---|---|
| description | Conversation notes on what GitLab Runner does and how it executes CI jobs — entrypoint, build flow, and executor internals |
| type | project |
| originSessionId | 33921352-0ffd-4509-a7a3-4d2b4dfff777 |
GitLab Runner is the official CI/CD job executor for GitLab, written in Go. It picks up CI/CD jobs from a GitLab instance, executes them, and streams results back.