| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "update-ref", | 5 "update-ref", |
| 6 "refs/heads/master", | 6 "refs/heads/master", |
| 7 "refs/remotes/origin/master" | 7 "refs/remotes/origin/master" |
| 8 ], | 8 ], |
| 9 "cwd": "[TMP_BASE]/bogus_tmp_1", | 9 "cwd": "[TMP_BASE]/bogus_tmp_1", |
| 10 "name": "git update-ref" | 10 "name": "git update-ref" |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 "DEPS", | 99 "DEPS", |
| 100 "--commit", | 100 "--commit", |
| 101 "deadbeef" | 101 "deadbeef" |
| 102 ], | 102 ], |
| 103 "cwd": "[SLAVE_BUILD]", | 103 "cwd": "[SLAVE_BUILD]", |
| 104 "name": "Resolving reference range.fetch file deadbeef:DEPS", | 104 "name": "Resolving reference range.fetch file deadbeef:DEPS", |
| 105 "stdout": "/path/to/tmp/", | 105 "stdout": "/path/to/tmp/", |
| 106 "~followup_annotations": [ | 106 "~followup_annotations": [ |
| 107 "@@@STEP_NEST_LEVEL@1@@@", | 107 "@@@STEP_NEST_LEVEL@1@@@", |
| 108 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", | 108 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", |
| 109 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@", |
| 109 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", | 110 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", |
| 110 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" | 111 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" |
| 111 ] | 112 ] |
| 112 }, | 113 }, |
| 113 { | 114 { |
| 114 "cmd": [ | 115 "cmd": [ |
| 115 "python", | 116 "python", |
| 116 "-u", | 117 "-u", |
| 117 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", | 118 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", |
| 118 "DEPS", | 119 "DEPS", |
| 119 "--commit", | 120 "--commit", |
| 120 "c001c0de" | 121 "c001c0de" |
| 121 ], | 122 ], |
| 122 "cwd": "[SLAVE_BUILD]", | 123 "cwd": "[SLAVE_BUILD]", |
| 123 "name": "Resolving reference range.fetch file c001c0de:DEPS", | 124 "name": "Resolving reference range.fetch file c001c0de:DEPS", |
| 124 "stdout": "/path/to/tmp/", | 125 "stdout": "/path/to/tmp/", |
| 125 "~followup_annotations": [ | 126 "~followup_annotations": [ |
| 126 "@@@STEP_NEST_LEVEL@1@@@", | 127 "@@@STEP_NEST_LEVEL@1@@@", |
| 127 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", | 128 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", |
| 129 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@", |
| 128 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", | 130 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", |
| 129 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" | 131 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" |
| 130 ] | 132 ] |
| 131 }, | 133 }, |
| 132 { | 134 { |
| 133 "cmd": [ | 135 "cmd": [ |
| 134 "python", | 136 "python", |
| 135 "-u", | 137 "-u", |
| 136 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_revision_info.py", | 138 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_revision_info.py", |
| 137 "deadbeef", | 139 "deadbeef", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 167 "@@@STEP_LOG_LINE@json.output@}@@@", | 169 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 168 "@@@STEP_LOG_END@json.output@@@" | 170 "@@@STEP_LOG_END@json.output@@@" |
| 169 ] | 171 ] |
| 170 }, | 172 }, |
| 171 { | 173 { |
| 172 "name": "$result", | 174 "name": "$result", |
| 173 "recipe_result": null, | 175 "recipe_result": null, |
| 174 "status_code": 0 | 176 "status_code": 0 |
| 175 } | 177 } |
| 176 ] | 178 ] |
| OLD | NEW |