Pin arm64 machines to a specific Ubuntu version

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
(cherry picked from commit b7c3548c82)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Stefan Scherer 2021-03-30 12:20:40 +02:00 committed by Sebastiaan van Stijn
parent 29ff2af2d3
commit f2c0b3688a
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

2
Jenkinsfile vendored
View file

@ -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'
}