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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64_bisect_builder.json

Issue 2014373002: chromium_tests: apply chromium.get_env() when running tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "--builder-name=winx64_bisect_builder", 298 "--builder-name=winx64_bisect_builder",
299 "--slave-name=TestSlavename", 299 "--slave-name=TestSlavename",
300 "--build-number=571", 300 "--build-number=571",
301 "--run-python-script", 301 "--run-python-script",
302 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py", 302 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py",
303 "--target", 303 "--target",
304 "Release_x64", 304 "Release_x64",
305 "--platform", 305 "--platform",
306 "win" 306 "win"
307 ], 307 ],
308 "env": {
309 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
310 },
308 "name": "sizes" 311 "name": "sizes"
309 }, 312 },
310 { 313 {
311 "cmd": [ 314 "cmd": [
312 "python", 315 "python",
313 "-u", 316 "-u",
314 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 317 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
315 "--target", 318 "--target",
316 "Release_x64" 319 "Release_x64"
317 ], 320 ],
321 "env": {
322 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
323 },
318 "name": "process_dumps" 324 "name": "process_dumps"
319 }, 325 },
320 { 326 {
321 "name": "$result", 327 "name": "$result",
322 "recipe_result": null, 328 "recipe_result": null,
323 "status_code": 0 329 "status_code": 0
324 } 330 }
325 ] 331 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698