| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 10 ], | 10 ], |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 "--output_json", | 65 "--output_json", |
| 66 "/path/to/tmp/json", | 66 "/path/to/tmp/json", |
| 67 "--revision", | 67 "--revision", |
| 68 "src@HEAD", | 68 "src@HEAD", |
| 69 "--revision", | 69 "--revision", |
| 70 "src/v8@HEAD", | 70 "src/v8@HEAD", |
| 71 "--no_shallow", | 71 "--no_shallow", |
| 72 "--output_manifest" | 72 "--output_manifest" |
| 73 ], | 73 ], |
| 74 "env": { | 74 "env": { |
| 75 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 75 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" |
| 76 }, | 76 }, |
| 77 "name": "bot_update", | 77 "name": "bot_update", |
| 78 "~followup_annotations": [ | 78 "~followup_annotations": [ |
| 79 "@@@STEP_TEXT@Some step text@@@", | 79 "@@@STEP_TEXT@Some step text@@@", |
| 80 "@@@STEP_LOG_LINE@json.output@{@@@", | 80 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 81 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 82 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 82 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 83 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 83 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| 84 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"HEAD\"@@@", | 84 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"HEAD\"@@@", |
| 85 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 85 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\"
: \"inconsistent\", \"value\": 1}" | 199 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\"
: \"inconsistent\", \"value\": 1}" |
| 200 ], | 200 ], |
| 201 "name": "upload stats" | 201 "name": "upload stats" |
| 202 }, | 202 }, |
| 203 { | 203 { |
| 204 "name": "$result", | 204 "name": "$result", |
| 205 "recipe_result": null, | 205 "recipe_result": null, |
| 206 "status_code": 0 | 206 "status_code": 0 |
| 207 } | 207 } |
| 208 ] | 208 ] |
| OLD | NEW |