Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gn.json

Issue 2026473002: WebRTC: Use goma from cipd (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Android32 GN", 10 "Android32 GN",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "-u", 114 "-u",
115 "[DEPOT_TOOLS]/gn.py", 115 "[DEPOT_TOOLS]/gn.py",
116 "--root=[SLAVE_BUILD]/src", 116 "--root=[SLAVE_BUILD]/src",
117 "gen", 117 "gen",
118 "//out/Release", 118 "//out/Release",
119 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t rue goma_dir=\"[BUILD]/goma\"" 119 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t rue goma_dir=\"[BUILD]/goma\""
120 ], 120 ],
121 "name": "gn" 121 "name": "gn"
122 }, 122 },
123 { 123 {
124 "cmd": [],
125 "name": "ensure_goma"
126 },
127 {
124 "cmd": [ 128 "cmd": [
125 "python", 129 "python",
126 "-u", 130 "-u",
131 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
132 "--platform",
133 "linux-386",
134 "--dest-directory",
135 "[SLAVE_BUILD]/cipd",
136 "--json-output",
137 "/path/to/tmp/json"
138 ],
139 "name": "ensure_goma.install cipd",
140 "~followup_annotations": [
141 "@@@STEP_NEST_LEVEL@1@@@",
142 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
143 "@@@STEP_LOG_LINE@json.output@{@@@",
144 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
145 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
146 "@@@STEP_LOG_LINE@json.output@}@@@",
147 "@@@STEP_LOG_END@json.output@@@"
148 ]
149 },
150 {
151 "cmd": [
152 "[SLAVE_BUILD]/cipd/cipd",
153 "ensure",
154 "--root",
155 "[CACHE]/cipd/goma",
156 "--list",
157 "infra_internal/goma/client/linux-386 release",
158 "--json-output",
159 "/path/to/tmp/json",
160 "--service-account-json",
161 "/creds/service_accounts/service-account-goma-client.json"
162 ],
163 "name": "ensure_goma.ensure_installed",
164 "~followup_annotations": [
165 "@@@STEP_NEST_LEVEL@1@@@",
166 "@@@STEP_LOG_LINE@json.output@{@@@",
167 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
168 "@@@STEP_LOG_LINE@json.output@ {@@@",
169 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
170 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-386\"@@@",
171 "@@@STEP_LOG_LINE@json.output@ }@@@",
172 "@@@STEP_LOG_LINE@json.output@ ]@@@",
173 "@@@STEP_LOG_LINE@json.output@}@@@",
174 "@@@STEP_LOG_END@json.output@@@"
175 ]
176 },
177 {
178 "cmd": [
179 "python",
180 "-u",
127 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 181 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
128 "--show-path", 182 "--show-path",
129 "python", 183 "python",
130 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 184 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
131 "--gsutil-py-path", 185 "--gsutil-py-path",
132 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 186 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
133 "--ninja-path", 187 "--ninja-path",
134 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 188 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
135 "--target", 189 "--target",
136 "Release", 190 "Release",
137 "--src-dir", 191 "--src-dir",
138 "[SLAVE_BUILD]/src", 192 "[SLAVE_BUILD]/src",
139 "--goma-cache-dir", 193 "--goma-cache-dir",
140 "[GOMA_CACHE]", 194 "[GOMA_CACHE]",
141 "--build-tool", 195 "--build-tool",
142 "ninja", 196 "ninja",
143 "--compiler", 197 "--compiler",
144 "goma", 198 "goma",
145 "--goma-jsonstatus", 199 "--goma-jsonstatus",
146 "/path/to/tmp/json", 200 "/path/to/tmp/json",
147 "--goma-service-account-json-file", 201 "--goma-service-account-json-file",
148 "/creds/service_accounts/service-account-goma-client.json", 202 "/creds/service_accounts/service-account-goma-client.json",
149 "--goma-dir", 203 "--goma-dir",
150 "[BUILD]/goma", 204 "[CACHE]/cipd/goma",
151 "--", 205 "--",
152 "all" 206 "all"
153 ], 207 ],
154 "env": { 208 "env": {
155 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
156 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 210 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
157 }, 211 },
158 "name": "compile", 212 "name": "compile",
159 "~followup_annotations": [ 213 "~followup_annotations": [
160 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
161 "@@@STEP_LOG_END@json.output (invalid)@@@" 215 "@@@STEP_LOG_END@json.output (invalid)@@@"
162 ] 216 ]
163 }, 217 },
164 { 218 {
165 "name": "$result", 219 "name": "$result",
166 "recipe_result": null, 220 "recipe_result": null,
167 "status_code": 0 221 "status_code": 0
168 } 222 }
169 ] 223 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698