Browse Source

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 <github@gone.nl>
(cherry picked from commit 419c47a80af9a0423f05592ddf7e8151cfb1eb0b)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 3 years ago
parent
commit
cee2490d84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -39,7 +39,7 @@ pipeline {
                 beforeAgent true
                 beforeAgent true
                 expression { params.dco }
                 expression { params.dco }
             }
             }
-            agent { label 'amd64 && ubuntu-1804 && overlay2' }
+            agent { label 'arm64 && ubuntu-2004' }
             steps {
             steps {
                 sh '''
                 sh '''
                 docker run --rm \
                 docker run --rm \