mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Jenkinsfile: aarch64: use new labels to select agents
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
a0d670e516
commit
eda98ad00f
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -762,7 +762,7 @@ pipeline {
|
|||
beforeAgent true
|
||||
expression { params.arm64 }
|
||||
}
|
||||
agent { label 'aarch64' }
|
||||
agent { label 'arm64 && linux' }
|
||||
environment {
|
||||
TEST_SKIP_INTEGRATION_CLI = '1'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue