Pin arm64 machines to a specific Ubuntu version

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
This commit is contained in:
Stefan Scherer 2021-03-30 12:20:40 +02:00
parent d7a5abe6bd
commit b7c3548c82
No known key found for this signature in database
GPG key ID: 0EA4429C4C69C02B

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