From b7c3548c82218415778c1ccd8a12a9ca694f0c21 Mon Sep 17 00:00:00 2001 From: Stefan Scherer Date: Tue, 30 Mar 2021 12:20:40 +0200 Subject: [PATCH] Pin arm64 machines to a specific Ubuntu version Signed-off-by: Stefan Scherer --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 03a35720f6..68e73a364a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -939,7 +939,7 @@ pipeline { beforeAgent true expression { params.arm64 } } - agent { label 'arm64 && linux' } + agent { label 'arm64 && ubuntu-2004' } environment { TEST_SKIP_INTEGRATION_CLI = '1' }