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

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

commit 22361217756e8d851c28568145744fe5b4f85854
Author: Jürg Billeter <[email protected]>
AuthorDate: Thu Jul 18 20:39:56 2024 +0200

    ci: Don't run tests on Debian 10
    
    Debian 10 is no longer maintained. It used Python 3.7, which is no
    longer maintained either.
---
 .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 7ea54feb4..050940fa2 100644
--- a/.github/compose/ci.docker-compose.yml
+++ b/.github/compose/ci.docker-compose.yml
@@ -30,10 +30,6 @@ services:
     <<: *tests-template
     image: 
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:39-${CI_IMAGE_VERSION:-latest}
 
-  debian-10:
-    <<: *tests-template
-    image: 
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:10-${CI_IMAGE_VERSION:-latest}
-
   ubuntu-20.04:
     <<: *tests-template
     image: 
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-ubuntu:20.04-${CI_IMAGE_VERSION:-latest}
diff --git a/.github/run-ci.sh b/.github/run-ci.sh
index 76d7af698..2216a8b05 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-10 fedora-38 fedora-39 fedora-missing-deps 
ubuntu-20.04; do
+    for test_name in mypy fedora-38 fedora-39 fedora-missing-deps 
ubuntu-20.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 0a217b0d3..1ca77cf42 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-10
           - fedora-38
           - fedora-39
           - fedora-missing-deps

Reply via email to