osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/41839?usp=email )
Change subject: jenkins-common: use debian 13 by default ...................................................................... jenkins-common: use debian 13 by default The testsuites were still using debian 12, switch to the current stable version (13). This also gives us a much newer bpftrace version: * Debian 12: 0.17.0-1 * Debian 13: 0.23.2-1 Change-Id: I231e1e93724faf6d659132be9b9d0e164502bf95 --- M jenkins-common.sh 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve diff --git a/jenkins-common.sh b/jenkins-common.sh index 57d2190..46b8891 100644 --- a/jenkins-common.sh +++ b/jenkins-common.sh @@ -1,6 +1,6 @@ CACHE_DIR="$(realpath ../_cache)" KERNEL_TEST_DIR="$(realpath ../scripts/kernel-test)" -DEBIAN_DEFAULT="bookworm" +DEBIAN_DEFAULT="trixie" SUB4_PREFIX="172.18" SUB6_PREFIX="fd02:db8" -- To view, visit https://gerrit.osmocom.org/c/docker-playground/+/41839?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-Change-Id: I231e1e93724faf6d659132be9b9d0e164502bf95 Gerrit-Change-Number: 41839 Gerrit-PatchSet: 2 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-Reviewer: pespin <[email protected]>
