jenkins: also test on bullseye (#43883)

This commit is contained in:
Frédéric Péters 2020-12-27 17:54:50 +01:00
parent 8ce90db357
commit 7e087af109
2 changed files with 2 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -7,6 +7,7 @@ pipeline {
stage('Unit Tests') {
steps {
sh 'sudo ./test-nspawn buster'
sh 'sudo ./test-nspawn bullseye'
}
}
}

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -ex
if [ $1 = 'buster' ]
if [ $1 = 'buster' || $1 = 'bullseye' ]
then
suite=$1
image=publik-devinst-$suite