aboutsummaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorStefan Scherer <stefan.scherer@docker.com>2021-06-29 16:27:56 +0200
committerStefan Scherer <stefan.scherer@docker.com>2021-06-29 17:33:40 +0200
commit7a6cac2b23dfa1ac60bb7d8fddd53a9a33917a23 (patch)
treeca34e3590229010dbb05a3f47390849a1b3f66ae /Jenkinsfile
parentd12fc17073431ebe74ff0b1b3e5a739301c1760a (diff)
Run s390x tests on Ubuntu 20.04
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 2cbe274c2d..f2ef6efbeb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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") {