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

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

commit 2271385f018f8302196e226e3c8eabf7bd9e4383
Author: Jürg Billeter <[email protected]>
AuthorDate: Fri Dec 20 14:08:21 2024 +0100

    ci: Run tests also on Fedora 41
    
    This extends test coverage to Python 3.13.
---
 .github/compose/ci.docker-compose.yml | 4 ++++
 .github/run-ci.sh                     | 2 +-
 .github/workflows/ci.yml              | 1 +
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/compose/ci.docker-compose.yml 
b/.github/compose/ci.docker-compose.yml
index f22b14b..6f69d52 100644
--- a/.github/compose/ci.docker-compose.yml
+++ b/.github/compose/ci.docker-compose.yml
@@ -30,6 +30,10 @@ services:
     <<: *tests-template
     image: 
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:40-${CI_IMAGE_VERSION:-latest}
 
+  fedora-41:
+    <<: *tests-template
+    image: 
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:41-${CI_IMAGE_VERSION:-latest}
+
   ubuntu-22.04:
     <<: *tests-template
     image: 
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-ubuntu:22.04-${CI_IMAGE_VERSION:-latest}
diff --git a/.github/run-ci.sh b/.github/run-ci.sh
index ce31ab5..eebbbda 100755
--- a/.github/run-ci.sh
+++ b/.github/run-ci.sh
@@ -67,7 +67,7 @@ function runTest() {
 
 
 if [ -z "${test_names}" ]; then
-    for test_name in "mypy debian-11 fedora-40 fedora-missing-deps 
ubuntu-22.04"; do
+    for test_name in "mypy debian-11 fedora-40 fedora-41 fedora-missing-deps 
ubuntu-22.04"; do
        if ! runTest "${test_name}"; then
            echo "Tests failed"
            exit 1
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d76c512..6cd9c20 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -38,6 +38,7 @@ jobs:
         test-name:
           - debian-11
           - fedora-40
+          - fedora-41
           - fedora-missing-deps
           - ubuntu-22.04
           - lint

Reply via email to