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

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

Issue 2480193002: Stop to use contextmanager for goma.build_with_goma (Closed)
Patch Set: fix pylint Created 4 years, 1 month 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
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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 { 145 {
146 "cmd": [ 146 "cmd": [
147 "echo", 147 "echo",
148 "50" 148 "50"
149 ], 149 ],
150 "name": "echo goma jobs second" 150 "name": "echo goma jobs second"
151 }, 151 },
152 { 152 {
153 "cmd": [ 153 "cmd": [
154 "ninja", 154 "ninja",
155 "-j",
156 "50",
155 "-C", 157 "-C",
156 "out/Release", 158 "out/Release"
157 "-j",
158 "500"
159 ], 159 ],
160 "name": "ninja" 160 "name": "ninja"
161 }, 161 },
162 { 162 {
163 "cmd": [], 163 "cmd": [],
164 "name": "postprocess_for_goma" 164 "name": "postprocess_for_goma"
165 }, 165 },
166 { 166 {
167 "cmd": [ 167 "cmd": [
168 "python", 168 "python",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 "-u", 221 "-u",
222 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py", 222 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py",
223 "--upload-compiler-proxy-info", 223 "--upload-compiler-proxy-info",
224 "--json-status", 224 "--json-status",
225 "[CACHE]/cipd/goma/jsonstatus", 225 "[CACHE]/cipd/goma/jsonstatus",
226 "--ninja-log-outdir", 226 "--ninja-log-outdir",
227 "out/Release", 227 "out/Release",
228 "--ninja-log-compiler", 228 "--ninja-log-compiler",
229 "goma", 229 "goma",
230 "--ninja-log-command", 230 "--ninja-log-command",
231 "['ninja', '-C', 'out/Release', '-j', '500']", 231 "['ninja', '-j', 50, '-C', 'out/Release']",
232 "--ninja-log-exit-status", 232 "--ninja-log-exit-status",
233 "0", 233 "0",
234 "--goma-stats-file", 234 "--goma-stats-file",
235 "build_data_dir/goma_stats_proto", 235 "build_data_dir/goma_stats_proto",
236 "--goma-crash-report-id-file", 236 "--goma-crash-report-id-file",
237 "build_data_dir/crash_report_id_file", 237 "build_data_dir/crash_report_id_file",
238 "--build-data-dir", 238 "--build-data-dir",
239 "build_data_dir", 239 "build_data_dir",
240 "--buildbot-buildername", 240 "--buildbot-buildername",
241 "test_builder", 241 "test_builder",
(...skipping 27 matching lines...) Expand all
269 "~followup_annotations": [ 269 "~followup_annotations": [
270 "@@@STEP_NEST_LEVEL@1@@@" 270 "@@@STEP_NEST_LEVEL@1@@@"
271 ] 271 ]
272 }, 272 },
273 { 273 {
274 "name": "$result", 274 "name": "$result",
275 "recipe_result": null, 275 "recipe_result": null,
276 "status_code": 0 276 "status_code": 0
277 } 277 }
278 ] 278 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698