Run s390x tests on Ubuntu 20.04

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
(cherry picked from commit 7a6cac2b23)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Stefan Scherer 2021-06-29 16:27:56 +02:00 committed by Sebastiaan van Stijn
parent 46a7ebc540
commit 618f6a79ab
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -553,7 +553,7 @@ pipeline {
expression { params.s390x }
}
}
agent { label 's390x-ubuntu-1804' }
agent { label 's390x-ubuntu-2004' }
stages {
stage("Print info") {
@ -659,7 +659,7 @@ pipeline {
not { changeRequest() }
expression { params.s390x }
}
agent { label 's390x-ubuntu-1804' }
agent { label 's390x-ubuntu-2004' }
stages {
stage("Print info") {