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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMacASan.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]/ClangToTMacASan", 7 "[BUILDER_CACHE]/ClangToTMacASan",
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 "ClangToTMacASan", 238 "ClangToTMacASan",
239 "--config-file", 239 "--config-file",
240 "[BUILDER_CACHE]/ClangToTMacASan/src/tools/mb/mb_config.pyl", 240 "[BUILDER_CACHE]/ClangToTMacASan/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]/ClangToTMacASan/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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 "LLVM_FORCE_HEAD_REVISION": "YES" 435 "LLVM_FORCE_HEAD_REVISION": "YES"
435 }, 436 },
436 "name": "sizes" 437 "name": "sizes"
437 }, 438 },
438 { 439 {
439 "name": "$result", 440 "name": "$result",
440 "recipe_result": null, 441 "recipe_result": null,
441 "status_code": 0 442 "status_code": 0
442 } 443 }
443 ] 444 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698