| 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", |
| 11 "3" | 11 "3" |
| 12 ], | 12 ], |
| 13 "name": "Get luci-config projects" | 13 "name": "Get luci-config projects" |
| 14 }, | 14 }, |
| 15 { | 15 { |
| 16 "cmd": [ | 16 "cmd": [ |
| 17 "python", | 17 "python", |
| 18 "-u", | 18 "-u", |
| 19 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 19 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 20 "--platform", | 20 "--platform", |
| 21 "linux-amd64", | 21 "linux-amd64", |
| 22 "--dest-directory", | 22 "--dest-directory", |
| 23 "[SLAVE_BUILD]/cipd", | 23 "[SLAVE_BUILD]/cipd", |
| 24 "--json-output", | 24 "--json-output", |
| 25 "/path/to/tmp/json" | 25 "/path/to/tmp/json" |
| 26 ], | 26 ], |
| 27 "name": "install cipd", | 27 "name": "install cipd", |
| 28 "~followup_annotations": [ | 28 "~followup_annotations": [ |
| 29 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 29 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| (...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 "[TMP_BASE]/recipes_tmp_1" | 403 "[TMP_BASE]/recipes_tmp_1" |
| 404 ], | 404 ], |
| 405 "name": "rmtree [TMP_BASE]/recipes_tmp_1" | 405 "name": "rmtree [TMP_BASE]/recipes_tmp_1" |
| 406 }, | 406 }, |
| 407 { | 407 { |
| 408 "name": "$result", | 408 "name": "$result", |
| 409 "recipe_result": null, | 409 "recipe_result": null, |
| 410 "status_code": 0 | 410 "status_code": 0 |
| 411 } | 411 } |
| 412 ] | 412 ] |
| OLD | NEW |