Merge pull request #42591 from thaJeztah/20.10_backport_update_s390x_ubuntu_2004

[20.10 backport] Run s390x tests on Ubuntu 20.04
This commit is contained in:
Sebastiaan van Stijn 2021-07-15 20:42:09 +02:00 committed by GitHub
commit 8a2af96969
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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