فهرست منبع

Pin arm64 machines to a specific Ubuntu version

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
Stefan Scherer 4 سال پیش
والد
کامیت
b7c3548c82
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -939,7 +939,7 @@ pipeline {
                         beforeAgent true
                         beforeAgent true
                         expression { params.arm64 }
                         expression { params.arm64 }
                     }
                     }
-                    agent { label 'arm64 && linux' }
+                    agent { label 'arm64 && ubuntu-2004' }
                     environment {
                     environment {
                         TEST_SKIP_INTEGRATION_CLI = '1'
                         TEST_SKIP_INTEGRATION_CLI = '1'
                     }
                     }