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

Side by Side Diff: scripts/slave/recipes/chromium.expected/chromium_webkit_revision_chromium.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.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Linux", 10 "WebKit Linux",
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 "--src-dir", 272 "--src-dir",
273 "[SLAVE_BUILD]/src", 273 "[SLAVE_BUILD]/src",
274 "--goma-cache-dir", 274 "--goma-cache-dir",
275 "[GOMA_CACHE]", 275 "[GOMA_CACHE]",
276 "--build-tool", 276 "--build-tool",
277 "ninja", 277 "ninja",
278 "--compiler", 278 "--compiler",
279 "goma", 279 "goma",
280 "--goma-jsonstatus", 280 "--goma-jsonstatus",
281 "/path/to/tmp/json", 281 "/path/to/tmp/json",
282 "--goma-service-account-json-file",
283 "/creds/service_accounts/service-account-goma-client.json",
284 "--goma-dir", 282 "--goma-dir",
285 "[CACHE]/cipd/goma", 283 "[CACHE]/cipd/goma",
286 "--ninja-ensure-up-to-date", 284 "--ninja-ensure-up-to-date",
287 "--", 285 "--",
288 "blink_tests" 286 "blink_tests"
289 ], 287 ],
290 "cwd": "[SLAVE_BUILD]", 288 "cwd": "[SLAVE_BUILD]",
291 "name": "compile", 289 "name": "compile",
292 "~followup_annotations": [ 290 "~followup_annotations": [
293 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 291 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", 355 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@",
358 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux/571/layout-test-results.zip@@@" 356 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux/571/layout-test-results.zip@@@"
359 ] 357 ]
360 }, 358 },
361 { 359 {
362 "name": "$result", 360 "name": "$result",
363 "recipe_result": null, 361 "recipe_result": null,
364 "status_code": 0 362 "status_code": 0
365 } 363 }
366 ] 364 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698