summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2019-11-22 16:51:26 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-11-22 16:51:26 +0000
commitcdf15d0658cd57c2666963119b4e05c2ff815ff7 (patch)
tree486349db9d8d0ac4b16b7100f53846ceed8b5e8b
parent37d761f1de4c9ee8716229f50776b57689332fa7 (diff)
parent6217fdb24d595c74d7aedf971a71e868f9bd6466 (diff)
downloadbuildstream-cdf15d0658cd57c2666963119b4e05c2ff815ff7.tar.gz
Merge branch 'jjardon/debian-10' into 'master'
.gitlab-ci.yml: Use Debian10 instead Debian9 See merge request BuildStream/buildstream!1727
-rw-r--r--.gitlab-ci.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 32b325526..299cc65c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
include:
- template: Code-Quality.gitlab-ci.yml
-image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:9-master-93453213
+image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:10-master-97554983
cache:
key: "$CI_JOB_NAME-"
@@ -57,6 +57,10 @@ tests-debian-9:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:9-master-93453213
<<: *tests
+tests-debian-10:
+ image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:10-master-97554983
+ <<: *tests
+
tests-fedora-30:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:30-master-93453213
<<: *tests
@@ -395,6 +399,7 @@ coverage:
dependencies:
- tests-centos-7.6
- tests-debian-9
+ - tests-debian-10
- tests-fedora-30
- tests-fedora-31
- tests-fedora-missing-deps