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

Side by Side Diff: scripts/slave/recipes/chromium.expected/build_dynamic_swarmed_isolated_script_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 "Linux Builder", 10 "Linux Builder",
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 "-b", 269 "-b",
270 "Linux Builder", 270 "Linux Builder",
271 "--config-file", 271 "--config-file",
272 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 272 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
273 "--goma-dir", 273 "--goma-dir",
274 "[CACHE]/cipd/goma", 274 "[CACHE]/cipd/goma",
275 "--swarming-targets-file", 275 "--swarming-targets-file",
276 "telemetry_gpu_unittests\n", 276 "telemetry_gpu_unittests\n",
277 "//out/Release" 277 "//out/Release"
278 ], 278 ],
279 "cwd": "[SLAVE_BUILD]/src",
279 "env": { 280 "env": {
280 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
281 }, 282 },
282 "name": "generate_build_files", 283 "name": "generate_build_files",
283 "~followup_annotations": [ 284 "~followup_annotations": [
284 "@@@STEP_LOG_LINE@swarming-targets-file.txt@telemetry_gpu_unittests@@@", 285 "@@@STEP_LOG_LINE@swarming-targets-file.txt@telemetry_gpu_unittests@@@",
285 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 286 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
286 ] 287 ]
287 }, 288 },
288 { 289 {
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 "~followup_annotations": [ 416 "~followup_annotations": [
416 "@@@STEP_TEXT@Linux Tests@@@" 417 "@@@STEP_TEXT@Linux Tests@@@"
417 ] 418 ]
418 }, 419 },
419 { 420 {
420 "name": "$result", 421 "name": "$result",
421 "recipe_result": null, 422 "recipe_result": null,
422 "status_code": 0 423 "status_code": 0
423 } 424 }
424 ] 425 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698