This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/26583 )
Change subject: Switch ttcn3-* master tests from Debian stretch to bullseys
......................................................................
Switch ttcn3-* master tests from Debian stretch to bullseys
So far we were using ancient Debian 9 (stretch) for our IUT
containers. Let's upgrade that to Debian 11 (bullseye).
Related: OS#4969
Change-Id: Ic6bece9cb695e6eccfcb1e83fdbf1048724a3cf9
---
M jenkins-common.sh
M make/Makefile
2 files changed, 13 insertions(+), 9 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/83/26583/1
diff --git a/jenkins-common.sh b/jenkins-common.sh
index 9fcf02f..1fc9e20 100644
--- a/jenkins-common.sh
+++ b/jenkins-common.sh
@@ -20,7 +20,7 @@
osmo-*-centos7) echo "centos7-build" ;;
osmo-*-centos8) echo "centos8-build" ;;
osmo-*-latest) echo "debian-stretch-obs-latest" ;;
- osmo-*) echo "debian-stretch-build" ;;
+ osmo-*) echo "debian-bullseye-build" ;;
ttcn3-*) echo "debian-bullseye-titan" ;;
esac
}
@@ -31,7 +31,8 @@
osmo-*-centos8) echo "centos8" ;;
centos7-*) echo "centos7" ;;
centos8-*) echo "centos8" ;;
- *) echo "debian-stretch" ;;
+ debian-buster-*) echo "debian-buster" ;;
+ *) echo "debian-bullseye" ;;
esac
}
@@ -42,7 +43,10 @@
centos7-*) echo "centos:centos7" ;;
centos8-*) echo "centos:centos8" ;;
debian10-*) echo "debian:buster" ;;
- *) echo "debian:stretch" ;;
+ debian11-*) echo "debian:bullseye" ;;
+ debian-stretch-*) echo "debian:stetch" ;;
+ debian-buster-*) echo "debian:buster" ;;
+ *) echo "debian:bullseye" ;;
esac
}
@@ -109,7 +113,7 @@
}
# Make sure required images are available and build them if necessary.
-# $*: image names (e.g. "debian-stretch-build", "osmo-mgw-master", "osmo-mgw-master-centos8")
+# $*: image names (e.g. "debian-bullseye-build", "osmo-mgw-master", "osmo-mgw-master-centos8")
# The images are automatically built from the Dockerfile of the subdir of
# the same name. If there is a distribution name at the end of the image
# name (e.g. osmo-mgw-master-centos8), it gets removed from the subdir
@@ -232,8 +236,8 @@
}
fix_perms() {
- if ! docker_image_exists "debian-stretch-build"; then
- docker_images_require "debian-stretch-build"
+ if ! docker_image_exists "debian-bullseye-build"; then
+ docker_images_require "debian-bullseye-build"
fi
echo Fixing permissions
@@ -241,7 +245,7 @@
-v $VOL_BASE_DIR:/data \
-v $CACHE_DIR:/cache \
--name ${BUILD_TAG}-cleaner \
- $REPO_USER/debian-stretch-build \
+ $REPO_USER/debian-bullseye-build \
chmod -R a+rX /data/ /cache/
}
diff --git a/make/Makefile b/make/Makefile
index 416fc18..8bd360d 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -36,8 +36,8 @@
OSMO_SIP_BRANCH?=master
OSMO_STP_BRANCH?=master
PULL?=
-UPSTREAM_DISTRO?=debian:stretch
-DISTRO?=debian-stretch
+UPSTREAM_DISTRO?=debian:bullseye
+DISTRO?=debian-bullseye
# Full OBS repository mirror consists of:
# ${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/${OSMOCOM_REPO_VERSION}
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/26583
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ic6bece9cb695e6eccfcb1e83fdbf1048724a3cf9
Gerrit-Change-Number: 26583
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211215/276cd75d/attachment.htm>