Jenkinsfile: aarch64: use new labels to select agents

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-08-19 13:35:18 +02:00
parent a0d670e516
commit eda98ad00f
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -762,7 +762,7 @@ pipeline {
beforeAgent true
expression { params.arm64 }
}
agent { label 'aarch64' }
agent { label 'arm64 && linux' }
environment {
TEST_SKIP_INTEGRATION_CLI = '1'
}