commit | b9fec886eece8c4992bf663580c2b88e259ffafb | [log] [tgz] |
---|---|---|
author | Dan Shi <[email protected]> | Tue Jan 05 15:18:30 2016 -0800 |
committer | chrome-bot <[email protected]> | Wed Jan 06 05:22:39 2016 -0800 |
tree | cae18b906a860cce4f0edffb95bf33477877f970 | |
parent | 4c52438647b0e7e8ba3583c2e7f561419fc1ac92 [diff] [blame] |
[autotest] Support shadow config for perf_uploader This change adds the support of a local shadow config for perf_uploader. The shadow config file should be in the same folder of perf_dashboard_config.json, and named perf_dashboard_shadow_config.json. BUG=None TEST=local run, unittest Change-Id: I1ff73b6dceabf3234c64ebdcbff665b2487906a3 Reviewed-on: https://chromium-review.googlesource.com/320395 Commit-Ready: Dan Shi <[email protected]> Tested-by: Dan Shi <[email protected]> Reviewed-by: Fang Deng <[email protected]>
diff --git a/.gitignore b/.gitignore index 8d7bf84..d09e866 100644 --- a/.gitignore +++ b/.gitignore
@@ -69,3 +69,6 @@ # Shadow config for ssp deploy ssp_deploy_shadow_config.json + +# Shadow config for perf dashboard +tko/perf_upload/perf_dashboard_shadow_config.json