Tag

GitLab Runner

0 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.

AnsibleCockpitGitLab Runner
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.

GitLab RunnerGrafanaPrometheus
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.

DockerGitLab RunnerInstallation
0 likes · 9 min read
GitLab Runner Installation, Registration, and Common Commands Guide
DevOps Cloud Academy
DevOps Cloud Academy
Dec 9, 2021 · Operations

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

This article outlines four practical strategies to accelerate CI/CD pipelines—using a self‑hosted GitLab Runner, caching build dependencies, employing lightweight Alpine images for CI jobs, and conditionally running jobs only when relevant files change—to improve developer efficiency.

Alpine LinuxGitLab Runnerbuild optimization
0 likes · 4 min read
Improving CI/CD Pipeline Speed with Self-Hosted GitLab Runners, Caching, Alpine Images, and Conditional Jobs
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 CachingConditional Jobs
0 likes · 4 min read
Improving CI/CD Pipeline Speed with Self‑Hosted GitLab Runners, Caching, Alpine Images, and Conditional Jobs
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.

DockerGitLab Runnerci/cd
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.

GitLab RunnerGrafanaPrometheus
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.

CommandsDockerGitLab Runner
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.

DockerGitLab RunnerInstallation
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.

DockerGitLab RunnerPerformance
0 likes · 8 min read
Detailed Analysis of a GitLab Runner Performance Bottleneck