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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMacASan.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 "ClangToTMacASan", 10 "ClangToTMacASan",
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 "--results-url=https://chromeperf.appspot.com", 392 "--results-url=https://chromeperf.appspot.com",
393 "--perf-dashboard-id=sizes", 393 "--perf-dashboard-id=sizes",
394 "--perf-id=ClangToTMacASan", 394 "--perf-id=ClangToTMacASan",
395 "--perf-config={'r_clang_rev': '123456'}", 395 "--perf-config={'r_clang_rev': '123456'}",
396 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", 396 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py",
397 "--target", 397 "--target",
398 "Release", 398 "Release",
399 "--platform", 399 "--platform",
400 "mac" 400 "mac"
401 ], 401 ],
402 "env": {
403 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
404 "LLVM_FORCE_HEAD_REVISION": "YES"
405 },
402 "name": "sizes" 406 "name": "sizes"
403 }, 407 },
404 { 408 {
405 "name": "$result", 409 "name": "$result",
406 "recipe_result": null, 410 "recipe_result": null,
407 "status_code": 0 411 "status_code": 0
408 } 412 }
409 ] 413 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698