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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_script_test_with_args.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_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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Tests", 10 "Linux Tests",
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "--paths", 299 "--paths",
300 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}", 300 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}",
301 "--properties", 301 "--properties",
302 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin ux\"}", 302 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin ux\"}",
303 "--args", 303 "--args",
304 "[\"media_perftests\", \"--single-process-tests\"]", 304 "[\"media_perftests\", \"--single-process-tests\"]",
305 "run", 305 "run",
306 "--output", 306 "--output",
307 "/path/to/tmp/json" 307 "/path/to/tmp/json"
308 ], 308 ],
309 "env": {
310 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
311 },
309 "name": "media_perftests", 312 "name": "media_perftests",
310 "~followup_annotations": [ 313 "~followup_annotations": [
311 "@@@STEP_LOG_LINE@json.output@{@@@", 314 "@@@STEP_LOG_LINE@json.output@{@@@",
312 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 315 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
313 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 316 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
314 "@@@STEP_LOG_LINE@json.output@}@@@", 317 "@@@STEP_LOG_LINE@json.output@}@@@",
315 "@@@STEP_LOG_END@json.output@@@" 318 "@@@STEP_LOG_END@json.output@@@"
316 ] 319 ]
317 }, 320 },
318 { 321 {
319 "name": "$result", 322 "name": "$result",
320 "recipe_result": null, 323 "recipe_result": null,
321 "status_code": 0 324 "status_code": 0
322 } 325 }
323 ] 326 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698