Removed unit test from Jenkinsfile, for now

This commit is contained in:
Joseph Henry
2016-11-03 16:15:24 -07:00
parent 9e2884df93
commit e3bc34eb63

5
Jenkinsfile vendored
View File

@@ -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"