blob: 75baf2906502238b4d14634f18f25cd71ee8b1ff [file] [log] [blame]
Eric Boren7e97dc02017-02-02 09:02:37 -05001[
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('\\n'.join(glob.glob(sys.argv[2])))\n",
7 "/path/to/tmp/",
Eric Borene6b26ad2017-02-21 07:22:20 -05008 "[START_DIR]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/data/*.json"
Eric Boren7e97dc02017-02-02 09:02:37 -05009 ],
10 "cwd": "[START_DIR]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/data",
Eric Borena1590852017-03-20 12:48:31 -040011 "infra_step": true,
Eric Boren7e97dc02017-02-02 09:02:37 -050012 "name": "find results"
13 },
14 {
15 "cmd": [
16 "gsutil",
17 "cp",
Eric Boren7e97dc02017-02-02 09:02:37 -050018 "-z",
19 "json",
20 "[START_DIR]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/data/nanobench_abc123.json",
21 "gs://skia-perf/trybot/nano-json-v1/2012/05/14/12/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/12345/1002/nanobench_abc123.json"
22 ],
Eric Borena1590852017-03-20 12:48:31 -040023 "infra_step": true,
Eric Boren7e97dc02017-02-02 09:02:37 -050024 "name": "upload"
25 },
26 {
27 "name": "$result",
28 "recipe_result": null,
29 "status_code": 0
30 }
31]