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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/no_tests.json

Issue 2403473002: filter: temporarily disable analyze_report (Closed)
Patch Set: Created 4 years, 2 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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 { 258 {
259 "cmd": [ 259 "cmd": [
260 "python", 260 "python",
261 "-u", 261 "-u",
262 "import sys; sys.exit(0)" 262 "import sys; sys.exit(0)"
263 ], 263 ],
264 "name": "analyze", 264 "name": "analyze",
265 "~followup_annotations": [ 265 "~followup_annotations": [
266 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", 266 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
267 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 267 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
268 "@@@STEP_LOG_END@excluded_files@@@" 268 "@@@STEP_LOG_END@excluded_files@@@",
269 ]
270 },
271 {
272 "cmd": [
273 "python",
274 "-u",
275 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
276 "--show-path",
277 "python",
278 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
279 "--event-mon-run-type",
280 "test",
281 "--master-name",
282 "tryserver.fake",
283 "--builder-name",
284 "ios-simulator",
285 "--build-id",
286 "0",
287 "--analyze-input",
288 "{\"additional_compile_targets\": [\"All\"], \"files\": [\"foo.cc\"], \"te st_targets\": []}",
289 "--analyze-output",
290 "{\"status\": \"Analyze disabled: matched exclusion\"}"
291 ],
292 "name": "analyze report",
293 "~followup_annotations": [
294 "@@@STEP_LOG_LINE@analyze_details@{@@@", 269 "@@@STEP_LOG_LINE@analyze_details@{@@@",
295 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 270 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
296 "@@@STEP_LOG_LINE@analyze_details@ \"All\"@@@", 271 "@@@STEP_LOG_LINE@analyze_details@ \"All\"@@@",
297 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 272 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
298 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 273 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
299 "@@@STEP_LOG_LINE@analyze_details@ \"All\"@@@", 274 "@@@STEP_LOG_LINE@analyze_details@ \"All\"@@@",
300 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 275 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
301 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 276 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
302 "@@@STEP_LOG_LINE@analyze_details@ \"All\"@@@", 277 "@@@STEP_LOG_LINE@analyze_details@ \"All\"@@@",
303 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 278 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 { 461 {
487 "cmd": [], 462 "cmd": [],
488 "name": "trigger" 463 "name": "trigger"
489 }, 464 },
490 { 465 {
491 "name": "$result", 466 "name": "$result",
492 "recipe_result": null, 467 "recipe_result": null,
493 "status_code": 0 468 "status_code": 0
494 } 469 }
495 ] 470 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/icu_patch.json ('k') | scripts/slave/recipes/ios/try.expected/parent.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698