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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMac.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 "\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]/ClangToTMac", 7 "[BUILDER_CACHE]/ClangToTMac",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "-m", 235 "-m",
236 "chromium.fyi", 236 "chromium.fyi",
237 "-b", 237 "-b",
238 "ClangToTMac", 238 "ClangToTMac",
239 "--config-file", 239 "--config-file",
240 "[BUILDER_CACHE]/ClangToTMac/src/tools/mb/mb_config.pyl", 240 "[BUILDER_CACHE]/ClangToTMac/src/tools/mb/mb_config.pyl",
241 "--swarming-targets-file", 241 "--swarming-targets-file",
242 "browser_tests\n", 242 "browser_tests\n",
243 "//out/Release" 243 "//out/Release"
244 ], 244 ],
245 "cwd": "[BUILDER_CACHE]/ClangToTMac/src",
245 "env": { 246 "env": {
246 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 247 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
247 }, 248 },
248 "name": "generate_build_files", 249 "name": "generate_build_files",
249 "~followup_annotations": [ 250 "~followup_annotations": [
250 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 251 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
251 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 252 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
252 ] 253 ]
253 }, 254 },
254 { 255 {
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 "LLVM_FORCE_HEAD_REVISION": "YES" 434 "LLVM_FORCE_HEAD_REVISION": "YES"
434 }, 435 },
435 "name": "sizes" 436 "name": "sizes"
436 }, 437 },
437 { 438 {
438 "name": "$result", 439 "name": "$result",
439 "recipe_result": null, 440 "recipe_result": null,
440 "status_code": 0 441 "status_code": 0
441 } 442 }
442 ] 443 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698