Jürg Billeter pushed to branch master at BuildStream / buildstream
Commits:
1 changed file:
Changes:
... | ... | @@ -49,10 +49,6 @@ tests-debian-9: |
49 | 49 |
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:9-master-46405991
|
50 | 50 |
<<: *tests
|
51 | 51 |
|
52 |
-tests-fedora-27:
|
|
53 |
- image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:27-master-46405991
|
|
54 |
- <<: *tests
|
|
55 |
- |
|
56 | 52 |
tests-fedora-28:
|
57 | 53 |
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-master-46405991
|
58 | 54 |
<<: *tests
|
... | ... | @@ -95,7 +91,7 @@ overnight-fedora-28-aarch64: |
95 | 91 |
tests-unix:
|
96 | 92 |
# Use fedora here, to a) run a test on fedora and b) ensure that we
|
97 | 93 |
# can get rid of ostree - this is not possible with debian-8
|
98 |
- image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:27-master-46405991
|
|
94 |
+ image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-master-46405991
|
|
99 | 95 |
<<: *tests
|
100 | 96 |
variables:
|
101 | 97 |
BST_FORCE_BACKEND: "unix"
|
... | ... | @@ -291,7 +287,6 @@ coverage: |
291 | 287 |
- cp -a .coverage-reports/ ./coverage-report
|
292 | 288 |
dependencies:
|
293 | 289 |
- tests-debian-9
|
294 |
- - tests-fedora-27
|
|
295 | 290 |
- tests-fedora-28
|
296 | 291 |
- tests-fedora-missing-deps
|
297 | 292 |
- tests-ubuntu-18.04
|