| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[build::bisect_tester]/resources/put_temp.py" | 6 "RECIPE_MODULE[build::bisect_tester]/resources/put_temp.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "saving url to temp file", | 9 "name": "saving url to temp file", |
| 10 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/
linux_perf_tester/builds/571", | 10 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/
linux_perf_tester/builds/571", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 "--root", | 44 "--root", |
| 45 "src", | 45 "src", |
| 46 "--revision_mapping_file", | 46 "--revision_mapping_file", |
| 47 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 47 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 48 "--git-cache-dir", | 48 "--git-cache-dir", |
| 49 "[GIT_CACHE]", | 49 "[GIT_CACHE]", |
| 50 "--output_json", | 50 "--output_json", |
| 51 "/path/to/tmp/json", | 51 "/path/to/tmp/json", |
| 52 "--revision", | 52 "--revision", |
| 53 "src@1111111", | 53 "src@1111111", |
| 54 "--force", |
| 54 "--output_manifest" | 55 "--output_manifest" |
| 55 ], | 56 ], |
| 56 "cwd": "[SLAVE_BUILD]", | 57 "cwd": "[SLAVE_BUILD]", |
| 57 "env": { | 58 "env": { |
| 58 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 59 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 59 }, | 60 }, |
| 60 "name": "bot_update", | 61 "name": "bot_update", |
| 61 "~followup_annotations": [ | 62 "~followup_annotations": [ |
| 62 "@@@STEP_TEXT@Some step text@@@", | 63 "@@@STEP_TEXT@Some step text@@@", |
| 63 "@@@STEP_LOG_LINE@json.output@{@@@", | 64 "@@@STEP_LOG_LINE@json.output@{@@@", |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 "~followup_annotations": [ | 286 "~followup_annotations": [ |
| 286 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" | 287 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" |
| 287 ] | 288 ] |
| 288 }, | 289 }, |
| 289 { | 290 { |
| 290 "name": "$result", | 291 "name": "$result", |
| 291 "recipe_result": null, | 292 "recipe_result": null, |
| 292 "status_code": 0 | 293 "status_code": 0 |
| 293 } | 294 } |
| 294 ] | 295 ] |
| OLD | NEW |