diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/contrib/build-perf-test-wrapper.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/contrib/build-perf-test-wrapper.sh b/scripts/contrib/build-perf-test-wrapper.sh index 240d669cbb..234652d7ef 100755 --- a/scripts/contrib/build-perf-test-wrapper.sh +++ b/scripts/contrib/build-perf-test-wrapper.sh | |||
@@ -143,6 +143,8 @@ if [ -n "$results_repo" ]; then | |||
143 | --git-dir "$results_repo" \ | 143 | --git-dir "$results_repo" \ |
144 | --branch-name "{hostname}/{branch}/{machine}" \ | 144 | --branch-name "{hostname}/{branch}/{machine}" \ |
145 | --tag-name "{hostname}/{branch}/{machine}/{commit_count}-g{commit}/{tag_number}" \ | 145 | --tag-name "{hostname}/{branch}/{machine}/{commit_count}-g{commit}/{tag_number}" \ |
146 | --exclude "buildstats.json" \ | ||
147 | --notes "buildstats/{branch_name}" "$results_dir/buildstats.json" \ | ||
146 | "$results_dir" | 148 | "$results_dir" |
147 | fi | 149 | fi |
148 | 150 | ||