From cee2490d84525ab2191bc9f187c0d449ade9c730 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 15 Oct 2021 19:27:40 +0200 Subject: [PATCH] Jenkinsfile: use Ubuntu 20.04 for DCO stage Also switching to use arm64, as all amd64 stages have moved to GitHub actions, so using arm64 allows the same machine to be used for tests after the DCO check completed. Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 419c47a80af9a0423f05592ddf7e8151cfb1eb0b) Signed-off-by: Sebastiaan van Stijn --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2efba5185c..772d43f45f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ pipeline { beforeAgent true expression { params.dco } } - agent { label 'amd64 && ubuntu-1804 && overlay2' } + agent { label 'arm64 && ubuntu-2004' } steps { sh ''' docker run --rm \