This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch jjardon/bst_1_2_fedora_29_test in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit bc69caefd17b35a9ef36fc05c332c21acbc17a50 Author: Javier Jardón <[email protected]> AuthorDate: Wed Apr 3 06:05:34 2019 -0700 .gitlab-ci.yml: Remove deprecated fedora-27 and add current stable fedora-29 --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 061bb39..eeb17b1 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:
