summaryrefslogtreecommitdiffstats
path: root/debian/.gitlab-ci.yml
blob: 9de396954f4413e59e284c077306568f7b4810bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include:
    - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
    - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml

# Skip the reprotest job as long as it is run as root due to problems with
# chrony system tests.
reprotest:
    extends: .test-reprotest
    only:
        variables:
            - $SEE_YOU_SOON_REPROTEST

variables:
    RELEASE: 'bullseye'