fuzzing: fix fuzz_stable_sort_r_unstable comparison
[samba.git] / .gitlab-ci-default-runners.yml
blobbdc504aff21d2b0d93626cde388487dd66708c08
1 # From https://docs.gitlab.com/ee/ci/runners/hosted_runners/linux.html
3 #   ...
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.
13 .shared_runner_build:
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
17   #
18   # In order to generate valid yaml, we define a dummy variable...
19   variables:
20     SAMBA_SHARED_RUNNER_BUILD_DUMMY_VARIABLE: shared_runner_build
22 .shared_runner_test:
23   # We use saas-linux-small-amd64 shared runners by default.
24   extends: .shared_runner_build
26 .private_runner_test:
27   # We use our private runner only for special tests
28   tags:
29     - docker
30     - samba-ci-private