You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ro...@apache.org on 2020/12/29 13:48:34 UTC

[buildstream] 02/04: .gitlab-ci.yml: Run tests in Fedora:27 as well

This is an automated email from the ASF dual-hosted git repository.

root pushed a commit to branch jjardon/ci_fedora_27_test
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit ed899175f9dd08f9ef7dcb96e06329950298f674
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Tue Apr 10 17:00:19 2018 +0100

    .gitlab-ci.yml: Run tests in Fedora:27 as well
---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7d59026..6a35ac7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -94,6 +94,10 @@ source_dist:
 debian-8-tests:
   <<: *linux-tests
 
+fedora-27-tests:
+  image: buildstream/buildstream-fedora:master-56-5d7ee17
+  <<: *linux-tests
+
 
 unix-tests:
   # Use fedora here, to a) run a test on fedora and b) ensure that we
@@ -173,6 +177,7 @@ coverage:
     - coverage report --rcfile=../.coveragerc -m
   dependencies:
   - debian-8-tests
+  - fedora-27-tests
   - unix-tests
   - source_dist