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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_bot_update_always_on_coverage_clobber.json

Issue 1909483002: 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 "bot_update.always_on", 8 "bot_update.always_on",
9 "--builder", 9 "--builder",
10 "coverage_clobber", 10 "coverage_clobber",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "--src-dir", 236 "--src-dir",
237 "[SLAVE_BUILD]/src", 237 "[SLAVE_BUILD]/src",
238 "--goma-cache-dir", 238 "--goma-cache-dir",
239 "[GOMA_CACHE]", 239 "[GOMA_CACHE]",
240 "--build-tool", 240 "--build-tool",
241 "ninja", 241 "ninja",
242 "--compiler", 242 "--compiler",
243 "goma", 243 "goma",
244 "--goma-jsonstatus", 244 "--goma-jsonstatus",
245 "/path/to/tmp/json", 245 "/path/to/tmp/json",
246 "--goma-service-account-json-file",
247 "/creds/service_accounts/service-account-goma-client.json",
246 "--goma-dir", 248 "--goma-dir",
247 "[BUILD]/goma", 249 "[BUILD]/goma",
248 "--", 250 "--",
249 "All", 251 "All",
250 "chromium_builder_tests" 252 "chromium_builder_tests"
251 ], 253 ],
252 "cwd": "[SLAVE_BUILD]", 254 "cwd": "[SLAVE_BUILD]",
253 "name": "compile", 255 "name": "compile",
254 "~followup_annotations": [ 256 "~followup_annotations": [
255 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 257 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 16 matching lines...) Expand all
272 ], 274 ],
273 "cwd": "[SLAVE_BUILD]", 275 "cwd": "[SLAVE_BUILD]",
274 "name": "archive_build" 276 "name": "archive_build"
275 }, 277 },
276 { 278 {
277 "name": "$result", 279 "name": "$result",
278 "recipe_result": null, 280 "recipe_result": null,
279 "status_code": 0 281 "status_code": 0
280 } 282 }
281 ] 283 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698