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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/failed_compile_upon_infra_failure.json

Issue 1766863002: [Findit] Check existence of given targets before running compile in recipe findit/chromium/compile. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@setup_local_test
Patch Set: . Created 4 years, 9 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_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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_variable", 10 "linux_variable",
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "@@@STEP_NEST_LEVEL@1@@@", 363 "@@@STEP_NEST_LEVEL@1@@@",
364 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@", 364 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@",
365 "@@@STEP_LOG_LINE@json.output@{}@@@", 365 "@@@STEP_LOG_LINE@json.output@{}@@@",
366 "@@@STEP_LOG_END@json.output@@@" 366 "@@@STEP_LOG_END@json.output@@@"
367 ] 367 ]
368 }, 368 },
369 { 369 {
370 "cmd": [ 370 "cmd": [
371 "python", 371 "python",
372 "-u", 372 "-u",
373 "[SLAVE_BUILD]/src/tools/mb/mb.py",
374 "gen",
375 "-m",
376 "chromium.linux",
377 "-b",
378 "Linux Builder",
379 "--config-file",
380 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
381 "--goma-dir",
382 "[BUILD]/goma",
383 "//out/Release"
384 ],
385 "cwd": "[SLAVE_BUILD]",
386 "name": "test r1.generate_build_files",
387 "~followup_annotations": [
388 "@@@STEP_NEST_LEVEL@1@@@"
389 ]
390 },
391 {
392 "cmd": [
393 "python",
394 "-u",
395 "[BUILD]/scripts/slave/check_target_existence.py",
396 "--target-build-dir",
397 "[SLAVE_BUILD]/src/out/Release",
398 "--target",
399 "target_name",
400 "--json-output",
401 "/path/to/tmp/json"
402 ],
403 "cwd": "[SLAVE_BUILD]",
404 "name": "test r1.check_targets",
405 "~followup_annotations": [
406 "@@@STEP_NEST_LEVEL@1@@@",
407 "@@@STEP_LOG_LINE@json.output@{@@@",
408 "@@@STEP_LOG_LINE@json.output@ \"found\": [@@@",
409 "@@@STEP_LOG_LINE@json.output@ \"target_name\"@@@",
410 "@@@STEP_LOG_LINE@json.output@ ], @@@",
411 "@@@STEP_LOG_LINE@json.output@ \"not_found\": []@@@",
412 "@@@STEP_LOG_LINE@json.output@}@@@",
413 "@@@STEP_LOG_END@json.output@@@"
414 ]
415 },
416 {
417 "cmd": [
418 "python",
419 "-u",
373 "[BUILD]/scripts/slave/cleanup_temp.py" 420 "[BUILD]/scripts/slave/cleanup_temp.py"
374 ], 421 ],
375 "cwd": "[SLAVE_BUILD]", 422 "cwd": "[SLAVE_BUILD]",
376 "name": "test r1.cleanup_temp", 423 "name": "test r1.cleanup_temp",
377 "~followup_annotations": [ 424 "~followup_annotations": [
378 "@@@STEP_NEST_LEVEL@1@@@" 425 "@@@STEP_NEST_LEVEL@1@@@"
379 ] 426 ]
380 }, 427 },
381 { 428 {
382 "cmd": [ 429 "cmd": [
383 "python", 430 "python",
384 "-u", 431 "-u",
385 "[SLAVE_BUILD]/src/tools/mb/mb.py", 432 "[SLAVE_BUILD]/src/tools/mb/mb.py",
386 "gen", 433 "gen",
387 "-m", 434 "-m",
388 "chromium.linux", 435 "chromium.linux",
389 "-b", 436 "-b",
390 "Linux Builder", 437 "Linux Builder",
391 "--config-file", 438 "--config-file",
392 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 439 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
393 "--goma-dir", 440 "--goma-dir",
394 "[BUILD]/goma", 441 "[BUILD]/goma",
395 "//out/Release" 442 "//out/Release"
396 ], 443 ],
397 "cwd": "[SLAVE_BUILD]", 444 "cwd": "[SLAVE_BUILD]",
398 "name": "test r1.generate_build_files", 445 "name": "test r1.generate_build_files (2)",
399 "~followup_annotations": [ 446 "~followup_annotations": [
400 "@@@STEP_NEST_LEVEL@1@@@" 447 "@@@STEP_NEST_LEVEL@1@@@"
401 ] 448 ]
402 }, 449 },
403 { 450 {
404 "cmd": [ 451 "cmd": [
405 "python", 452 "python",
406 "-u", 453 "-u",
407 "[BUILD]/scripts/slave/compile.py", 454 "[BUILD]/scripts/slave/compile.py",
408 "--target", 455 "--target",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "@@@STEP_LOG_END@report@@@", 504 "@@@STEP_LOG_END@report@@@",
458 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {}}@@@" 505 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {}}@@@"
459 ] 506 ]
460 }, 507 },
461 { 508 {
462 "name": "$result", 509 "name": "$result",
463 "reason": "Infra compile failure: Step Failure in test r1.compile", 510 "reason": "Infra compile failure: Step Failure in test r1.compile",
464 "status_code": 1 511 "status_code": 1
465 } 512 }
466 ] 513 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698