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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 "--gsutil-py-path", | 87 "--gsutil-py-path", |
88 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 88 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
89 "--ninja-path", | 89 "--ninja-path", |
90 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 90 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
91 "--target", | 91 "--target", |
92 "Debug", | 92 "Debug", |
93 "--src-dir", | 93 "--src-dir", |
94 "[SLAVE_BUILD]/src", | 94 "[SLAVE_BUILD]/src", |
95 "--goma-cache-dir", | 95 "--goma-cache-dir", |
96 "[GOMA_CACHE]", | 96 "[GOMA_CACHE]", |
97 "--build-tool", | |
98 "ninja", | |
99 "--compiler", | 97 "--compiler", |
100 "goma", | 98 "goma", |
101 "--goma-jsonstatus", | 99 "--goma-jsonstatus", |
102 "/path/to/tmp/json", | 100 "/path/to/tmp/json", |
103 "--goma-service-account-json-file", | 101 "--goma-service-account-json-file", |
104 "/creds/service_accounts/service-account-goma-client.json", | 102 "/creds/service_accounts/service-account-goma-client.json", |
105 "--goma-dir", | 103 "--goma-dir", |
106 "[BUILD]/goma", | 104 "[BUILD]/goma", |
107 "--goma-fail-fast", | 105 "--goma-fail-fast", |
108 "--goma-disable-local-fallback", | 106 "--goma-disable-local-fallback", |
109 "--", | 107 "--", |
110 "all" | 108 "all" |
111 ], | 109 ], |
112 "env": { | 110 "env": { |
113 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 111 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
114 }, | 112 }, |
115 "name": "compile", | 113 "name": "compile", |
116 "~followup_annotations": [ | 114 "~followup_annotations": [ |
117 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 115 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
118 "@@@STEP_LOG_END@json.output (invalid)@@@" | 116 "@@@STEP_LOG_END@json.output (invalid)@@@" |
119 ] | 117 ] |
120 }, | 118 }, |
121 { | 119 { |
122 "name": "$result", | 120 "name": "$result", |
123 "recipe_result": null, | 121 "recipe_result": null, |
124 "status_code": 0 | 122 "status_code": 0 |
125 } | 123 } |
126 ] | 124 ] |
OLD | NEW |