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

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

Issue 2161643002: chromium.run_mb: set cwd to checkout (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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
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", 10 "Android Builder",
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "-b", 322 "-b",
323 "Android Builder", 323 "Android Builder",
324 "--config-file", 324 "--config-file",
325 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 325 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
326 "--goma-dir", 326 "--goma-dir",
327 "[CACHE]/cipd/goma", 327 "[CACHE]/cipd/goma",
328 "--swarming-targets-file", 328 "--swarming-targets-file",
329 "chrome_public_test_apk\n", 329 "chrome_public_test_apk\n",
330 "//out/Release" 330 "//out/Release"
331 ], 331 ],
332 "cwd": "[SLAVE_BUILD]/src",
332 "env": { 333 "env": {
333 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 334 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
334 }, 335 },
335 "name": "generate_build_files", 336 "name": "generate_build_files",
336 "~followup_annotations": [ 337 "~followup_annotations": [
337 "@@@STEP_LOG_LINE@swarming-targets-file.txt@chrome_public_test_apk@@@", 338 "@@@STEP_LOG_LINE@swarming-targets-file.txt@chrome_public_test_apk@@@",
338 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 339 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
339 ] 340 ]
340 }, 341 },
341 { 342 {
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 "~followup_annotations": [ 468 "~followup_annotations": [
468 "@@@STEP_TEXT@Android Tests@@@" 469 "@@@STEP_TEXT@Android Tests@@@"
469 ] 470 ]
470 }, 471 },
471 { 472 {
472 "name": "$result", 473 "name": "$result",
473 "recipe_result": null, 474 "recipe_result": null,
474 "status_code": 0 475 "status_code": 0
475 } 476 }
476 ] 477 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698