Removed unit test from Jenkinsfile, for now
This commit is contained in:
5
Jenkinsfile
vendored
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"
|
||||
|
||||
Reference in New Issue
Block a user