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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/perf_cq_run_benchmark.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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisect", 10 "linux_perf_bisect",
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "-m", 233 "-m",
234 "tryserver.chromium.perf", 234 "tryserver.chromium.perf",
235 "-b", 235 "-b",
236 "linux_perf_bisect", 236 "linux_perf_bisect",
237 "--config-file", 237 "--config-file",
238 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 238 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
239 "--goma-dir", 239 "--goma-dir",
240 "[CACHE]/cipd/goma", 240 "[CACHE]/cipd/goma",
241 "//out/Release" 241 "//out/Release"
242 ], 242 ],
243 "cwd": "[SLAVE_BUILD]/src",
243 "env": { 244 "env": {
244 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 245 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
245 }, 246 },
246 "name": "generate_build_files (with patch)" 247 "name": "generate_build_files (with patch)"
247 }, 248 },
248 { 249 {
249 "cmd": [ 250 "cmd": [
250 "python", 251 "python",
251 "-u", 252 "-u",
252 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 253 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 "@@@STEP_LOG_LINE@json.output@[]@@@", 431 "@@@STEP_LOG_LINE@json.output@[]@@@",
431 "@@@STEP_LOG_END@json.output@@@" 432 "@@@STEP_LOG_END@json.output@@@"
432 ] 433 ]
433 }, 434 },
434 { 435 {
435 "name": "$result", 436 "name": "$result",
436 "recipe_result": null, 437 "recipe_result": null,
437 "status_code": 0 438 "status_code": 0
438 } 439 }
439 ] 440 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698