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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Print_Preview_Win.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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 "--builder-name=Print Preview Win", 286 "--builder-name=Print Preview Win",
287 "--slave-name=TestSlavename", 287 "--slave-name=TestSlavename",
288 "--build-number=571", 288 "--build-number=571",
289 "--run-python-script", 289 "--run-python-script",
290 "[SLAVE_BUILD]\\src\\third_party\\WebKit\\Tools\\Scripts\\run-webkit-tests ", 290 "[SLAVE_BUILD]\\src\\third_party\\WebKit\\Tools\\Scripts\\run-webkit-tests ",
291 "--write-full-results-to", 291 "--write-full-results-to",
292 "/path/to/tmp/json", 292 "/path/to/tmp/json",
293 "--platform", 293 "--platform",
294 "browser_test.win" 294 "browser_test.win"
295 ], 295 ],
296 "env": {
297 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
298 },
296 "name": "print_preview_tests" 299 "name": "print_preview_tests"
297 }, 300 },
298 { 301 {
299 "cmd": [ 302 "cmd": [
300 "python", 303 "python",
301 "-u", 304 "-u",
302 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 305 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
303 "--target", 306 "--target",
304 "Release" 307 "Release"
305 ], 308 ],
309 "env": {
310 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
311 },
306 "name": "process_dumps" 312 "name": "process_dumps"
307 }, 313 },
308 { 314 {
309 "name": "$result", 315 "name": "$result",
310 "recipe_result": null, 316 "recipe_result": null,
311 "status_code": 0 317 "status_code": 0
312 } 318 }
313 ] 319 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698