| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/recipe_modules/bisect_tester/resources/put_temp.py" | 6 "RECIPE_MODULE[bisect_tester]/resources/put_temp.py" |
| 7 ], | 7 ], |
| 8 "name": "saving url to temp file", | 8 "name": "saving url to temp file", |
| 9 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/
linux_perf_tester/builds/571", | 9 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/
linux_perf_tester/builds/571", |
| 10 "stdout": "/path/to/tmp/" | 10 "stdout": "/path/to/tmp/" |
| 11 }, | 11 }, |
| 12 { | 12 { |
| 13 "cmd": [ | 13 "cmd": [ |
| 14 "python", | 14 "python", |
| 15 "-u", | 15 "-u", |
| 16 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", | 16 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 17 "--", | 17 "--", |
| 18 "[DEPOT_TOOLS]/gsutil.py", | 18 "[DEPOT_TOOLS]/gsutil.py", |
| 19 "--force-version", | 19 "--force-version", |
| 20 "3.25", | 20 "3.25", |
| 21 "--", | 21 "--", |
| 22 "cp", | 22 "cp", |
| 23 "/tmp/dummy1", | 23 "/tmp/dummy1", |
| 24 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec" | 24 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec" |
| 25 ], | 25 ], |
| 26 "name": "gsutil bisect-results/f7a7b4135624439cbd27fdd5133d74ec", | 26 "name": "gsutil bisect-results/f7a7b4135624439cbd27fdd5133d74ec", |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 "page_cycler.intl_ar_fa_he" | 198 "page_cycler.intl_ar_fa_he" |
| 199 ], | 199 ], |
| 200 "name": "Performance Test 2/2", | 200 "name": "Performance Test 2/2", |
| 201 "stderr": "/path/to/tmp/", | 201 "stderr": "/path/to/tmp/", |
| 202 "stdout": "/path/to/tmp/" | 202 "stdout": "/path/to/tmp/" |
| 203 }, | 203 }, |
| 204 { | 204 { |
| 205 "cmd": [ | 205 "cmd": [ |
| 206 "python", | 206 "python", |
| 207 "-u", | 207 "-u", |
| 208 "[BUILD]/scripts/slave/recipe_modules/bisect_tester/resources/put_temp.py" | 208 "RECIPE_MODULE[bisect_tester]/resources/put_temp.py" |
| 209 ], | 209 ], |
| 210 "name": "saving json to temp file", | 210 "name": "saving json to temp file", |
| 211 "stdin": "{\"output\": \"Test output omitted for now\", \"results\": {\"std_
err\": 0.0, \"values\": [0, 0], \"mean\": 0.0}}", | 211 "stdin": "{\"output\": \"Test output omitted for now\", \"results\": {\"std_
err\": 0.0, \"values\": [0, 0], \"mean\": 0.0}}", |
| 212 "stdout": "/path/to/tmp/" | 212 "stdout": "/path/to/tmp/" |
| 213 }, | 213 }, |
| 214 { | 214 { |
| 215 "cmd": [ | 215 "cmd": [ |
| 216 "python", | 216 "python", |
| 217 "-u", | 217 "-u", |
| 218 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", | 218 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 219 "--", | 219 "--", |
| 220 "[DEPOT_TOOLS]/gsutil.py", | 220 "[DEPOT_TOOLS]/gsutil.py", |
| 221 "--force-version", | 221 "--force-version", |
| 222 "3.25", | 222 "3.25", |
| 223 "--", | 223 "--", |
| 224 "cp", | 224 "cp", |
| 225 "/tmp/dummy2", | 225 "/tmp/dummy2", |
| 226 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec.results" | 226 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec.results" |
| 227 ], | 227 ], |
| 228 "name": "gsutil upload", | 228 "name": "gsutil upload", |
| 229 "~followup_annotations": [ | 229 "~followup_annotations": [ |
| 230 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" | 230 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" |
| 231 ] | 231 ] |
| 232 } | 232 } |
| 233 ] | 233 ] |
| OLD | NEW |