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

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

Issue 1906513003: Revert "goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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",
272 "--out-dir", 270 "--out-dir",
273 "/tmp", 271 "/tmp",
274 "--goma-dir", 272 "--goma-dir",
275 "[CACHE]/cipd/goma", 273 "[CACHE]/cipd/goma",
276 "--", 274 "--",
277 "All" 275 "All"
278 ], 276 ],
279 "cwd": "[SLAVE_BUILD]", 277 "cwd": "[SLAVE_BUILD]",
280 "env": { 278 "env": {
281 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 279 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
282 }, 280 },
283 "name": "compile", 281 "name": "compile",
284 "~followup_annotations": [ 282 "~followup_annotations": [
285 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 283 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
286 "@@@STEP_LOG_END@json.output (invalid)@@@" 284 "@@@STEP_LOG_END@json.output (invalid)@@@"
287 ] 285 ]
288 }, 286 },
289 { 287 {
290 "name": "$result", 288 "name": "$result",
291 "recipe_result": null, 289 "recipe_result": null,
292 "status_code": 0 290 "status_code": 0
293 } 291 }
294 ] 292 ]
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