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/+/26585 )
Change subject: nplab: Switch from stretch to buster
......................................................................
nplab: Switch from stretch to buster
The test suites require guile-2.0 so we have to stay with buster
and cannot upgrade to bullseye (guile-3.0 only).
Change-Id: I30c05efbc6c7a21cad71b207e723ef958f1ac9be
---
M nplab-m3ua-test/Dockerfile
M nplab-m3ua-test/jenkins.sh
M nplab-sua-test/jenkins.sh
M sigtran-tests/Dockerfile
4 files changed, 8 insertions(+), 7 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/85/26585/1
diff --git a/nplab-m3ua-test/Dockerfile b/nplab-m3ua-test/Dockerfile
index ba5d17d..a7891e1 100644
--- a/nplab-m3ua-test/Dockerfile
+++ b/nplab-m3ua-test/Dockerfile
@@ -6,7 +6,8 @@
RUN cd /tmp && git clone git://git.osmocom.org/nplab/m3ua-testtool
ADD http://git.osmocom.org/nplab/m3ua-testtool/patch /tmp/commit
RUN cd /tmp/m3ua-testtool && \
- git pull && \
+ git fetch && \
+ git checkout -f laforge/python3 && \
cp runtest-junitxml.py /usr/local/bin/
COPY dotguile /root/.guile
diff --git a/nplab-m3ua-test/jenkins.sh b/nplab-m3ua-test/jenkins.sh
index c4250b0..87035f3 100755
--- a/nplab-m3ua-test/jenkins.sh
+++ b/nplab-m3ua-test/jenkins.sh
@@ -3,7 +3,7 @@
. ../jenkins-common.sh
IMAGE_SUFFIX="${IMAGE_SUFFIX:-master}"
docker_images_require \
- "debian-stretch-build" \
+ "debian-buster-build" \
"sigtran-tests" \
"osmo-stp-$IMAGE_SUFFIX" \
"debian-bullseye-titan" \
diff --git a/nplab-sua-test/jenkins.sh b/nplab-sua-test/jenkins.sh
index 0e59cd4..4be00c8 100755
--- a/nplab-sua-test/jenkins.sh
+++ b/nplab-sua-test/jenkins.sh
@@ -3,9 +3,9 @@
. ../jenkins-common.sh
IMAGE_SUFFIX="${IMAGE_SUFFIX:-master}"
docker_images_require \
- "debian-stretch-build" \
+ "debian-buster-build" \
"osmo-stp-$IMAGE_SUFFIX" \
- "debian-stretch-titan" \
+ "debian-bullseye-titan" \
"sigtran-tests" \
"nplab-sua-test"
diff --git a/sigtran-tests/Dockerfile b/sigtran-tests/Dockerfile
index ebfb027..d7f7206 100644
--- a/sigtran-tests/Dockerfile
+++ b/sigtran-tests/Dockerfile
@@ -1,13 +1,13 @@
ARG USER
-FROM $USER/debian-stretch-build
+FROM $USER/debian-buster-build
MAINTAINER Harald Welte <laforge at gnumonks.org>
RUN apt-get update && apt-get -y install \
guile-2.0 guile-2.0-dev gnulib tcsh \
- python python-pip
+ python3 python3-pip
-RUN pip install junit-xml
+RUN pip3 install junit-xml
RUN cd /tmp && git clone https://github.com/nplab/guile-sctp && \
cd guile-sctp && \
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/26585
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I30c05efbc6c7a21cad71b207e723ef958f1ac9be
Gerrit-Change-Number: 26585
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211215/6f71adad/attachment.htm>