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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/windows_bisector.json

Issue 1829583002: Enabling descent into catapult rolls. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@hax
Patch Set: Updating expectations, rebasing. Created 4 years, 8 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 "git", 4 "git",
5 "update-ref", 5 "update-ref",
6 "refs/heads/master", 6 "refs/heads/master",
7 "refs/remotes/origin/master" 7 "refs/remotes/origin/master"
8 ], 8 ],
9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
10 "name": "git update-ref" 10 "name": "git update-ref"
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "DEPS", 101 "DEPS",
102 "--commit", 102 "--commit",
103 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 103 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
104 ], 104 ],
105 "cwd": "[SLAVE_BUILD]", 105 "cwd": "[SLAVE_BUILD]",
106 "name": "Resolving reference range.fetch file 00316c9ddfb9d7b4e1ed2fff9fe6d9 64d2111111:DEPS", 106 "name": "Resolving reference range.fetch file 00316c9ddfb9d7b4e1ed2fff9fe6d9 64d2111111:DEPS",
107 "stdout": "/path/to/tmp/", 107 "stdout": "/path/to/tmp/",
108 "~followup_annotations": [ 108 "~followup_annotations": [
109 "@@@STEP_NEST_LEVEL@1@@@", 109 "@@@STEP_NEST_LEVEL@1@@@",
110 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", 110 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@",
111 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@",
112 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@angle: None@@@",
111 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", 113 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@",
112 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@angle: None@@@",
113 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" 114 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@"
114 ] 115 ]
115 }, 116 },
116 { 117 {
117 "cmd": [ 118 "cmd": [
118 "python", 119 "python",
119 "-u", 120 "-u",
120 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 121 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
121 "DEPS", 122 "DEPS",
122 "--commit", 123 "--commit",
123 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 124 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
124 ], 125 ],
125 "cwd": "[SLAVE_BUILD]", 126 "cwd": "[SLAVE_BUILD]",
126 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0 ad64222222:DEPS", 127 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0 ad64222222:DEPS",
127 "stdout": "/path/to/tmp/", 128 "stdout": "/path/to/tmp/",
128 "~followup_annotations": [ 129 "~followup_annotations": [
129 "@@@STEP_NEST_LEVEL@1@@@", 130 "@@@STEP_NEST_LEVEL@1@@@",
130 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", 131 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@",
132 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@",
133 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@angle: None@@@",
131 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", 134 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@",
132 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@angle: None@@@",
133 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" 135 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
134 ] 136 ]
135 }, 137 },
136 { 138 {
137 "cmd": [], 139 "cmd": [],
138 "cwd": "[SLAVE_BUILD]", 140 "cwd": "[SLAVE_BUILD]",
139 "name": "Expanding revision range" 141 "name": "Expanding revision range"
140 }, 142 },
141 { 143 {
142 "cmd": [ 144 "cmd": [
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 "@@@STEP_LOG_LINE@json.output@}@@@", 853 "@@@STEP_LOG_LINE@json.output@}@@@",
852 "@@@STEP_LOG_END@json.output@@@" 854 "@@@STEP_LOG_END@json.output@@@"
853 ] 855 ]
854 }, 856 },
855 { 857 {
856 "name": "$result", 858 "name": "$result",
857 "recipe_result": null, 859 "recipe_result": null,
858 "status_code": 0 860 "status_code": 0
859 } 861 }
860 ] 862 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698