GitLab CI and Distributed Builds
Removing tags from our small SaaS runner on Linux

Removing tags from our small SaaS runner on Linux

8/15/2023 · Gabriel Engel

What this post added

This post details the deprecation of older tags (`docker`, `linux`) for the small Linux SaaS runner in favor of a consistent tag (`saas-linux-small-amd64`) starting in GitLab 17.0. It explains the impact on jobs using deprecated tags and provides instructions on how to update `.gitlab-ci.yaml` configurations to avoid job failures.

Read the original post ↗