Skip to content
Snippets Groups Projects
Commit 24d29a17 authored by Javier Jardón's avatar Javier Jardón
Browse files

.gitlab-ci.yml: Add job to run test in current Fedora:29

parent dbce3434
No related branches found
No related tags found
1 merge request!1137.gitlab-ci.yml: Test with current fedora release: 29
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment