Browse Source

Merge pull request #42579 from thaJeztah/update-s390x-ubuntu-2004

Run s390x tests on Ubuntu 20.04
Tianon Gravi 4 years ago
parent
commit
c6dd474a49
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Jenkinsfile

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