Tag

GitLab Runner

1 views collected around this technical thread.

Liulishuo Tech Team
Liulishuo Tech Team
May 29, 2023 · Operations

Ansible Installation and Configuration for Cockpit and GitLab Runner in the Android Department

This article explains how the Android department uses Ansible to automate server deployment, detailing installation, inventory setup, playbook structure, and example configurations for Cockpit monitoring and GitLab Runner, including command snippets and code examples to streamline operations.

AnsibleCI/CDCockpit
0 likes · 10 min read
Ansible Installation and Configuration for Cockpit and GitLab Runner in the Android Department
DevOps Cloud Academy
DevOps Cloud Academy
May 16, 2023 · Operations

Using Prometheus to Monitor GitLab Runner and GitLab CI Pipelines

This guide explains how to enable Prometheus metrics on GitLab Runner, configure the runner’s HTTP endpoint, collect the metrics with Prometheus, and visualize both runner and CI pipeline data in Grafana using ready‑made dashboards.

CI/CDDevOpsGitLab Runner
0 likes · 7 min read
Using Prometheus to Monitor GitLab Runner and GitLab CI Pipelines
DevOps Cloud Academy
DevOps Cloud Academy
Apr 27, 2023 · Operations

GitLab Runner Installation, Registration, and Common Commands Guide

This article provides a comprehensive guide to installing GitLab Runner on various platforms, explains version and Docker requirements, details registration types and token retrieval, and presents both interactive and non‑interactive registration commands along with common runner commands and a sample pipeline configuration.

CI/CDDevOpsDocker
0 likes · 9 min read
GitLab Runner Installation, Registration, and Common Commands Guide
DevOps Cloud Academy
DevOps Cloud Academy
Jul 7, 2021 · Operations

Improving CI/CD Pipeline Speed with Self‑Hosted GitLab Runners, Caching, Alpine Images, and Conditional Jobs

To accelerate CI/CD pipelines, the article recommends using self‑hosted GitLab Runners on a private cloud to eliminate network bottlenecks, caching build dependencies locally, employing lightweight Alpine images for faster container pulls, and limiting job execution to changed files via the only:changes directive.

Alpine LinuxBuild CachingCI/CD
0 likes · 4 min read
Improving CI/CD Pipeline Speed with Self‑Hosted GitLab Runners, Caching, Alpine Images, and Conditional Jobs
Taobao Frontend Technology
Taobao Frontend Technology
May 17, 2021 · Operations

Mastering GitLab CI/CD: Core Concepts, Pipelines, and Best Practices

This article provides a comprehensive overview of GitLab CI/CD, covering its core concepts—pipelines, stages, jobs, and runners—along with .gitlab-ci.yml configuration, variables, triggers, DAG pipelines, runner types, cloud‑native capabilities, efficiency management, and practical demo examples to help teams implement robust DevOps workflows.

CI/CD pipelinesDAGDevOps
0 likes · 19 min read
Mastering GitLab CI/CD: Core Concepts, Pipelines, and Best Practices
Ops Development Stories
Ops Development Stories
Mar 1, 2021 · Operations

How to Install, Register, and Use GitLab Runner with Docker for CI/CD Pipelines

This guide walks you through installing GitLab Runner via Docker, configuring its types and states, registering it with a GitLab instance, and creating a simple .gitlab-ci.yml pipeline to verify end‑to‑end CI/CD functionality.

CI/CDDevOpsDocker
0 likes · 8 min read
How to Install, Register, and Use GitLab Runner with Docker for CI/CD Pipelines
DevOps Cloud Academy
DevOps Cloud Academy
Dec 21, 2020 · Operations

Getting Started with GitLab CI/CD: Pipelines, Runners, and SSH Deployment

This article provides a step‑by‑step guide to GitLab CI/CD, covering pipeline concepts, a sample .gitlab-ci.yml configuration, job and stage definitions, runner installation and registration, and secure SSH‑based deployment using Docker‑based runners.

CI pipelinesDockerGitLab CI/CD
0 likes · 12 min read
Getting Started with GitLab CI/CD: Pipelines, Runners, and SSH Deployment
DevOps Cloud Academy
DevOps Cloud Academy
Jul 27, 2020 · Operations

Monitoring GitLab Runner and GitLab CI Pipelines with Prometheus

This guide details how to enable Prometheus metrics on GitLab Runner, configure Prometheus to scrape those metrics, and set up the gitlab-ci-pipelines-exporter with Grafana dashboards to monitor both runner performance and CI/CD pipeline health.

CI/CDDevOpsGitLab Runner
0 likes · 7 min read
Monitoring GitLab Runner and GitLab CI Pipelines with Prometheus
DevOps Cloud Academy
DevOps Cloud Academy
May 16, 2020 · Cloud Native

Deploying MinIO on Kubernetes and Configuring GitLab Runner S3 Cache

This guide explains how to deploy MinIO object storage on Kubernetes using a PersistentVolume and Helm, configure GitLab Runner to use MinIO as an S3 cache, troubleshoot common issues, and verify the setup with a sample CI pipeline.

GitLab RunnerHelmMinIO
0 likes · 9 min read
Deploying MinIO on Kubernetes and Configuring GitLab Runner S3 Cache
DevOps Cloud Academy
DevOps Cloud Academy
May 5, 2020 · Operations

GitLab Runner Installation, Registration, and Common Commands Guide

This tutorial explains how to install GitLab Runner on various platforms, register different runner types, retrieve tokens, and use common commands for managing the runner and executing CI/CD pipelines, providing code examples for Docker, CentOS, macOS, and interactive or non‑interactive registration.

CI/CDDevOpsDocker
0 likes · 8 min read
GitLab Runner Installation, Registration, and Common Commands Guide
DevOps Cloud Academy
DevOps Cloud Academy
Apr 29, 2020 · Operations

GitLab Runner Installation, Registration, and Common Commands Tutorial

This tutorial explains how to install GitLab Runner on various platforms, register it in different modes, and use common commands to manage CI/CD pipelines for continuous integration, including Docker-based setups and example pipeline configurations.

CI/CDDevOpsDocker
0 likes · 8 min read
GitLab Runner Installation, Registration, and Common Commands Tutorial
NetEase Game Operations Platform
NetEase Game Operations Platform
Sep 13, 2019 · Operations

Detailed Analysis of a GitLab Runner Performance Bottleneck

This article documents a multi‑stage investigation of intermittent GitLab Runner build timeouts and hangs, describing the background, VM configuration, successive diagnostic steps using strace, iotop, perf, and storage‑driver adjustments, and concludes with performance test results and lessons learned.

CI/CDDevOpsDocker
0 likes · 8 min read
Detailed Analysis of a GitLab Runner Performance Bottleneck