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

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

Powered by Google App Engine
This is Rietveld 408576698