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

[buildstream] 04/05: .github: Test on Fedora 35

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

juergbi pushed a commit to branch juerg/python-3.10
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit c5524130d7d3893acc6b25f7d0b595c5508d7eda
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Thu Nov 4 19:23:02 2021 +0100

    .github: Test on Fedora 35
    
    Fedora 35 includes Python 3.10.
---
 .github/compose/ci.docker-compose.yml | 6 +++++-
 .github/run-ci.sh                     | 1 +
 .github/workflows/ci.yml              | 1 +
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/.github/compose/ci.docker-compose.yml b/.github/compose/ci.docker-compose.yml
index 4fcdcab..6ef2287 100644
--- a/.github/compose/ci.docker-compose.yml
+++ b/.github/compose/ci.docker-compose.yml
@@ -1,7 +1,7 @@
 version: '3.4'
 
 x-tests-template: &tests-template
-    image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:34-${CI_IMAGE_VERSION:-latest}
+    image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:35-${CI_IMAGE_VERSION:-latest}
     command: tox -vvvvv -- --color=yes --integration
     environment:
       TOXENV: ${CI_TOXENV_ALL}
@@ -30,6 +30,10 @@ services:
     <<: *tests-template
     image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:34-${CI_IMAGE_VERSION:-latest}
 
+  fedora-35:
+    <<: *tests-template
+    image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:35-${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 5373668..8981f3b 100755
--- a/.github/run-ci.sh
+++ b/.github/run-ci.sh
@@ -105,6 +105,7 @@ if [ -z "${test_names}" ]; then
     runTest "debian-10"
     runTest "fedora-33"
     runTest "fedora-34"
+    runTest "fedora-35"
     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 100fb2b..dcb6cce 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,6 +39,7 @@ jobs:
           - debian-10
           - fedora-33
           - fedora-34
+          - fedora-35
           - ubuntu-18.04
           - centos-7.7.1908
           - fedora-missing-deps