diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:35:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:35:04 +0000 |
commit | 214f81cd9b7c94c10b633627034c21daaee837b2 (patch) | |
tree | 63f193ca9b27d4095af5ac000565ef928ddbb5f6 /debian/.gitlab-ci.yml | |
parent | Adding upstream version 4.0. (diff) | |
download | chrony-debian.tar.xz chrony-debian.zip |
Adding debian version 4.0-8+deb11u2.debian/4.0-8+deb11u2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/.gitlab-ci.yml')
-rw-r--r-- | debian/.gitlab-ci.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/.gitlab-ci.yml b/debian/.gitlab-ci.yml new file mode 100644 index 0000000..9de3969 --- /dev/null +++ b/debian/.gitlab-ci.yml @@ -0,0 +1,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' |