From 62e5cefbce29712c03e89889aab7ea10b27c0901 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Thu, 5 May 2022 10:36:25 -0400 Subject: [PATCH] Re-enable 32-bit ARM test --- Jenkinsfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 547e4d6..49f11fa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -97,11 +97,6 @@ pipeline { // Build, test, and publish plugin distribution package to PyPI stage('Plugin dist') { - environment { - // arm/v7 plugin test is failing - DOCKER_PLATFORM = 'linux/amd64,linux/arm64' - } - steps { sh 'make plugin-dist' }