skia2/infra/bots/recipes/upload_buildstats_results.expected/trybot.json
Weston Tracey 2462788755 Changing ~everything (mostly recipe related stuff) to reference Debian10 jobs
Bug: skia:9438
Change-Id: Ibea28d454bcc1c44dfb9ab82a2a8216342f3b8a7
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/281878
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Weston Tracey <westont@google.com>
2020-04-07 12:18:06 +00:00

49 lines
1.3 KiB
JSON

[
{
"cmd": [
"vpython",
"-u",
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
"--json-output",
"/path/to/tmp/json",
"glob",
"[START_DIR]/perf",
"*.json"
],
"cwd": "[START_DIR]/perf",
"infra_step": true,
"name": "find results",
"~followup_annotations": [
"@@@STEP_LOG_LINE@glob@[START_DIR]/perf/buildstats_abc123.json@@@",
"@@@STEP_LOG_LINE@glob@[START_DIR]/perf/buildstats_def.json@@@",
"@@@STEP_LOG_END@glob@@@"
]
},
{
"cmd": [
"gsutil",
"cp",
"-z",
"json",
"[START_DIR]/perf/buildstats_abc123.json",
"gs://skia-perf/trybot/buildstats-json-v1/2012/05/14/12/BuildStats-Debian10-EMCC-wasm-Release-PathKit/456789/12/abc123_buildstats_abc123.json"
],
"infra_step": true,
"name": "upload [START_DIR]/perf/buildstats_abc123.json"
},
{
"cmd": [
"gsutil",
"cp",
"-z",
"json",
"[START_DIR]/perf/buildstats_def.json",
"gs://skia-perf/trybot/buildstats-json-v1/2012/05/14/12/BuildStats-Debian10-EMCC-wasm-Release-PathKit/456789/12/abc123_buildstats_def.json"
],
"infra_step": true,
"name": "upload [START_DIR]/perf/buildstats_def.json"
},
{
"name": "$result"
}
]