From 575c0faa50681d3f9bbc75149e12990cf8b90248 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 15 Oct 2021 19:27:40 +0200 Subject: 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 97f7bdca16..b9af962f7c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,7 +45,7 @@ pipeline { beforeAgent true expression { params.dco } } - agent { label 'amd64 && ubuntu-1804 && overlay2' } + agent { label 'arm64 && ubuntu-2004' } steps { sh ''' docker run --rm \ -- cgit v1.2.1