Browse Source

Removed unit test from Jenkinsfile, for now

pull/1/head
Joseph Henry 10 years ago
parent
commit
e3bc34eb63
  1. 5
      Jenkinsfile

5
Jenkinsfile vendored

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

Loading…
Cancel
Save