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

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

Issue 2357343004: chromium_tests: automatically set up test genrators (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
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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "--show-path", 270 "--show-path",
271 "python", 271 "python",
272 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 272 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
273 ], 273 ],
274 "name": "cleanup_temp" 274 "name": "cleanup_temp"
275 }, 275 },
276 { 276 {
277 "cmd": [ 277 "cmd": [
278 "python", 278 "python",
279 "-u", 279 "-u",
280 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py",
281 "--build-dir",
282 "[BUILDER_CACHE]\\Win_Builder\\src\\out\\Release_x64",
283 "--clean-isolated-files"
284 ],
285 "name": "clean isolated files"
286 },
287 {
288 "cmd": [
289 "python",
290 "-u",
280 "[BUILDER_CACHE]\\Win_Builder\\src\\tools\\mb\\mb.py", 291 "[BUILDER_CACHE]\\Win_Builder\\src\\tools\\mb\\mb.py",
281 "gen", 292 "gen",
282 "-m", 293 "-m",
283 "chromium.perf.fyi", 294 "chromium.perf.fyi",
284 "-b", 295 "-b",
285 "Win Builder", 296 "Win Builder",
286 "--config-file", 297 "--config-file",
287 "[BUILDER_CACHE]\\Win_Builder\\src\\tools\\mb\\mb_config.pyl", 298 "[BUILDER_CACHE]\\Win_Builder\\src\\tools\\mb\\mb_config.pyl",
288 "--goma-dir", 299 "--goma-dir",
289 "[CACHE]\\cipd\\goma", 300 "[CACHE]\\cipd\\goma",
301 "--swarming-targets-file",
302 "browser_tests\n",
290 "//out/Release_x64" 303 "//out/Release_x64"
291 ], 304 ],
292 "cwd": "[BUILDER_CACHE]\\Win_Builder\\src", 305 "cwd": "[BUILDER_CACHE]\\Win_Builder\\src",
293 "env": { 306 "env": {
294 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 307 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
295 }, 308 },
296 "name": "generate_build_files" 309 "name": "generate_build_files",
310 "~followup_annotations": [
311 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
312 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
313 ]
297 }, 314 },
298 { 315 {
299 "cmd": [ 316 "cmd": [
300 "python", 317 "python",
301 "-u", 318 "-u",
302 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 319 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
303 "--show-path", 320 "--show-path",
304 "python", 321 "python",
305 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 322 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
306 "--gsutil-py-path", 323 "--gsutil-py-path",
(...skipping 20 matching lines...) Expand all
327 "goma", 344 "goma",
328 "--goma-jsonstatus", 345 "--goma-jsonstatus",
329 "/path/to/tmp/json", 346 "/path/to/tmp/json",
330 "--goma-service-account-json-file", 347 "--goma-service-account-json-file",
331 "C:\\creds\\service_accounts\\service-account-goma-client.json", 348 "C:\\creds\\service_accounts\\service-account-goma-client.json",
332 "--mode", 349 "--mode",
333 "official", 350 "official",
334 "--goma-dir", 351 "--goma-dir",
335 "[CACHE]\\cipd\\goma", 352 "[CACHE]\\cipd\\goma",
336 "--", 353 "--",
354 "browser_tests",
355 "browser_tests_run",
337 "chrome", 356 "chrome",
338 "chromium_builder_perf" 357 "chromium_builder_perf"
339 ], 358 ],
340 "env": { 359 "env": {
341 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 360 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
342 }, 361 },
343 "name": "compile", 362 "name": "compile",
344 "~followup_annotations": [ 363 "~followup_annotations": [
345 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 364 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
346 "@@@STEP_LOG_END@json.output (invalid)@@@" 365 "@@@STEP_LOG_END@json.output (invalid)@@@"
347 ] 366 ]
348 }, 367 },
349 { 368 {
369 "cmd": [
370 "python",
371 "-u",
372 "[BUILDER_CACHE]\\Win_Builder\\src\\tools\\determinism\\remove_build_metad ata.py",
373 "--build-dir",
374 "[BUILDER_CACHE]\\Win_Builder\\src\\out\\Release_x64"
375 ],
376 "cwd": "[SLAVE_BUILD]",
377 "name": "remove_build_metadata"
378 },
379 {
380 "cmd": [
381 "python",
382 "-u",
383 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
384 "[BUILDER_CACHE]\\Win_Builder\\src\\tools\\swarming_client",
385 "batcharchive",
386 "--dump-json",
387 "/path/to/tmp/json",
388 "--isolate-server",
389 "https://isolateserver.appspot.com",
390 "--verbose",
391 "[BUILDER_CACHE]\\Win_Builder\\src\\out\\Release_x64\\browser_tests.isolat ed.gen.json"
392 ],
393 "name": "isolate tests",
394 "~followup_annotations": [
395 "@@@STEP_LOG_LINE@json.output@{@@@",
396 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
397 "@@@STEP_LOG_LINE@json.output@}@@@",
398 "@@@STEP_LOG_END@json.output@@@"
399 ]
400 },
401 {
350 "allow_subannotations": true, 402 "allow_subannotations": true,
351 "cmd": [ 403 "cmd": [
352 "python", 404 "python",
353 "-u", 405 "-u",
354 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 406 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
355 "--show-path", 407 "--show-path",
356 "python", 408 "python",
357 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", 409 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py",
358 "--target", 410 "--target",
359 "Release_x64", 411 "Release_x64",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 501 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
450 }, 502 },
451 "name": "process_dumps" 503 "name": "process_dumps"
452 }, 504 },
453 { 505 {
454 "name": "$result", 506 "name": "$result",
455 "recipe_result": null, 507 "recipe_result": null,
456 "status_code": 0 508 "status_code": 0
457 } 509 }
458 ] 510 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698