Change in docker-playground[master]: jenkins-common.sh: add d9 to upstream_distro func

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/.

osmith gerrit-no-reply at lists.osmocom.org
Thu Dec 23 17:18:10 UTC 2021


osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/26679 )

Change subject: jenkins-common.sh: add d9 to upstream_distro func
......................................................................

jenkins-common.sh: add d9 to upstream_distro func

After the default UPSTREAM_DISTRO was changed from debian:stretch to
debian:bullseye, the "debian9-repo-install-test" container has gotten
built with bullseye instead of stretch. This is the reason for failures
of the jenkins job Osmocom-repo-install-debian9 we have seen over the
past days.

With this patch applied, it runs through again:
https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-debian9/339/

Change-Id: I98a19184ba936114c03cd5cc4f54a3173cbd9cfe
---
M jenkins-common.sh
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  pespin: Looks good to me, approved
  osmith: Verified



diff --git a/jenkins-common.sh b/jenkins-common.sh
index b74b952..1e9435a 100644
--- a/jenkins-common.sh
+++ b/jenkins-common.sh
@@ -42,6 +42,7 @@
 	osmo-*-centos8) echo "centos:centos8"; ;;
 	centos7-*) echo "centos:centos7" ;;
 	centos8-*) echo "centos:centos8" ;;
+	debian9-*) echo "debian:stretch" ;;
 	debian10-*) echo "debian:buster" ;;
 	debian11-*) echo "debian:bullseye" ;;
 	debian-stretch-*) echo "debian:stretch" ;;

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/26679
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I98a19184ba936114c03cd5cc4f54a3173cbd9cfe
Gerrit-Change-Number: 26679
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211223/7e493054/attachment.htm>


More information about the gerrit-log mailing list