Browse Source

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

Run s390x tests on Ubuntu 20.04
Tianon Gravi 4 năm trước cách đây
mục cha
commit
c6dd474a49
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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") {