OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.dynamorio", | 8 "client.dynamorio", |
9 "--builder", | 9 "--builder", |
10 "linux-dr", | 10 "linux-dr", |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 ], | 57 ], |
58 "cwd": "[SLAVE_BUILD]", | 58 "cwd": "[SLAVE_BUILD]", |
59 "name": "pre-commit suite" | 59 "name": "pre-commit suite" |
60 }, | 60 }, |
61 { | 61 { |
62 "cmd": [ | 62 "cmd": [ |
63 "python", | 63 "python", |
64 "-u", | 64 "-u", |
65 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 65 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
66 "--", | 66 "--", |
67 "[DEPOT_TOOLS]/gsutil.py", | 67 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
68 "-m", | 68 "-m", |
69 "----", | 69 "----", |
70 "cp", | 70 "cp", |
71 "-r", | 71 "-r", |
72 "[SLAVE_BUILD]/install/docs/html", | 72 "[SLAVE_BUILD]/install/docs/html", |
73 "gs://chromium-dynamorio/dr_docs/" | 73 "gs://chromium-dynamorio/dr_docs/" |
74 ], | 74 ], |
75 "name": "gsutil upload", | 75 "name": "gsutil upload", |
76 "~followup_annotations": [ | 76 "~followup_annotations": [ |
77 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-dyna
morio/dr_docs/@@@" | 77 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-dyna
morio/dr_docs/@@@" |
78 ] | 78 ] |
79 }, | 79 }, |
80 { | 80 { |
81 "name": "$result", | 81 "name": "$result", |
82 "recipe_result": null, | 82 "recipe_result": null, |
83 "status_code": 0 | 83 "status_code": 0 |
84 } | 84 } |
85 ] | 85 ] |
OLD | NEW |