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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan.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]/ClangToTAndroidASan", 7 "[BUILDER_CACHE]/ClangToTAndroidASan",
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 "[BUILDER_CACHE]/ClangToTAndroidASan/src/tools/mb/mb.py", 235 "[BUILDER_CACHE]/ClangToTAndroidASan/src/tools/mb/mb.py",
236 "gen", 236 "gen",
237 "-m", 237 "-m",
238 "chromium.fyi", 238 "chromium.fyi",
239 "-b", 239 "-b",
240 "ClangToTAndroidASan", 240 "ClangToTAndroidASan",
241 "--config-file", 241 "--config-file",
242 "[BUILDER_CACHE]/ClangToTAndroidASan/src/tools/mb/mb_config.pyl", 242 "[BUILDER_CACHE]/ClangToTAndroidASan/src/tools/mb/mb_config.pyl",
243 "//out/Debug" 243 "//out/Debug"
244 ], 244 ],
245 "cwd": "[BUILDER_CACHE]/ClangToTAndroidASan/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 }, 250 },
250 { 251 {
251 "allow_subannotations": true, 252 "allow_subannotations": true,
252 "cmd": [ 253 "cmd": [
253 "python", 254 "python",
254 "-u", 255 "-u",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "~followup_annotations": [ 361 "~followup_annotations": [
361 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@" 362 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@"
362 ] 363 ]
363 }, 364 },
364 { 365 {
365 "name": "$result", 366 "name": "$result",
366 "recipe_result": null, 367 "recipe_result": null,
367 "status_code": 0 368 "status_code": 0
368 } 369 }
369 ] 370 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698