aboutsummaryrefslogtreecommitdiffstats
path: root/jenkins-common.sh
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-12-16 13:02:35 +0100
committerOliver Smith <osmith@sysmocom.de>2021-12-16 13:06:47 +0100
commit5118a44ed8b5d87f5caf841606fd09be9ca13e19 (patch)
tree08f8298b30ce0b8aeb927383ec92399ec0db4835 /jenkins-common.sh
parent14221979b429ec4918a1c405effb226e17352cac (diff)
debian-bullseye-obs-latest: new image
Add missing container for -latest tests. Currently this causes the -latest tests to fail. Related: OS#4969 Change-Id: I1230e87784bc21b5a6424db0bd8734181ead9bfd
Diffstat (limited to 'jenkins-common.sh')
-rw-r--r--jenkins-common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins-common.sh b/jenkins-common.sh
index 5af91fb..b74b952 100644
--- a/jenkins-common.sh
+++ b/jenkins-common.sh
@@ -19,7 +19,7 @@ docker_depends() {
osmo-*-latest-centos8) echo "centos8-obs-latest" ;;
osmo-*-centos7) echo "centos7-build" ;;
osmo-*-centos8) echo "centos8-build" ;;
- osmo-*-latest) echo "debian-stretch-obs-latest" ;;
+ osmo-*-latest) echo "debian-bullseye-obs-latest" ;;
osmo-*) echo "debian-bullseye-build" ;;
ttcn3-*) echo "debian-bullseye-titan" ;;
esac