| Index: scripts/slave/recipes/bisect.expected/broken_good_revision_test.json
|
| diff --git a/scripts/slave/recipes/bisect.expected/broken_good_revision_test.json b/scripts/slave/recipes/bisect.expected/broken_good_revision_test.json
|
| index f6d553e99b86a4e49e224650473c36f259ab2b44..a3413a208d66a5e17bd8c0cac530df11c69a3c7e 100644
|
| --- a/scripts/slave/recipes/bisect.expected/broken_good_revision_test.json
|
| +++ b/scripts/slave/recipes/bisect.expected/broken_good_revision_test.json
|
| @@ -210,36 +210,46 @@
|
| },
|
| {
|
| "cmd": [
|
| - "git",
|
| - "log",
|
| - "--format=hash:%H",
|
| - "--grep",
|
| - "^Cr-Commit-Position: refs/heads/master@{#306478}",
|
| - "-1",
|
| - "origin/master"
|
| + "python",
|
| + "-u",
|
| + "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
|
| + "get_numbering",
|
| + "--params-file",
|
| + "{\"number\": 306478, \"numbering_identifier\": \"refs/heads/master\", \"numbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chromium/src\"}",
|
| + "--attempts",
|
| + "3"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/src",
|
| - "name": "Resolving reference range.resolving commit_pos 306478",
|
| - "stdout": "/path/to/tmp/",
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "Resolving reference range.crrev get commit hash for refs/heads/master@{#306478}",
|
| + "stdout": "/path/to/tmp/json",
|
| "~followup_annotations": [
|
| - "@@@STEP_NEST_LEVEL@1@@@"
|
| + "@@@STEP_NEST_LEVEL@1@@@",
|
| + "@@@STEP_LOG_LINE@json.output@{@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222\"@@@",
|
| + "@@@STEP_LOG_LINE@json.output@}@@@",
|
| + "@@@STEP_LOG_END@json.output@@@"
|
| ]
|
| },
|
| {
|
| "cmd": [
|
| - "git",
|
| - "log",
|
| - "--format=hash:%H",
|
| - "--grep",
|
| - "^Cr-Commit-Position: refs/heads/master@{#306475}",
|
| - "-1",
|
| - "origin/master"
|
| + "python",
|
| + "-u",
|
| + "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
|
| + "get_numbering",
|
| + "--params-file",
|
| + "{\"number\": 306475, \"numbering_identifier\": \"refs/heads/master\", \"numbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chromium/src\"}",
|
| + "--attempts",
|
| + "3"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/src",
|
| - "name": "Resolving reference range.resolving commit_pos 306475",
|
| - "stdout": "/path/to/tmp/",
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "Resolving reference range.crrev get commit hash for refs/heads/master@{#306475}",
|
| + "stdout": "/path/to/tmp/json",
|
| "~followup_annotations": [
|
| - "@@@STEP_NEST_LEVEL@1@@@"
|
| + "@@@STEP_NEST_LEVEL@1@@@",
|
| + "@@@STEP_LOG_LINE@json.output@{@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\"@@@",
|
| + "@@@STEP_LOG_LINE@json.output@}@@@",
|
| + "@@@STEP_LOG_END@json.output@@@"
|
| ]
|
| },
|
| {
|
|
|