jenkins: drop buster (#56714)

This commit is contained in:
Emmanuel Cazenave 2021-09-14 10:59:23 +02:00
parent 4b68eeb1c3
commit 006176e840
1 changed files with 0 additions and 7 deletions

7
Jenkinsfile vendored
View File

@ -4,13 +4,6 @@ pipeline {
agent any
options { disableConcurrentBuilds() }
stages {
stage('Unit Tests (buster)') {
steps {
catchError(stageResult: 'FAILURE') {
sh 'sudo ./test-nspawn buster'
}
}
}
stage('Unit Tests (bullseye)') {
steps {
catchError(stageResult: 'FAILURE') {