| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 "git", | 170 "git", |
| 171 "cat-file", | 171 "cat-file", |
| 172 "blob", | 172 "blob", |
| 173 "HEAD:DEPS" | 173 "HEAD:DEPS" |
| 174 ], | 174 ], |
| 175 "cwd": "[SLAVE_BUILD]/src", | 175 "cwd": "[SLAVE_BUILD]/src", |
| 176 "name": "git cat-file", | 176 "name": "git cat-file", |
| 177 "stdout": "/path/to/tmp/" | 177 "stdout": "/path/to/tmp/" |
| 178 }, | 178 }, |
| 179 { | 179 { |
| 180 "cmd": [], | |
| 181 "name": "Local checkout is lagging behind.", | 180 "name": "Local checkout is lagging behind.", |
| 182 "~followup_annotations": [ | 181 "~followup_annotations": [ |
| 183 "@@@STEP_WARNINGS@@@" | 182 "@@@STEP_WARNINGS@@@" |
| 184 ] | 183 ] |
| 185 }, | 184 }, |
| 186 { | 185 { |
| 187 "cmd": [ | 186 "cmd": [ |
| 188 "python", | 187 "python", |
| 189 "-u", | 188 "-u", |
| 190 "/opt/infra-python/run.py", | 189 "/opt/infra-python/run.py", |
| 191 "infra.tools.send_ts_mon_values", | 190 "infra.tools.send_ts_mon_values", |
| 192 "--ts-mon-target-type", | 191 "--ts-mon-target-type", |
| 193 "task", | 192 "task", |
| 194 "--ts-mon-task-service-name", | 193 "--ts-mon-task-service-name", |
| 195 "auto-roll", | 194 "auto-roll", |
| 196 "--ts-mon-task-job-name", | 195 "--ts-mon-task-job-name", |
| 197 "roll", | 196 "roll", |
| 198 "--counter", | 197 "--counter", |
| 199 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\"
: \"inconsistent\", \"value\": 1}" | 198 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\"
: \"inconsistent\", \"value\": 1}" |
| 200 ], | 199 ], |
| 201 "name": "upload stats" | 200 "name": "upload stats" |
| 202 }, | 201 }, |
| 203 { | 202 { |
| 204 "name": "$result", | 203 "name": "$result", |
| 205 "recipe_result": null, | 204 "recipe_result": null, |
| 206 "status_code": 0 | 205 "status_code": 0 |
| 207 } | 206 } |
| 208 ] | 207 ] |
| OLD | NEW |