summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2019-04-03 06:05:34 -0700
committerJavier Jardón <jjardon@gnome.org>2019-04-04 14:41:05 +0000
commitec11582b96737299696e543010a88f69975f311d (patch)
treeaa78c81db59d02e32daa05fc7587e48b00704fcf
parent8a782d0e26389dd364cd9241926bd795b215284d (diff)
downloadbuildstream-ec11582b96737299696e543010a88f69975f311d.tar.gz
.gitlab-ci.yml: Remove deprecated fedora-27 and add current stable fedora-29
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 061bb398b..eeb17b1bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,14 +47,14 @@ 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
+tests-fedora-29:
+ image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:29-master-47052095
+ <<: *tests
+
tests-ubuntu-18.04:
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-ubuntu:18.04-master-46405991
<<: *tests
@@ -189,8 +189,8 @@ coverage:
- cp -a .coverage-reports/ ./coverage-report
dependencies:
- tests-debian-9
- - tests-fedora-27
- tests-fedora-28
+ - tests-fedora-29
- tests-ubuntu-18.04
- tests-unix
except: