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

juergbi pushed a commit to branch jbilleter/f43
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit b73699b7a3275463fcc1faa5d9a822be5bc8b831
Author: Jürg Billeter <[email protected]>
AuthorDate: Tue Sep 23 13:45:34 2025 +0200

    ci: Add Fedora 43 and update images
    
    Fedora 43 extends test coverage to Python 3.14.
---
 .github/common.env                    | 2 +-
 .github/compose/ci.docker-compose.yml | 4 ++++
 .github/run-ci.sh                     | 2 +-
 .github/workflows/ci.yml              | 1 +
 4 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.github/common.env b/.github/common.env
index 1b820f189..1bd0bc72b 100644
--- a/.github/common.env
+++ b/.github/common.env
@@ -1,6 +1,6 @@
 # Shared common variables
 
-CI_IMAGE_VERSION=master-2053497538
+CI_IMAGE_VERSION=master-2057058575
 CI_TOXENV_MAIN=py39,py310,py311,py312,py313,py314
 
CI_TOXENV_PLUGINS=py39-plugins,py310-plugins,py311-plugins,py312-plugins,py313-plugins,py314-plugins
 CI_TOXENV_ALL="${CI_TOXENV_MAIN},${CI_TOXENV_PLUGINS}"
diff --git a/.github/compose/ci.docker-compose.yml 
b/.github/compose/ci.docker-compose.yml
index 8a904f9cf..75ecc995f 100644
--- a/.github/compose/ci.docker-compose.yml
+++ b/.github/compose/ci.docker-compose.yml
@@ -38,6 +38,10 @@ services:
     <<: *tests-template
     image: 
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:42-${CI_IMAGE_VERSION:-latest}
 
+  fedora-43:
+    <<: *tests-template
+    image: 
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:43-${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 62cdcf7a0..9c6164249 100755
--- a/.github/run-ci.sh
+++ b/.github/run-ci.sh
@@ -102,7 +102,7 @@ function runServiceTest() {
 
 
 if [ -z "${test_names}" ]; then
-    for test_name in mypy debian-11 debian-12 debian-13 fedora-42 
fedora-missing-deps ubuntu-22.04; do
+    for test_name in mypy debian-11 debian-12 debian-13 fedora-42 fedora-43 
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 26df0b5c7..17d4f1b90 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -40,6 +40,7 @@ jobs:
           - debian-12
           - debian-13
           - fedora-42
+          - fedora-43
           - fedora-missing-deps
           - ubuntu-22.04
           - lint

Reply via email to