summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2019-05-04 07:18:21 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-05-04 07:18:21 +0000
commitcf32c4df128fc147c08a27db42ceafd306e12174 (patch)
tree99f790f2e8fcbb3e020cac37047e5f55d4a87bc5
parent0b5f7bbc3c517d904d170e8770754c85d15cd089 (diff)
parentd67983260c1a115efb99b3197ead3dc1eb20fdb3 (diff)
downloadbuildstream-cf32c4df128fc147c08a27db42ceafd306e12174.tar.gz
Merge branch 'jjardon/fedora_30_master' into 'master'
.gitlab-ci.yml: Add Fedora 30 and remove deprecated Fedora 28 See merge request BuildStream/buildstream!1320
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 750568cf4..3434c0f27 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,14 +54,14 @@ tests-debian-9:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:9-master-46405991
<<: *tests
-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-fedora-30:
+ image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:30-master-59168197
+ <<: *tests
+
tests-ubuntu-18.04:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-ubuntu:18.04-master-46405991
<<: *tests
@@ -328,8 +328,8 @@ coverage:
dependencies:
- tests-centos-7.6
- tests-debian-9
- - tests-fedora-28
- tests-fedora-29
+ - tests-fedora-30
- tests-fedora-missing-deps
- tests-fedora-update-deps
- tests-remote-execution