浏览代码

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

Run s390x tests on Ubuntu 20.04
Tianon Gravi 4 年之前
父节点
当前提交
c6dd474a49
共有 1 个文件被更改,包括 2 次插入2 次删除
  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") {