Skip to content
Snippets Groups Projects
Commit 79fbab61 authored by Jürg Billeter's avatar Jürg Billeter
Browse files

Merge branch 'jjardon/fedora_27' into 'master'

.gitlab-ci.yml: Remove testing on Fedora 27

See merge request !1136
parents a937f99a da1560e4
No related branches found
No related tags found
1 merge request!1136.gitlab-ci.yml: Remove testing on Fedora 27
Pipeline #46910829 failed
......@@ -49,10 +49,6 @@ tests-debian-9:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:9-master-46405991
<<: *tests
tests-fedora-27:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:27-master-46405991
<<: *tests
tests-fedora-28:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-master-46405991
<<: *tests
......@@ -95,7 +91,7 @@ overnight-fedora-28-aarch64:
tests-unix:
# Use fedora here, to a) run a test on fedora and b) ensure that we
# can get rid of ostree - this is not possible with debian-8
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:27-master-46405991
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-master-46405991
<<: *tests
variables:
BST_FORCE_BACKEND: "unix"
......@@ -291,7 +287,6 @@ coverage:
- cp -a .coverage-reports/ ./coverage-report
dependencies:
- tests-debian-9
- tests-fedora-27
- tests-fedora-28
- tests-fedora-missing-deps
- tests-ubuntu-18.04
......
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