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-03 06:43:54 -0700
commitd05ac9eb95e8a6e81fec70e5ab29c17ab7032771 (patch)
tree0ab2059b0135c28bc43f87f30d431f4d447af0ed
parent36c3a0631e4acbff3dcdb06fc8c55a03bf38da48 (diff)
downloadbuildstream-jjardon/bst_1_2_fedora_29.tar.gz
.gitlab-ci.yml: Remove deprecated fedora-27 and add current stable fedora-29jjardon/bst_1_2_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: