Tagged articles
21 articles
Page 1 of 1
Ops Development & AI Practice
Ops Development & AI Practice
Aug 24, 2025 · Operations

How to Unlock Parallel Job Execution in GitLab Runner

This guide explains why parallel task handling matters for CI/CD efficiency, details the core 'concurrent' setting in GitLab Runner's config.toml, shows step‑by‑step configuration across platforms, and demonstrates how to combine it with the .gitlab-ci.yml 'parallel' keyword for fine‑grained job scheduling.

GitLab RunnerOperationsPipeline
0 likes · 7 min read
How to Unlock Parallel Job Execution in GitLab Runner
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Dec 11, 2024 · Cloud Native

Cut CI/CD Costs with Alibaba Cloud Serverless Containers: A Moka Case Study

This article details how Moka migrated its CI/CD pipeline to Alibaba Cloud's serverless container service (ACS) on an ACK cluster, addressing high concurrency pain points, implementing step‑by‑step runner configuration, and achieving significant cost savings, higher resource utilization, and faster job execution.

Alibaba CloudContainerCost Optimization
0 likes · 9 min read
Cut CI/CD Costs with Alibaba Cloud Serverless Containers: A Moka Case Study
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.

DevOpsDockerGitLab Runner
0 likes · 9 min read
GitLab Runner Installation, Registration, and Common Commands Guide
ELab Team
ELab Team
Mar 14, 2022 · Operations

Master GitLab CI/CD: Build, Test, Deploy Pipelines Efficiently

This guide explains the fundamentals of CI/CD, the benefits of automation, and provides a step‑by‑step tutorial on configuring GitLab CI/CD pipelines, including .gitlab-ci.yml syntax, job and stage definitions, runner installation, manual approvals, and scheduled executions using cron syntax.

AutomationContinuous DeliveryDevOps
0 likes · 14 min read
Master GitLab CI/CD: Build, Test, Deploy Pipelines Efficiently
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 LinuxBuild OptimizationDevOps
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
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
GF Securities FinTech
GF Securities FinTech
Sep 2, 2020 · Frontend Development

Master Frontend Automation: Deploy with GitLab CI from Scratch

This comprehensive guide walks frontend developers through the concepts, benefits, and step‑by‑step implementation of automated deployment using GitLab CI, covering pipeline mechanics, runner configuration, YAML syntax, practical .gitlab-ci.yml examples, common pitfalls, and advanced features to streamline continuous integration and delivery.

DeploymentGitLab CIGitLab Runner
0 likes · 22 min read
Master Frontend Automation: Deploy with GitLab CI from Scratch
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.

DevOpsGitLab RunnerInstallation
0 likes · 8 min read
GitLab Runner Installation, Registration, and Common Commands Guide
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