summaryrefslogtreecommitdiffstats
path: root/debian/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'debian/.gitlab-ci.yml')
-rw-r--r--debian/.gitlab-ci.yml14
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'