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

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

Powered by Google App Engine
This is Rietveld 408576698