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: I98a19184ba936114c03cd5cc4f54a3173cbd9cfechanges/79/26679/1
parent
2aee5862d8
commit
140a227472
|
@ -42,6 +42,7 @@ docker_upstream_distro_from_image_name() {
|
|||
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" ;;
|
||||
|
|
Loading…
Reference in New Issue