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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Print_Preview_Linux.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 Linux", 10 "Print Preview Linux",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "--slave-name=TestSlavename", 280 "--slave-name=TestSlavename",
281 "--build-number=571", 281 "--build-number=571",
282 "--run-python-script", 282 "--run-python-script",
283 "[SLAVE_BUILD]/src/third_party/WebKit/Tools/Scripts/run-webkit-tests", 283 "[SLAVE_BUILD]/src/third_party/WebKit/Tools/Scripts/run-webkit-tests",
284 "--write-full-results-to", 284 "--write-full-results-to",
285 "/path/to/tmp/json", 285 "/path/to/tmp/json",
286 "--platform", 286 "--platform",
287 "browser_test.linux" 287 "browser_test.linux"
288 ], 288 ],
289 "env": { 289 "env": {
290 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 290 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox",
291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
291 }, 292 },
292 "name": "print_preview_tests" 293 "name": "print_preview_tests"
293 }, 294 },
294 { 295 {
295 "name": "$result", 296 "name": "$result",
296 "recipe_result": null, 297 "recipe_result": null,
297 "status_code": 0 298 "status_code": 0
298 } 299 }
299 ] 300 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698