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

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

commit 11aaf4bfae934d55fea75d2487ee69472f1df3da
Author: Jürg Billeter <[email protected]>
AuthorDate: Fri Nov 21 13:27:16 2025 +0100

    ci: Don't run tests on Debian 11
    
    It uses Python 3.9, which is no longer maintained upstream.
---
 .github/compose/ci.docker-compose.yml | 4 ----
 .github/run-ci.sh                     | 2 +-
 .github/workflows/ci.yml              | 1 -
 3 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/.github/compose/ci.docker-compose.yml 
b/.github/compose/ci.docker-compose.yml
index ce8b3f5..d073f18 100644
--- a/.github/compose/ci.docker-compose.yml
+++ b/.github/compose/ci.docker-compose.yml
@@ -22,10 +22,6 @@ x-tests-template: &tests-template
 
 services:
 
-  debian-11:
-    <<: *tests-template
-    image: 
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:11-${CI_IMAGE_VERSION:-latest}
-
   debian-12:
     <<: *tests-template
     image: 
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:12-${CI_IMAGE_VERSION:-latest}
diff --git a/.github/run-ci.sh b/.github/run-ci.sh
index a8e302f..caae267 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 debian-12 debian-13 fedora-42 fedora-43 
fedora-missing-deps ubuntu-22.04"; do
+    for test_name in "mypy 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 2341374..7f6b4d7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -36,7 +36,6 @@ jobs:
         # The names here should map to a valid service defined in
         # "../compose/ci.docker-compose.yml"
         test-name:
-          - debian-11
           - debian-12
           - debian-13
           - fedora-42

Reply via email to