Disable ARM plugin tests for now

This commit is contained in:
Michael Hansen 2022-05-05 10:46:51 -04:00
commit e4ff34693b

5
Jenkinsfile vendored
View file

@ -97,6 +97,11 @@ pipeline {
// Build, test, and publish plugin distribution package to PyPI
stage('Plugin dist') {
environment {
// ARM 32/64-but plugin tests are failing
DOCKER_PLATFORM = 'linux/amd64'
}
steps {
sh 'make plugin-dist'
}