1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

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") {