]> git.ipfire.org Git - thirdparty/samba.git/blame - .gitlab-ci-default-runners.yml
ldb-samba: ldif_read_objectSid() short-circuits without 'S'
[thirdparty/samba.git] / .gitlab-ci-default-runners.yml
CommitLineData
d58a72c5 1# From https://docs.gitlab.com/ee/ci/runners/hosted_runners/linux.html
6999e080
SM
2#
3# ...
4#
d58a72c5
AB
5# Runner Tag vCPUs Memory Storage
6# saas-linux-small-amd64 2 8 GB 25 GB
6999e080
SM
7#
8# Our current private runner 'docker', 'samba-ci-private', 'shared' and
b1e83b6c 9# 'ubuntu2204'. It runs with an ubuntu2204 kernel (5.15) and provides an
d58a72c5 10# ext4 filesystem, 2 CPU and 4 GB (shared tag) 8G (samba-ci-private tag) RAM.
6999e080
SM
11#
12
13.shared_runner_build:
d58a72c5
AB
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
6999e080 17 #
d58a72c5
AB
18 # In order to generate valid yaml, we define a dummy variable...
19 variables:
20 SAMBA_SHARED_RUNNER_BUILD_DUMMY_VARIABLE: shared_runner_build
6999e080
SM
21
22.shared_runner_test:
d58a72c5 23 # We use saas-linux-small-amd64 shared runners by default.
6999e080
SM
24 extends: .shared_runner_build
25
26.private_runner_test:
27 # We use our private runner only for special tests
28 tags:
29 - docker
30 - samba-ci-private