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 "tryserver.libyuv", | 8 "tryserver.libyuv", |
9 "--builder", | 9 "--builder", |
10 "linux_gn", | 10 "linux_gn", |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 "--src-dir", | 94 "--src-dir", |
95 "[SLAVE_BUILD]/src", | 95 "[SLAVE_BUILD]/src", |
96 "--goma-cache-dir", | 96 "--goma-cache-dir", |
97 "[GOMA_CACHE]", | 97 "[GOMA_CACHE]", |
98 "--build-tool", | 98 "--build-tool", |
99 "ninja", | 99 "ninja", |
100 "--compiler", | 100 "--compiler", |
101 "goma", | 101 "goma", |
102 "--goma-jsonstatus", | 102 "--goma-jsonstatus", |
103 "/path/to/tmp/json", | 103 "/path/to/tmp/json", |
104 "--goma-service-account-json-file", | |
105 "/creds/service_accounts/service-account-goma-client.json", | |
106 "--goma-dir", | 104 "--goma-dir", |
107 "[BUILD]/goma", | 105 "[BUILD]/goma", |
108 "--goma-fail-fast", | 106 "--goma-fail-fast", |
109 "--goma-disable-local-fallback", | 107 "--goma-disable-local-fallback", |
110 "--", | 108 "--", |
111 "all" | 109 "all" |
112 ], | 110 ], |
113 "cwd": "[SLAVE_BUILD]", | 111 "cwd": "[SLAVE_BUILD]", |
114 "name": "compile", | 112 "name": "compile", |
115 "~followup_annotations": [ | 113 "~followup_annotations": [ |
116 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 114 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
117 "@@@STEP_LOG_END@json.output (invalid)@@@" | 115 "@@@STEP_LOG_END@json.output (invalid)@@@" |
118 ] | 116 ] |
119 }, | 117 }, |
120 { | 118 { |
121 "name": "$result", | 119 "name": "$result", |
122 "recipe_result": null, | 120 "recipe_result": null, |
123 "status_code": 0 | 121 "status_code": 0 |
124 } | 122 } |
125 ] | 123 ] |
OLD | NEW |