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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/chromeos_analyze.json

Issue 2165833003: analyze: set cwd to checkout for TARGET_CROS_BOARD builds (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
« no previous file with comments | « scripts/slave/recipe_modules/filter/api.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/chromeos_amd64_generic_chromium_compile_only_ng", 7 "[BUILDER_CACHE]/chromeos_amd64_generic_chromium_compile_only_ng",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 "analyze", 306 "analyze",
307 "-m", 307 "-m",
308 "tryserver.chromium.linux", 308 "tryserver.chromium.linux",
309 "-b", 309 "-b",
310 "chromeos_amd64-generic_chromium_compile_only_ng", 310 "chromeos_amd64-generic_chromium_compile_only_ng",
311 "-v", 311 "-v",
312 "//out/Release", 312 "//out/Release",
313 "{\"additional_compile_targets\": [\"chromiumos_preflight\"], \"files\": [ \"foo.cc\"], \"test_targets\": []}", 313 "{\"additional_compile_targets\": [\"chromiumos_preflight\"], \"files\": [ \"foo.cc\"], \"test_targets\": []}",
314 "/path/to/tmp/json" 314 "/path/to/tmp/json"
315 ], 315 ],
316 "cwd": "[BUILDER_CACHE]/chromeos_amd64_generic_chromium_compile_only_ng/src" ,
316 "env": { 317 "env": {
317 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 318 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
318 }, 319 },
319 "name": "analyze", 320 "name": "analyze",
320 "~followup_annotations": [ 321 "~followup_annotations": [
321 "@@@STEP_TEXT@No compile necessary@@@", 322 "@@@STEP_TEXT@No compile necessary@@@",
322 "@@@STEP_LOG_LINE@json.output@{@@@", 323 "@@@STEP_LOG_LINE@json.output@{@@@",
323 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 324 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
324 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 325 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
325 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 326 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
(...skipping 18 matching lines...) Expand all
344 "import sys; sys.exit(0)" 345 "import sys; sys.exit(0)"
345 ], 346 ],
346 "name": "mark: before_tests" 347 "name": "mark: before_tests"
347 }, 348 },
348 { 349 {
349 "name": "$result", 350 "name": "$result",
350 "recipe_result": null, 351 "recipe_result": null,
351 "status_code": 0 352 "status_code": 0
352 } 353 }
353 ] 354 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/filter/api.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698