Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
fix Jenkinsfile template to support all languages drivers
Browse files Browse the repository at this point in the history
Signed-off-by: lwsanty <[email protected]>
  • Loading branch information
lwsanty authored and dennwc committed Jul 24, 2019
1 parent d9dea28 commit 9af486e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions assets/skeleton/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion etc/skeleton/Jenkinsfile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
stage('Run transformations benchmark') {
when { branch 'master' }
steps {
sh "set -o pipefail ; go test -run=NONE -bench=. ./driver/... | tee ${env.BENCHMARK_FILE}"
sh "set -o pipefail ; go test -run=NONE -bench=/transform ./driver/... | tee ${env.BENCHMARK_FILE}"
}
}
stage('Store transformations benchmark to prometheus') {
Expand Down

0 comments on commit 9af486e

Please sign in to comment.