Bläddra i källkod

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

Run s390x tests on Ubuntu 20.04
Tianon Gravi 4 år sedan
förälder
incheckning
c6dd474a49
1 ändrade filer med 2 tillägg och 2 borttagningar
  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") {