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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest_on_builder.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 "Linux Builder", 10 "Linux Builder",
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 "--src-dir", 281 "--src-dir",
282 "[SLAVE_BUILD]/src", 282 "[SLAVE_BUILD]/src",
283 "--goma-cache-dir", 283 "--goma-cache-dir",
284 "[GOMA_CACHE]", 284 "[GOMA_CACHE]",
285 "--build-tool", 285 "--build-tool",
286 "ninja", 286 "ninja",
287 "--compiler", 287 "--compiler",
288 "goma", 288 "goma",
289 "--goma-jsonstatus", 289 "--goma-jsonstatus",
290 "/path/to/tmp/json", 290 "/path/to/tmp/json",
291 "--goma-service-account-json-file",
292 "/creds/service_accounts/service-account-goma-client.json",
293 "--goma-dir", 291 "--goma-dir",
294 "[CACHE]/cipd/goma", 292 "[CACHE]/cipd/goma",
295 "--ninja-ensure-up-to-date", 293 "--ninja-ensure-up-to-date",
296 "--", 294 "--",
297 "base_unittests", 295 "base_unittests",
298 "browser_tests", 296 "browser_tests",
299 "chromium_swarm_tests" 297 "chromium_swarm_tests"
300 ], 298 ],
301 "cwd": "[SLAVE_BUILD]", 299 "cwd": "[SLAVE_BUILD]",
302 "name": "compile", 300 "name": "compile",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 "~followup_annotations": [ 374 "~followup_annotations": [
377 "@@@STEP_TEXT@Linux Tests@@@" 375 "@@@STEP_TEXT@Linux Tests@@@"
378 ] 376 ]
379 }, 377 },
380 { 378 {
381 "name": "$result", 379 "name": "$result",
382 "recipe_result": null, 380 "recipe_result": null,
383 "status_code": 0 381 "status_code": 0
384 } 382 }
385 ] 383 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698