Pin arm64 machines to a specific Ubuntu version
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
This commit is contained in:
parent
d7a5abe6bd
commit
b7c3548c82
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -939,7 +939,7 @@ pipeline {
|
||||||
beforeAgent true
|
beforeAgent true
|
||||||
expression { params.arm64 }
|
expression { params.arm64 }
|
||||||
}
|
}
|
||||||
agent { label 'arm64 && linux' }
|
agent { label 'arm64 && ubuntu-2004' }
|
||||||
environment {
|
environment {
|
||||||
TEST_SKIP_INTEGRATION_CLI = '1'
|
TEST_SKIP_INTEGRATION_CLI = '1'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue