Sfoglia il codice sorgente

Run s390x tests on Ubuntu 20.04

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
Stefan Scherer 4 anni fa
parent
commit
7a6cac2b23
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -558,7 +558,7 @@ pipeline {
                             expression { params.s390x }
                             expression { params.s390x }
                         }
                         }
                     }
                     }
-                    agent { label 's390x-ubuntu-1804' }
+                    agent { label 's390x-ubuntu-2004' }
 
 
                     stages {
                     stages {
                         stage("Print info") {
                         stage("Print info") {
@@ -667,7 +667,7 @@ pipeline {
                         not { changeRequest() }
                         not { changeRequest() }
                         expression { params.s390x }
                         expression { params.s390x }
                     }
                     }
-                    agent { label 's390x-ubuntu-1804' }
+                    agent { label 's390x-ubuntu-2004' }
 
 
                     stages {
                     stages {
                         stage("Print info") {
                         stage("Print info") {