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>
This commit is contained in:
parent
d12fc17073
commit
7a6cac2b23
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -558,7 +558,7 @@ pipeline {
|
||||||
expression { params.s390x }
|
expression { params.s390x }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
agent { label 's390x-ubuntu-1804' }
|
agent { label 's390x-ubuntu-2004' }
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage("Print info") {
|
stage("Print info") {
|
||||||
|
@ -667,7 +667,7 @@ pipeline {
|
||||||
not { changeRequest() }
|
not { changeRequest() }
|
||||||
expression { params.s390x }
|
expression { params.s390x }
|
||||||
}
|
}
|
||||||
agent { label 's390x-ubuntu-1804' }
|
agent { label 's390x-ubuntu-2004' }
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage("Print info") {
|
stage("Print info") {
|
||||||
|
|
Loading…
Reference in a new issue