Jenkinsfile: aarch64: don't restrict to packet workers only
Pick whatever is available; packet worker, or auto-scaling a1.xlarge arm64 machines on AWS Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
9d5361de3f
commit
14ea1f62eb
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 && packet' }
|
||||
agent { label 'aarch64' }
|
||||
environment {
|
||||
TEST_SKIP_INTEGRATION_CLI = '1'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue