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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Print_Preview_Mac.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, 7 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_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 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Print Preview Mac", 10 "Print Preview Mac",
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "--builder-name=Print Preview Mac", 303 "--builder-name=Print Preview Mac",
304 "--slave-name=TestSlavename", 304 "--slave-name=TestSlavename",
305 "--build-number=571", 305 "--build-number=571",
306 "--run-python-script", 306 "--run-python-script",
307 "[SLAVE_BUILD]/src/third_party/WebKit/Tools/Scripts/run-webkit-tests", 307 "[SLAVE_BUILD]/src/third_party/WebKit/Tools/Scripts/run-webkit-tests",
308 "--write-full-results-to", 308 "--write-full-results-to",
309 "/path/to/tmp/json", 309 "/path/to/tmp/json",
310 "--platform", 310 "--platform",
311 "browser_test.mac" 311 "browser_test.mac"
312 ], 312 ],
313 "env": {
314 "FORCE_MAC_TOOLCHAIN": "1",
315 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
316 },
313 "name": "print_preview_tests" 317 "name": "print_preview_tests"
314 }, 318 },
315 { 319 {
316 "name": "$result", 320 "name": "$result",
317 "recipe_result": null, 321 "recipe_result": null,
318 "status_code": 0 322 "status_code": 0
319 } 323 }
320 ] 324 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698