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

Side by Side Diff: scripts/slave/recipe_modules/goma/example.expected/win_upload_logs.json

Issue 2245553002: Inherit appropiate environment variables in goma module for goma_utils.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: fix typo and etc. Created 4 years, 4 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
« no previous file with comments | « scripts/slave/recipe_modules/goma/example.expected/win.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [], 3 "cmd": [],
4 "name": "ensure_goma" 4 "name": "ensure_goma"
5 }, 5 },
6 { 6 {
7 "cmd": [ 7 "cmd": [
8 "python", 8 "python",
9 "-u", 9 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", 10 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "ninja -j 500", 95 "ninja -j 500",
96 "--ninja-log-exit-status", 96 "--ninja-log-exit-status",
97 "0", 97 "0",
98 "--goma-stats-file", 98 "--goma-stats-file",
99 "build_data_dir\\goma_stats_proto", 99 "build_data_dir\\goma_stats_proto",
100 "--goma-crash-report-id-file", 100 "--goma-crash-report-id-file",
101 "build_data_dir\\crash_report_id_file", 101 "build_data_dir\\crash_report_id_file",
102 "--build-data-dir", 102 "--build-data-dir",
103 "build_data_dir" 103 "build_data_dir"
104 ], 104 ],
105 "env": {
106 "GOMACTL_CRASH_REPORT_ID_FILE": "build_data_dir\\crash_report_id_file",
107 "GOMA_DUMP_STATS_FILE": "build_data_dir\\goma_stats_proto",
108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
109 },
105 "name": "upload_log" 110 "name": "upload_log"
106 }, 111 },
107 { 112 {
108 "name": "$result", 113 "name": "$result",
109 "recipe_result": null, 114 "recipe_result": null,
110 "status_code": 0 115 "status_code": 0
111 } 116 }
112 ] 117 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/goma/example.expected/win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698