Run s390x tests on Ubuntu 20.04

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
This commit is contained in:
Stefan Scherer 2021-06-29 16:27:56 +02:00
parent d12fc17073
commit 7a6cac2b23
No known key found for this signature in database
GPG Key ID: 0EA4429C4C69C02B
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

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