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

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

Powered by Google App Engine
This is Rietveld 408576698