Skip to content

Commit

Permalink
Use the fake k8s in jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
hwchiu committed Jun 26, 2018
1 parent 7bb5f58 commit eb7de50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pipeline {
}
stage('Test') {
steps {
withEnv(["GOPATH+AA=${env.WORKSPACE}"]) {
withEnv(["GOPATH+AA=${env.WORKSPACE}","TEST_FAKE_K8S=1"]) {
dir ("src/github.com/linkernetworks/vortex") {
sh "make src.test-coverage 2>&1 | tee >(go-junit-report > report.xml)"
junit "report.xml"
Expand Down Expand Up @@ -111,4 +111,4 @@ pipeline {
}
}
}
}
}

0 comments on commit eb7de50

Please sign in to comment.