Need to pass perf-id and results-url to merge script |
|
Issue description
Currently, the merge script is passed a few arguments in the following form:
<merge_script> \
[--build-properties <string JSON>] \
[merge arguments...] \
--summary-json <summary json> \
-o <merged json path> \
<shard json>...
https://cs.chromium.org/chromium/build/scripts/slave/recipe_modules/swarming/resources/collect_task.py
perf-id and results-url do not live in build properties but we need these arguments in order to upload results to the perf dashboard in the perf specific merge (merge and upload) script.
I need to figure out 1) what are perf-id and results-url, 2) if they should be in build properties or just in the merge arguments which I think are defined here: https://cs.chromium.org/chromium/src/tools/perf/chromium.perf.fyi.extras.json?l=292
|
|
►
Sign in to add a comment |
|
Comment 1 by ashleymarie@chromium.org
, Dec 8 2017