You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/11/03 09:36:04 UTC

[buildstream] 03/03: .github: Test in Fedora 34

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

tvb pushed a commit to branch tristan/fedora34
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit e6d144d9e0884a6053930ad9874af9a57458b68c
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Fri Sep 3 17:21:01 2021 +0100

    .github: Test in Fedora 34
    
    This is the current stable version
---
 .github/compose/ci.docker-compose.yml | 4 ++++
 .github/run-ci.sh                     | 1 +
 .github/workflows/ci.yml              | 1 +
 3 files changed, 6 insertions(+)

diff --git a/.github/compose/ci.docker-compose.yml b/.github/compose/ci.docker-compose.yml
index cd193be..4fcdcab 100644
--- a/.github/compose/ci.docker-compose.yml
+++ b/.github/compose/ci.docker-compose.yml
@@ -26,6 +26,10 @@ services:
     <<: *tests-template
     image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:33-${CI_IMAGE_VERSION:-latest}
 
+  fedora-34:
+    <<: *tests-template
+    image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:34-${CI_IMAGE_VERSION:-latest}
+
   debian-10:
     <<: *tests-template
     image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:10-${CI_IMAGE_VERSION:-latest}
diff --git a/.github/run-ci.sh b/.github/run-ci.sh
index 76243c9..5373668 100755
--- a/.github/run-ci.sh
+++ b/.github/run-ci.sh
@@ -104,6 +104,7 @@ if [ -z "${test_names}" ]; then
     runTest "mypy"
     runTest "debian-10"
     runTest "fedora-33"
+    runTest "fedora-34"
     runTest "ubuntu-18.04"
     runTest "centos-7.7.1908"
     runTest "fedora-missing-deps"
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c6233b7..de72b20 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -38,6 +38,7 @@ jobs:
         test-name:
           - debian-10
           - fedora-33
+          - fedora-34
           - ubuntu-18.04
           - centos-7.7.1908
           - fedora-missing-deps