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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_none_existing_targets.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: Rebase. 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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 "@@@STEP_NEST_LEVEL@1@@@", 367 "@@@STEP_NEST_LEVEL@1@@@",
368 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@", 368 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@",
369 "@@@STEP_LOG_LINE@json.output@{}@@@", 369 "@@@STEP_LOG_LINE@json.output@{}@@@",
370 "@@@STEP_LOG_END@json.output@@@" 370 "@@@STEP_LOG_END@json.output@@@"
371 ] 371 ]
372 }, 372 },
373 { 373 {
374 "cmd": [ 374 "cmd": [
375 "python", 375 "python",
376 "-u", 376 "-u",
377 "[BUILD]/scripts/slave/cleanup_temp.py"
378 ],
379 "cwd": "[SLAVE_BUILD]",
380 "name": "test r1.cleanup_temp",
381 "~followup_annotations": [
382 "@@@STEP_NEST_LEVEL@1@@@"
383 ]
384 },
385 {
386 "cmd": [
387 "python",
388 "-u",
389 "[SLAVE_BUILD]/src/tools/mb/mb.py", 377 "[SLAVE_BUILD]/src/tools/mb/mb.py",
390 "gen", 378 "gen",
391 "-m", 379 "-m",
392 "chromium.linux", 380 "chromium.linux",
393 "-b", 381 "-b",
394 "Linux Builder", 382 "Linux Builder",
395 "--config-file", 383 "--config-file",
396 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 384 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
397 "--goma-dir", 385 "--goma-dir",
398 "[BUILD]/goma", 386 "[BUILD]/goma",
399 "//out/Release" 387 "//out/Release"
400 ], 388 ],
401 "cwd": "[SLAVE_BUILD]", 389 "cwd": "[SLAVE_BUILD]",
402 "name": "test r1.generate_build_files", 390 "name": "test r1.generate_build_files",
403 "~followup_annotations": [ 391 "~followup_annotations": [
404 "@@@STEP_NEST_LEVEL@1@@@" 392 "@@@STEP_NEST_LEVEL@1@@@"
405 ] 393 ]
406 }, 394 },
407 { 395 {
408 "cmd": [ 396 "cmd": [
409 "python", 397 "python",
410 "-u", 398 "-u",
411 "[BUILD]/scripts/slave/compile.py", 399 "RECIPE_MODULE[build::findit]/resources/check_target_existence.py",
400 "--target-build-dir",
401 "[SLAVE_BUILD]/src/out/Release",
412 "--target", 402 "--target",
413 "Release", 403 "gen/a/b/source.cc",
414 "--src-dir", 404 "--json-output",
415 "[SLAVE_BUILD]/src", 405 "/path/to/tmp/json"
416 "--build-tool",
417 "ninja",
418 "--compiler",
419 "goma",
420 "--goma-jsonstatus",
421 "/path/to/tmp/json",
422 "--goma-dir",
423 "[SLAVE_BUILD]/src/build/goma/client",
424 "--ninja-ensure-up-to-date",
425 "--",
426 "target_name"
427 ], 406 ],
428 "cwd": "[SLAVE_BUILD]", 407 "cwd": "[SLAVE_BUILD]",
429 "name": "test r1.compile", 408 "name": "test r1.check_targets",
430 "~followup_annotations": [ 409 "~followup_annotations": [
431 "@@@STEP_NEST_LEVEL@1@@@", 410 "@@@STEP_NEST_LEVEL@1@@@",
432 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 411 "@@@STEP_LOG_LINE@json.output@{@@@",
433 "@@@STEP_LOG_END@json.output (invalid)@@@" 412 "@@@STEP_LOG_LINE@json.output@ \"found\": [], @@@",
413 "@@@STEP_LOG_LINE@json.output@ \"not_found\": [@@@",
414 "@@@STEP_LOG_LINE@json.output@ \"gen/a/b/source.cc\"@@@",
415 "@@@STEP_LOG_LINE@json.output@ ]@@@",
416 "@@@STEP_LOG_LINE@json.output@}@@@",
417 "@@@STEP_LOG_END@json.output@@@"
434 ] 418 ]
435 }, 419 },
436 { 420 {
437 "cmd": [ 421 "cmd": [
438 "python", 422 "python",
439 "-u", 423 "-u",
440 "import sys; sys.exit(0)" 424 "import sys; sys.exit(0)"
441 ], 425 ],
442 "cwd": "[SLAVE_BUILD]", 426 "cwd": "[SLAVE_BUILD]",
443 "name": "report", 427 "name": "report",
444 "~followup_annotations": [ 428 "~followup_annotations": [
445 "@@@STEP_LOG_LINE@report@{@@@", 429 "@@@STEP_LOG_LINE@report@{@@@",
446 "@@@STEP_LOG_LINE@report@ \"result\": {@@@", 430 "@@@STEP_LOG_LINE@report@ \"result\": {@@@",
447 "@@@STEP_LOG_LINE@report@ \"r1\": \"passed\"@@@", 431 "@@@STEP_LOG_LINE@report@ \"r1\": \"skipped\"@@@",
448 "@@@STEP_LOG_LINE@report@ }, @@@", 432 "@@@STEP_LOG_LINE@report@ }, @@@",
449 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@", 433 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@",
450 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1@@@", 434 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1@@@",
451 "@@@STEP_LOG_LINE@report@ }@@@", 435 "@@@STEP_LOG_LINE@report@ }@@@",
452 "@@@STEP_LOG_LINE@report@}@@@", 436 "@@@STEP_LOG_LINE@report@}@@@",
453 "@@@STEP_LOG_END@report@@@", 437 "@@@STEP_LOG_END@report@@@",
454 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": \"passed\"}}@@@" 438 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": \"skipped\"}}@@@"
455 ] 439 ]
456 }, 440 },
457 { 441 {
458 "name": "$result", 442 "name": "$result",
459 "recipe_result": null, 443 "recipe_result": null,
460 "status_code": 0 444 "status_code": 0
461 } 445 }
462 ] 446 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698