diff options
author | Jürg Billeter <j@bitron.ch> | 2019-02-09 10:30:20 +0000 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2019-02-09 10:30:20 +0000 |
commit | 79fbab61a1bc418c399eb68d92c462c88bdebe35 (patch) | |
tree | d496dab949bd179c2ecb1e00bd2b2587ddf17771 | |
parent | a937f99a5676f4284a2a4d578db18d2113eb3e24 (diff) | |
parent | da1560e4aa906ba0b525a2973b7bf214be060081 (diff) | |
download | buildstream-79fbab61a1bc418c399eb68d92c462c88bdebe35.tar.gz |
Merge branch 'jjardon/fedora_27' into 'master'
.gitlab-ci.yml: Remove testing on Fedora 27
See merge request BuildStream/buildstream!1136
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1656c4ac5..b4608c783 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |