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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Clang_Builder.json

Issue 2365933002: perf.fyi: Add 'mb' to the Win Clang Builder (Closed)
Patch Set: Created 4 years, 3 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/chromium_tests/chromium_perf_fyi.py ('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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 { 208 {
209 "cmd": [ 209 "cmd": [
210 "python", 210 "python",
211 "-u", 211 "-u",
212 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 212 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
213 "runhooks" 213 "runhooks"
214 ], 214 ],
215 "cwd": "[BUILDER_CACHE]\\Win_Clang_Builder\\src", 215 "cwd": "[BUILDER_CACHE]\\Win_Clang_Builder\\src",
216 "env": { 216 "env": {
217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
218 "GYP_CHROMIUM_NO_ACTION": "1",
218 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati c_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1" , 219 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati c_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1" ,
219 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 220 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
220 }, 221 },
221 "name": "gclient runhooks" 222 "name": "gclient runhooks"
222 }, 223 },
223 { 224 {
224 "cmd": [ 225 "cmd": [
225 "python", 226 "python",
226 "-u", 227 "-u",
227 "[BUILDER_CACHE]\\Win_Clang_Builder\\src\\testing\\scripts\\get_compile_ta rgets.py", 228 "[BUILDER_CACHE]\\Win_Clang_Builder\\src\\testing\\scripts\\get_compile_ta rgets.py",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "python", 262 "python",
262 "-u", 263 "-u",
263 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 264 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
264 "--show-path", 265 "--show-path",
265 "python", 266 "python",
266 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 267 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
267 ], 268 ],
268 "name": "cleanup_temp" 269 "name": "cleanup_temp"
269 }, 270 },
270 { 271 {
272 "cmd": [
273 "python",
274 "-u",
275 "[BUILDER_CACHE]\\Win_Clang_Builder\\src\\tools\\mb\\mb.py",
276 "gen",
277 "-m",
278 "chromium.perf.fyi",
279 "-b",
280 "Win Clang Builder",
281 "--config-file",
282 "[BUILDER_CACHE]\\Win_Clang_Builder\\src\\tools\\mb\\mb_config.pyl",
283 "--goma-dir",
284 "[CACHE]\\cipd\\goma",
285 "//out/Release"
286 ],
287 "cwd": "[BUILDER_CACHE]\\Win_Clang_Builder\\src",
288 "env": {
289 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
290 },
291 "name": "generate_build_files"
292 },
293 {
271 "allow_subannotations": true, 294 "allow_subannotations": true,
272 "cmd": [ 295 "cmd": [
273 "python", 296 "python",
274 "-u", 297 "-u",
275 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", 298 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py",
276 "--src-dir", 299 "--src-dir",
277 "[BUILDER_CACHE]\\Win_Clang_Builder\\src", 300 "[BUILDER_CACHE]\\Win_Clang_Builder\\src",
278 "--output-json", 301 "--output-json",
279 "/path/to/tmp/json" 302 "/path/to/tmp/json"
280 ], 303 ],
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 467 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
445 }, 468 },
446 "name": "process_dumps" 469 "name": "process_dumps"
447 }, 470 },
448 { 471 {
449 "name": "$result", 472 "name": "$result",
450 "recipe_result": null, 473 "recipe_result": null,
451 "status_code": 0 474 "status_code": 0
452 } 475 }
453 ] 476 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698