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

Unified Diff: scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_test.json

Issue 1801843002: Revert of Use the crrev recipe module to fetch commit hashes. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_direction_test.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_test.json
diff --git a/scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_test.json b/scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_test.json
index d20d6d403ea784e7ceddae61e1a9edf811f97e48..6d7ef4282c6c6a2a68dc7fe00279ff5e1b837c99 100644
--- a/scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_test.json
+++ b/scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_test.json
@@ -50,46 +50,36 @@
},
{
"cmd": [
- "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"
+ "git",
+ "log",
+ "--format=hash:%H",
+ "--grep",
+ "^Cr-Commit-Position: refs/heads/master@{#314017}",
+ "-1",
+ "origin/master"
],
- "cwd": "[SLAVE_BUILD]",
- "name": "Resolving reference range.crrev get commit hash for refs/heads/master@{#314017}",
- "stdout": "/path/to/tmp/json",
+ "cwd": "[TMP_BASE]/bogus_tmp_1",
+ "name": "Resolving reference range.resolving commit_pos 314017",
+ "stdout": "/path/to/tmp/",
"~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@",
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"deadbeef\"@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@"
+ "@@@STEP_NEST_LEVEL@1@@@"
]
},
{
"cmd": [
- "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"
+ "git",
+ "log",
+ "--format=hash:%H",
+ "--grep",
+ "^Cr-Commit-Position: refs/heads/master@{#314015}",
+ "-1",
+ "origin/master"
],
- "cwd": "[SLAVE_BUILD]",
- "name": "Resolving reference range.crrev get commit hash for refs/heads/master@{#314015}",
- "stdout": "/path/to/tmp/json",
+ "cwd": "[TMP_BASE]/bogus_tmp_1",
+ "name": "Resolving reference range.resolving commit_pos 314015",
+ "stdout": "/path/to/tmp/",
"~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@",
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"c001c0de\"@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@"
+ "@@@STEP_NEST_LEVEL@1@@@"
]
},
{
« no previous file with comments | « scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_direction_test.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698