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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_ASAN_Builder.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]/Linux_ASAN_Builder", 7 "[BUILDER_CACHE]/Linux_ASAN_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "-m", 256 "-m",
257 "client.v8.fyi", 257 "client.v8.fyi",
258 "-b", 258 "-b",
259 "Linux ASAN Builder", 259 "Linux ASAN Builder",
260 "--config-file", 260 "--config-file",
261 "[BUILDER_CACHE]/Linux_ASAN_Builder/src/tools/mb/mb_config.pyl", 261 "[BUILDER_CACHE]/Linux_ASAN_Builder/src/tools/mb/mb_config.pyl",
262 "--goma-dir", 262 "--goma-dir",
263 "[CACHE]/cipd/goma", 263 "[CACHE]/cipd/goma",
264 "//out/Release" 264 "//out/Release"
265 ], 265 ],
266 "cwd": "[BUILDER_CACHE]/Linux_ASAN_Builder/src",
266 "env": { 267 "env": {
267 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 268 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
268 }, 269 },
269 "name": "generate_build_files" 270 "name": "generate_build_files"
270 }, 271 },
271 { 272 {
272 "allow_subannotations": true, 273 "allow_subannotations": true,
273 "cmd": [ 274 "cmd": [
274 "python", 275 "python",
275 "-u", 276 "-u",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 "~followup_annotations": [ 387 "~followup_annotations": [
387 "@@@STEP_TEXT@Linux ASan LSan Tests (1)@@@" 388 "@@@STEP_TEXT@Linux ASan LSan Tests (1)@@@"
388 ] 389 ]
389 }, 390 },
390 { 391 {
391 "name": "$result", 392 "name": "$result",
392 "recipe_result": null, 393 "recipe_result": null,
393 "status_code": 0 394 "status_code": 0
394 } 395 }
395 ] 396 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698