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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_arm.json

Issue 1929553002: analyze: implement mechanism to ignore some file changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fixes Created 4 years, 7 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 | Annotate | Revision Log
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_arm", 10 "linux_arm",
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 ] 261 ]
262 }, 262 },
263 { 263 {
264 "cmd": [ 264 "cmd": [
265 "python", 265 "python",
266 "-u", 266 "-u",
267 "import sys; sys.exit(0)" 267 "import sys; sys.exit(0)"
268 ], 268 ],
269 "name": "analyze", 269 "name": "analyze",
270 "~followup_annotations": [ 270 "~followup_annotations": [
271 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
271 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 272 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
272 "@@@STEP_LOG_END@excluded_files@@@", 273 "@@@STEP_LOG_END@excluded_files@@@",
273 "@@@STEP_LOG_LINE@analyze_details@{@@@", 274 "@@@STEP_LOG_LINE@analyze_details@{@@@",
274 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @", 275 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
275 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 276 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
276 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 277 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
277 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 278 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
278 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", 279 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@",
279 "@@@STEP_LOG_LINE@analyze_details@}@@@", 280 "@@@STEP_LOG_LINE@analyze_details@}@@@",
280 "@@@STEP_LOG_END@analyze_details@@@" 281 "@@@STEP_LOG_END@analyze_details@@@"
281 ] 282 ]
282 }, 283 },
283 { 284 {
284 "cmd": [ 285 "cmd": [
285 "python", 286 "python",
286 "-u", 287 "-u",
287 "import sys; sys.exit(0)" 288 "import sys; sys.exit(0)"
288 ], 289 ],
289 "name": "mark: before_tests" 290 "name": "mark: before_tests"
290 }, 291 },
291 { 292 {
292 "name": "$result", 293 "name": "$result",
293 "recipe_result": null, 294 "recipe_result": null,
294 "status_code": 0 295 "status_code": 0
295 } 296 }
296 ] 297 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698