From d67983260c1a115efb99b3197ead3dc1eb20fdb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 30 Apr 2019 10:52:04 -0700 Subject: .gitlab-ci.yml: Add Fedora 30 and remove deprecated Fedora 28 --- .gitlab-ci.yml | 10 +++++----- 1 file 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 -- cgit v1.2.1