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/bisect.expected/basic.json

Issue 940123005: Adding ability to bisect recipe to bisect into dependency repos. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@hax
Patch Set: Further expansion of example.py for auto_bisect. Created 5 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisect_builder", 10 "linux_perf_bisect_builder",
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 }, 531 },
532 { 532 {
533 "cmd": [ 533 "cmd": [
534 "git", 534 "git",
535 "show", 535 "show",
536 "--name-only", 536 "--name-only",
537 "--pretty=format:", 537 "--pretty=format:",
538 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 538 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
539 ], 539 ],
540 "cwd": "[SLAVE_BUILD]/src", 540 "cwd": "[SLAVE_BUILD]/src",
541 "name": "git show", 541 "name": "Checking DEPS for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
542 "stdout": "/path/to/tmp/" 542 "stdout": "/path/to/tmp/"
543 }, 543 },
544 { 544 {
545 "allow_subannotations": true, 545 "allow_subannotations": true,
546 "cmd": [ 546 "cmd": [
547 "python", 547 "python",
548 "-u", 548 "-u",
549 "[BUILD]/scripts/slave/recipe_modules/auto_bisect/resources/annotated_resu lts.py" 549 "[BUILD]/scripts/slave/recipe_modules/auto_bisect/resources/annotated_resu lts.py"
550 ], 550 ],
551 "name": "results", 551 "name": "results",
552 "stdin": "{\"header\": \"Succeeded.\", \"revisions\": [{\"std_err\": 10, \"c ulprit\": false, \"good_or_bad\": \"good\", \"mean_value\": 80, \"tested\": \"te sted\", \"revision_string\": \"306475\", \"commit_pos\": 306475}, {\"std_err\": 2, \"culprit\": false, \"good_or_bad\": \"good\", \"mean_value\": 70, \"tested\" : \"tested\", \"revision_string\": \"306476\", \"commit_pos\": 306476}, {\"std_e rr\": 1, \"culprit\": true, \"good_or_bad\": \"bad\", \"mean_value\": 15, \"test ed\": \"tested\", \"revision_string\": \"306477\", \"commit_pos\": 306477}, {\"s td_err\": 1, \"culprit\": false, \"good_or_bad\": \"bad\", \"mean_value\": 20, \ "tested\": \"tested\", \"revision_string\": \"src@a6298e4afedbf2cd461755ea6f45b0 ad64222222\", \"commit_pos\": 306478}]}" 552 "stdin": "{\"header\": \"Succeeded.\", \"revisions\": [{\"std_err\": 10, \"c ulprit\": false, \"good_or_bad\": \"good\", \"mean_value\": 80, \"tested\": \"te sted\", \"revision_string\": \"306475\", \"commit_pos\": 306475}, {\"std_err\": 2, \"culprit\": false, \"good_or_bad\": \"good\", \"mean_value\": 70, \"tested\" : \"tested\", \"revision_string\": \"306476\", \"commit_pos\": 306476}, {\"std_e rr\": 1, \"culprit\": true, \"good_or_bad\": \"bad\", \"mean_value\": 15, \"test ed\": \"tested\", \"revision_string\": \"306477\", \"commit_pos\": 306477}, {\"s td_err\": 1, \"culprit\": false, \"good_or_bad\": \"bad\", \"mean_value\": 20, \ "tested\": \"tested\", \"revision_string\": \"src@a6298e4afedbf2cd461755ea6f45b0 ad64222222\", \"commit_pos\": 306478}]}"
553 } 553 }
554 ] 554 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698