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

Side by Side Diff: scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 4 years, 8 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 | Annotate | Revision Log
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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Builder (dbg)", 10 "Android Builder (dbg)",
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 "--src-dir", 260 "--src-dir",
261 "[SLAVE_BUILD]/src", 261 "[SLAVE_BUILD]/src",
262 "--goma-cache-dir", 262 "--goma-cache-dir",
263 "[GOMA_CACHE]", 263 "[GOMA_CACHE]",
264 "--build-tool", 264 "--build-tool",
265 "ninja", 265 "ninja",
266 "--compiler", 266 "--compiler",
267 "goma", 267 "goma",
268 "--goma-jsonstatus", 268 "--goma-jsonstatus",
269 "/path/to/tmp/json", 269 "/path/to/tmp/json",
270 "--goma-service-account-json-file",
271 "/creds/service_accounts/service-account-goma-client.json",
270 "--out-dir", 272 "--out-dir",
271 "/tmp", 273 "/tmp",
272 "--goma-dir", 274 "--goma-dir",
273 "[CACHE]/cipd/goma", 275 "[CACHE]/cipd/goma",
274 "--", 276 "--",
275 "All" 277 "All"
276 ], 278 ],
277 "cwd": "[SLAVE_BUILD]", 279 "cwd": "[SLAVE_BUILD]",
278 "env": { 280 "env": {
279 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 281 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
280 }, 282 },
281 "name": "compile", 283 "name": "compile",
282 "~followup_annotations": [ 284 "~followup_annotations": [
283 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 285 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
284 "@@@STEP_LOG_END@json.output (invalid)@@@" 286 "@@@STEP_LOG_END@json.output (invalid)@@@"
285 ] 287 ]
286 }, 288 },
287 { 289 {
288 "name": "$result", 290 "name": "$result",
289 "recipe_result": null, 291 "recipe_result": null,
290 "status_code": 0 292 "status_code": 0
291 } 293 }
292 ] 294 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium/api.py ('k') | scripts/slave/recipe_modules/cronet/example.expected/local_test.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698