1 # From https://docs.gitlab.com/ee/ci/runners/hosted_runners/linux.html
5 # Runner Tag vCPUs Memory Storage
6 # saas-linux-small-amd64 2 8 GB 25 GB
8 # Our current private runner 'docker', 'samba-ci-private', 'shared' and
9 # 'ubuntu2204'. It runs with an ubuntu2204 kernel (5.15) and provides an
10 # ext4 filesystem, 2 CPU and 4 GB (shared tag) 8G (samba-ci-private tag) RAM.
14 # We use saas-linux-small-amd64 shared runners by default.
15 # We avoid adding explicit tags for them in order
16 # to work with potential changes in future
18 # In order to generate valid yaml, we define a dummy variable...
20 SAMBA_SHARED_RUNNER_BUILD_DUMMY_VARIABLE: shared_runner_build
23 # We use saas-linux-small-amd64 shared runners by default.
24 extends: .shared_runner_build
27 # We use our private runner only for special tests