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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_mac64.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.memory", 8 "chromium.memory",
9 "--builder", 9 "--builder",
10 "Mac ASan 64 Tests (1)", 10 "Mac ASan 64 Tests (1)",
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "--generate-json-file", 301 "--generate-json-file",
302 "-o", 302 "-o",
303 "gtest-results/browser_tests", 303 "gtest-results/browser_tests",
304 "--builder-name=Mac ASan 64 Tests (1)", 304 "--builder-name=Mac ASan 64 Tests (1)",
305 "--slave-name=TestSlavename", 305 "--slave-name=TestSlavename",
306 "--build-number=571", 306 "--build-number=571",
307 "--enable-asan", 307 "--enable-asan",
308 "browser_tests", 308 "browser_tests",
309 "--test-launcher-print-test-stdio=always" 309 "--test-launcher-print-test-stdio=always"
310 ], 310 ],
311 "env": {
312 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
313 },
311 "name": "browser_tests" 314 "name": "browser_tests"
312 }, 315 },
313 { 316 {
314 "name": "$result", 317 "name": "$result",
315 "recipe_result": null, 318 "recipe_result": null,
316 "status_code": 0 319 "status_code": 0
317 } 320 }
318 ] 321 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698