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