From e3bc34eb635b30aa4e88ecaca940f1033cca0cb1 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Thu, 3 Nov 2016 16:15:24 -0700 Subject: [PATCH] Removed unit test from Jenkinsfile, for now --- Jenkinsfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d5ed823..e3cba2a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,11 +10,6 @@ parallel 'centos7': { stage('Build centos7') { sh 'make linux_service_and_intercept SDK_LWIP=1 SDK_IPV4=1' } - stage('Run Basic Unit Test') { - sh 'yum -y install docker' - sh 'make unit_test SDK_LWIP=1 SDK_IPV4=1' - sh './tests/unit/docker/start.sh' - } } catch (err) { currentBuild.result = "FAILURE"