| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 7 "--", | 7 "--", |
| 8 "[DEPOT_TOOLS]/gsutil.py", | 8 "[ROOT]/b/depot_tools/gsutil.py", |
| 9 "----", | 9 "----", |
| 10 "ls", | 10 "ls", |
| 11 "gs://chromium-browser-official/" | 11 "gs://chromium-browser-official/" |
| 12 ], | 12 ], |
| 13 "cwd": "[SLAVE_BUILD]", | |
| 14 "name": "gsutil ls", | 13 "name": "gsutil ls", |
| 15 "stdout": "/path/to/tmp/" | 14 "stdout": "/path/to/tmp/" |
| 16 }, | 15 }, |
| 17 { | 16 { |
| 18 "cmd": [ | 17 "cmd": [ |
| 19 "python", | 18 "python", |
| 20 "-u", | 19 "-u", |
| 21 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", | 20 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", |
| 22 "https://omahaproxy.appspot.com/history", | 21 "https://omahaproxy.appspot.com/history", |
| 23 "--outfile", | 22 "--outfile", |
| 24 "/path/to/tmp/" | 23 "/path/to/tmp/" |
| 25 ], | 24 ], |
| 26 "cwd": "[SLAVE_BUILD]", | |
| 27 "name": "fetch https://omahaproxy.appspot.com/history" | 25 "name": "fetch https://omahaproxy.appspot.com/history" |
| 28 }, | 26 }, |
| 29 { | 27 { |
| 30 "cmd": [], | 28 "cmd": [], |
| 31 "cwd": "[SLAVE_BUILD]", | |
| 32 "name": "trigger", | 29 "name": "trigger", |
| 33 "trigger_specs": [ | 30 "trigger_specs": [ |
| 34 { | 31 { |
| 35 "builder_name": "publish_tarball", | 32 "builder_name": "publish_tarball", |
| 36 "properties": { | 33 "properties": { |
| 37 "version": "48.0.2564.109" | 34 "version": "48.0.2564.109" |
| 38 } | 35 } |
| 39 } | 36 } |
| 40 ], | 37 ], |
| 41 "~followup_annotations": [ | 38 "~followup_annotations": [ |
| 42 "@@@STEP_TEXT@publish_tarball@@@" | 39 "@@@STEP_TEXT@publish_tarball@@@" |
| 43 ] | 40 ] |
| 44 }, | 41 }, |
| 45 { | 42 { |
| 46 "name": "$result", | 43 "name": "$result", |
| 47 "recipe_result": null, | 44 "recipe_result": null, |
| 48 "status_code": 0 | 45 "status_code": 0 |
| 49 } | 46 } |
| 50 ] | 47 ] |
| OLD | NEW |