| Index: scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json
|
| diff --git a/scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json b/scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json
|
| index 0977f49bab32b71d1430c04e2bd916764a01726b..d36a588233140c16f3c67c040250c0dc68775c4e 100644
|
| --- a/scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json
|
| +++ b/scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json
|
| @@ -51,36 +51,46 @@
|
| },
|
| {
|
| "cmd": [
|
| - "git",
|
| - "log",
|
| - "--format=hash:%H",
|
| - "--grep",
|
| - "^Cr-Commit-Position: refs/heads/master@{#314017}",
|
| - "-1",
|
| - "origin/master"
|
| + "python",
|
| + "-u",
|
| + "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
|
| + "get_numbering",
|
| + "--params-file",
|
| + "{\"number\": 314017, \"numbering_identifier\": \"refs/heads/master\", \"numbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chromium/src\"}",
|
| + "--attempts",
|
| + "3"
|
| ],
|
| - "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
|
| - "name": "Resolving reference range.resolving commit_pos 314017",
|
| - "stdout": "/path/to/tmp/",
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "Resolving reference range.crrev get commit hash for refs/heads/master@{#314017}",
|
| + "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\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\"@@@",
|
| + "@@@STEP_LOG_LINE@json.output@}@@@",
|
| + "@@@STEP_LOG_END@json.output@@@"
|
| ]
|
| },
|
| {
|
| "cmd": [
|
| - "git",
|
| - "log",
|
| - "--format=hash:%H",
|
| - "--grep",
|
| - "^Cr-Commit-Position: refs/heads/master@{#314015}",
|
| - "-1",
|
| - "origin/master"
|
| + "python",
|
| + "-u",
|
| + "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
|
| + "get_numbering",
|
| + "--params-file",
|
| + "{\"number\": 314015, \"numbering_identifier\": \"refs/heads/master\", \"numbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chromium/src\"}",
|
| + "--attempts",
|
| + "3"
|
| ],
|
| - "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
|
| - "name": "Resolving reference range.resolving commit_pos 314015",
|
| - "stdout": "/path/to/tmp/",
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "Resolving reference range.crrev get commit hash for refs/heads/master@{#314015}",
|
| + "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@@@"
|
| ]
|
| },
|
| {
|
|
|