summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2019-04-30 10:52:04 -0700
committerJavier Jardón <jjardon@gnome.org>2019-05-03 19:27:54 -0700
commitd67983260c1a115efb99b3197ead3dc1eb20fdb3 (patch)
tree99f790f2e8fcbb3e020cac37047e5f55d4a87bc5
parent0b5f7bbc3c517d904d170e8770754c85d15cd089 (diff)
downloadbuildstream-jjardon/fedora_30_master.tar.gz
.gitlab-ci.yml: Add Fedora 30 and remove deprecated Fedora 28jjardon/fedora_30_master
-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