summaryrefslogtreecommitdiff
path: root/debian/gitlab-ci.yml
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2019-05-28 08:32:13 +0200
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2019-05-28 08:32:13 +0200
commitf448ee456b35636a234e27cd5fb5a9e19b6c6fda (patch)
tree4424ba686d6485c6934b0beae2262889eee87a85 /debian/gitlab-ci.yml
parente1fdb96be0266b368f9ed38f37d38b2d813f0073 (diff)
simplify the salsa-ci file an switch to experimental
Diffstat (limited to 'debian/gitlab-ci.yml')
-rw-r--r--debian/gitlab-ci.yml20
1 files changed, 5 insertions, 15 deletions
diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml
index b7dc52a..b50c0ce 100644
--- a/debian/gitlab-ci.yml
+++ b/debian/gitlab-ci.yml
@@ -1,16 +1,6 @@
-include: https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+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
-build:
- extends: .build-unstable
-
-reprotest:
- extends: .test-reprotest
-
-lintian:
- extends: .test-lintian
-
-autopkgtest:
- extends: .test-autopkgtest
-
-piuparts:
- extends: .test-piuparts
+variables:
+ RELEASE: 'experimental'