GitLab Runner Auto-scaling: Fleeting plugin for Google Compute Engine - Experiment.

Overview

The GitLab Runner GCP Fleeting Plugin in an Experiment is now ready for customers interested in testing the new GitLab Runner Autoscaling solution on GCP compute instances.

Supported OS & compute architectures

  • Linux on x86-64

Example configuration

concurrent = 10

[[runners]]
  name = "instance autoscaler example"
  url = "https://gitlab.com"
  token = "<token>"
  shell = "sh"

  executor = "instance"

  # Autoscaler config
  [runners.autoscaler]
    plugin = "fleeting-plugin-gcp"

    capacity_per_instance = 1
    max_use_count = 1
    max_instances = 10

Disclaimer

This page may contain information related to upcoming products, features and functionality. It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes. Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.

Edited by Jackie Porter