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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_arm64_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]/Android_arm64_Builder", 7 "[BUILDER_CACHE]/Android_arm64_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "-m", 218 "-m",
219 "chromium.perf", 219 "chromium.perf",
220 "-b", 220 "-b",
221 "Android arm64 Builder", 221 "Android arm64 Builder",
222 "--config-file", 222 "--config-file",
223 "[BUILDER_CACHE]/Android_arm64_Builder/src/tools/mb/mb_config.pyl", 223 "[BUILDER_CACHE]/Android_arm64_Builder/src/tools/mb/mb_config.pyl",
224 "--goma-dir", 224 "--goma-dir",
225 "[CACHE]/cipd/goma", 225 "[CACHE]/cipd/goma",
226 "//out/Release" 226 "//out/Release"
227 ], 227 ],
228 "cwd": "[BUILDER_CACHE]/Android_arm64_Builder/src",
228 "env": { 229 "env": {
229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 230 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
230 }, 231 },
231 "name": "generate_build_files" 232 "name": "generate_build_files"
232 }, 233 },
233 { 234 {
234 "cmd": [ 235 "cmd": [
235 "python", 236 "python",
236 "-u", 237 "-u",
237 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 238 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 "~followup_annotations": [ 370 "~followup_annotations": [
370 "@@@STEP_TEXT@Android Nexus9 Perf (1)<br />Android Nexus9 Perf (2)<br />An droid Nexus9 Perf (3)@@@" 371 "@@@STEP_TEXT@Android Nexus9 Perf (1)<br />Android Nexus9 Perf (2)<br />An droid Nexus9 Perf (3)@@@"
371 ] 372 ]
372 }, 373 },
373 { 374 {
374 "name": "$result", 375 "name": "$result",
375 "recipe_result": null, 376 "recipe_result": null,
376 "status_code": 0 377 "status_code": 0
377 } 378 }
378 ] 379 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698