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

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

commit a25c532efaf0c0ce304968aa6cfd1c8641221d11
Author: Jürg Billeter <[email protected]>
AuthorDate: Sun Aug 11 20:03:00 2024 +0200

    ci: Update to Fedora 40
---
 .github/common.env                    |  2 +-
 .github/compose/ci.docker-compose.yml | 10 +++-------
 .github/run-ci.sh                     |  2 +-
 .github/workflows/ci.yml              |  3 +--
 4 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/.github/common.env b/.github/common.env
index ca15c0bed..b7cb7ec5c 100644
--- a/.github/common.env
+++ b/.github/common.env
@@ -1,6 +1,6 @@
 # Shared common variables
 
-CI_IMAGE_VERSION=master-1361451963
+CI_IMAGE_VERSION=master-1408971201
 CI_TOXENV_MAIN=py38,py39,py310,py311,py312
 
CI_TOXENV_PLUGINS=py38-plugins,py39-plugins,py310-plugins,py311-plugins,py312-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 a8ebf5614..15b6da728 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:39-${CI_IMAGE_VERSION:-latest}
+    image: 
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:40-${CI_IMAGE_VERSION:-latest}
     command: tox -vvvvv -- --color=yes --integration
     environment:
       TOXENV: ${CI_TOXENV_ALL}
@@ -22,13 +22,9 @@ x-tests-template: &tests-template
 
 services:
 
-  fedora-38:
+  fedora-40:
     <<: *tests-template
-    image: 
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:38-${CI_IMAGE_VERSION:-latest}
-
-  fedora-39:
-    <<: *tests-template
-    image: 
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:39-${CI_IMAGE_VERSION:-latest}
+    image: 
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:40-${CI_IMAGE_VERSION:-latest}
 
   ubuntu-20.04:
     <<: *tests-template
diff --git a/.github/run-ci.sh b/.github/run-ci.sh
index 2216a8b05..72dc94c9d 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 fedora-38 fedora-39 fedora-missing-deps 
ubuntu-20.04; do
+    for test_name in mypy fedora-40 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 77918509c..c917ecbbb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -36,8 +36,7 @@ jobs:
         # The names here should map to a valid service defined in
         # "../compose/ci.docker-compose.yml"
         test-name:
-          - fedora-38
-          - fedora-39
+          - fedora-40
           - fedora-missing-deps
           - ubuntu-20.04
           - lint

Reply via email to