| 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/pycurl.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", |
| 7 "https://luci-config.appspot.com/_ah/api/config/v1/projects", | 7 "https://luci-config.appspot.com/_ah/api/config/v1/projects", |
| 8 "--outfile", | 8 "--outfile", |
| 9 "/path/to/tmp/", | 9 "/path/to/tmp/", |
| 10 "--attempts", | 10 "--attempts", |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 "cmd": [ | 236 "cmd": [ |
| 237 "python", | 237 "python", |
| 238 "-u", | 238 "-u", |
| 239 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 239 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 240 "--", | 240 "--", |
| 241 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 241 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 242 "----", | 242 "----", |
| 243 "cat", | 243 "cat", |
| 244 "gs://recipe-roller-cl-uploads/repo_metadata/aHR0cHM6Ly9yZXBvLnJlcG8vYnVpb
GQ=" | 244 "gs://recipe-roller-cl-uploads/repo_metadata/aHR0cHM6Ly9yZXBvLnJlcG8vYnVpb
GQ=" |
| 245 ], | 245 ], |
| 246 "cwd": "[TMP_BASE]/roll_build_tmp_2", |
| 246 "name": "build.gsutil repo_state", | 247 "name": "build.gsutil repo_state", |
| 247 "stderr": "/path/to/tmp/", | 248 "stderr": "/path/to/tmp/", |
| 248 "stdout": "/path/to/tmp/", | 249 "stdout": "/path/to/tmp/", |
| 249 "~followup_annotations": [ | 250 "~followup_annotations": [ |
| 250 "@@@STEP_NEST_LEVEL@1@@@", | 251 "@@@STEP_NEST_LEVEL@1@@@", |
| 251 "@@@STEP_TEXT@ (trivial)@@@", | 252 "@@@STEP_TEXT@ (trivial)@@@", |
| 252 "@@@STEP_LINK@Issue 123456789@https://codereview.chromium.org/123456789@@@
" | 253 "@@@STEP_LINK@Issue 123456789@https://codereview.chromium.org/123456789@@@
" |
| 253 ] | 254 ] |
| 254 }, | 255 }, |
| 255 { | 256 { |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 "[TMP_BASE]/recipes_tmp_1" | 291 "[TMP_BASE]/recipes_tmp_1" |
| 291 ], | 292 ], |
| 292 "name": "rmtree [TMP_BASE]/recipes_tmp_1" | 293 "name": "rmtree [TMP_BASE]/recipes_tmp_1" |
| 293 }, | 294 }, |
| 294 { | 295 { |
| 295 "name": "$result", | 296 "name": "$result", |
| 296 "recipe_result": null, | 297 "recipe_result": null, |
| 297 "status_code": 0 | 298 "status_code": 0 |
| 298 } | 299 } |
| 299 ] | 300 ] |
| OLD | NEW |