This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch jbilleter/debian in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit f5dda220f568783e672309fc2d444c137d1a9d20 Author: Jürg Billeter <[email protected]> AuthorDate: Wed Aug 27 14:04:24 2025 +0200 wip: ci: Update images Add Debian 12 and 13 and update BuildBox to 1.3.31. --- .github/common.env | 2 +- .github/compose/ci.docker-compose.yml | 8 ++++++++ .github/workflows/ci.yml | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/common.env b/.github/common.env index e2cb26257..f00cc2da2 100644 --- a/.github/common.env +++ b/.github/common.env @@ -1,6 +1,6 @@ # Shared common variables -CI_IMAGE_VERSION=master-1938898146 +CI_IMAGE_VERSION=jbilleter-debian-2006296591 CI_TOXENV_MAIN=py39,py310,py311,py312,py313 CI_TOXENV_PLUGINS=py39-plugins,py310-plugins,py311-plugins,py312-plugins,py313-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 0e069820a..e31be6f8a 100644 --- a/.github/compose/ci.docker-compose.yml +++ b/.github/compose/ci.docker-compose.yml @@ -26,6 +26,14 @@ services: <<: *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} + + debian-13: + <<: *tests-template + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:13-${CI_IMAGE_VERSION:-latest} + fedora-41: <<: *tests-template image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:41-${CI_IMAGE_VERSION:-latest} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 007deddd6..d7ac85b00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,8 @@ jobs: # "../compose/ci.docker-compose.yml" test-name: - debian-11 + - debian-12 + - debian-13 - fedora-41 - fedora-42 - fedora-missing-deps
