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

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

Issue 2282563004: Do not exclude the last revision in the range returned by gitiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: typo Created 4 years, 3 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "-u", 138 "-u",
139 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y", 139 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y",
140 "a6298e4afedbf2cd461755ea6f45b0ad64222222", 140 "a6298e4afedbf2cd461755ea6f45b0ad64222222",
141 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 141 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
142 "https://chromium.googlesource.com/chromium/src" 142 "https://chromium.googlesource.com/chromium/src"
143 ], 143 ],
144 "name": "Expanding revision range.for revisions a6298e4afedbf2cd461755ea6f45 b0ad64222222:00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 144 "name": "Expanding revision range.for revisions a6298e4afedbf2cd461755ea6f45 b0ad64222222:00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
145 "stdout": "/path/to/tmp/json", 145 "stdout": "/path/to/tmp/json",
146 "~followup_annotations": [ 146 "~followup_annotations": [
147 "@@@STEP_NEST_LEVEL@1@@@", 147 "@@@STEP_NEST_LEVEL@1@@@",
148 "@@@STEP_LOG_LINE@json.output@[]@@@", 148 "@@@STEP_LOG_LINE@json.output@[@@@",
149 "@@@STEP_LOG_LINE@json.output@ [@@@",
150 "@@@STEP_LOG_LINE@json.output@ \"00316c9ddfb9d7b4e1ed2fff9fe6d964d21111 11\", @@@",
151 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@",
152 "@@@STEP_LOG_LINE@json.output@ ]@@@",
153 "@@@STEP_LOG_LINE@json.output@]@@@",
149 "@@@STEP_LOG_END@json.output@@@" 154 "@@@STEP_LOG_END@json.output@@@"
150 ] 155 ]
151 }, 156 },
152 { 157 {
153 "cmd": [ 158 "cmd": [
154 "python", 159 "python",
155 "-u", 160 "-u",
156 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 161 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
157 "--", 162 "--",
158 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 163 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 ], 376 ],
372 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d 2111111", 377 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d 2111111",
373 "stdout": "/path/to/tmp/" 378 "stdout": "/path/to/tmp/"
374 }, 379 },
375 { 380 {
376 "name": "$result", 381 "name": "$result",
377 "recipe_result": null, 382 "recipe_result": null,
378 "status_code": 0 383 "status_code": 0
379 } 384 }
380 ] 385 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698