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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/recipes/findit/chromium/compile.expected/compile_specified_targets.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/findit/chromium/compile.expected/failed_compile_upon_infra_failure.json
diff --git a/scripts/slave/recipes/findit/chromium/compile.expected/failed_compile_upon_infra_failure.json b/scripts/slave/recipes/findit/chromium/compile.expected/failed_compile_upon_infra_failure.json
index edd0a91b4d27a76149e1d17094a2b2ed662d3287..9c310ebf93e24fba2638a0df3e429108ea87a3dd 100644
--- a/scripts/slave/recipes/findit/chromium/compile.expected/failed_compile_upon_infra_failure.json
+++ b/scripts/slave/recipes/findit/chromium/compile.expected/failed_compile_upon_infra_failure.json
@@ -374,6 +374,53 @@
"cmd": [
"python",
"-u",
+ "[SLAVE_BUILD]/src/tools/mb/mb.py",
+ "gen",
+ "-m",
+ "chromium.linux",
+ "-b",
+ "Linux Builder",
+ "--config-file",
+ "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
+ "--goma-dir",
+ "[BUILD]/goma",
+ "//out/Release"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "test r1.generate_build_files",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[build::findit]/resources/check_target_existence.py",
+ "--target-build-dir",
+ "[SLAVE_BUILD]/src/out/Release",
+ "--target",
+ "target_name",
+ "--json-output",
+ "/path/to/tmp/json"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "test r1.check_targets",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"found\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"target_name\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ ], @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"not_found\": []@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[BUILD]/scripts/slave/cleanup_temp.py"
],
"cwd": "[SLAVE_BUILD]",
@@ -399,7 +446,7 @@
"//out/Release"
],
"cwd": "[SLAVE_BUILD]",
- "name": "test r1.generate_build_files",
+ "name": "test r1.generate_build_files (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
« no previous file with comments | « scripts/slave/recipes/findit/chromium/compile.expected/compile_specified_targets.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698