summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2019-02-11 19:28:07 +0000
committerJavier Jardón <jjardon@gnome.org>2019-02-12 12:27:42 +0000
commit24d29a17fb1c94976e1c98c8b8231ef463644fc3 (patch)
treef68b360d871b0b38eb2c9ae22c7b98dea8a5ad13
parentdbce34347e03b00600ad3a6cdb69657f5c168706 (diff)
downloadbuildstream-24d29a17fb1c94976e1c98c8b8231ef463644fc3.tar.gz
.gitlab-ci.yml: Add job to run test in current Fedora:29
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 41313b97b..1ac2f1eb5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,6 +53,10 @@ tests-fedora-28:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-master-46405991
<<: *tests
+tests-fedora-29:
+ image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:29-master-47052095
+ <<: *tests
+
tests-ubuntu-18.04:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-ubuntu:18.04-master-46405991
<<: *tests
@@ -289,6 +293,7 @@ coverage:
dependencies:
- tests-debian-9
- tests-fedora-28
+ - tests-fedora-29
- tests-fedora-missing-deps
- tests-ubuntu-18.04
- tests-unix