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

Issue 1773933002: Use the crrev recipe module to fetch commit hashes. (Closed)

Created:
4 years, 9 months ago by qyearsley
Modified:
4 years, 9 months ago
Reviewers:
RobertoCN, prasadv
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org, prasadv
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Use the crrev recipe module to fetch commit hashes. BUG=585563 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299254

Patch Set 1 #

Patch Set 2 : Update other bisect & bisect_test recipe expectations #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+670 lines, -458 lines) Patch
M scripts/slave/recipe_modules/auto_bisect/__init__.py View 1 chunk +7 lines, -6 lines 1 comment Download
M scripts/slave/recipe_modules/auto_bisect/bisector.py View 1 1 chunk +7 lines, -1 line 1 comment Download
M scripts/slave/recipe_modules/auto_bisect/example.py View 1 chunk +6 lines, -5 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json View 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/android_bisector.json View 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/basic.json View 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_script.json View 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build_test.json View 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/failed_test.json View 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/mac_bisector.json View 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/missing_metric_test.json View 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/reversed_basic.json View 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/windows_bisector.json View 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/windows_x64_bisector.json View 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipes/bisect.py View 1 1 chunk +6 lines, -4 lines 3 comments Download
M scripts/slave/recipes/bisect.expected/basic.json View 1 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipes/bisect.expected/basic_return_code_test.json View 1 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipes/bisect.expected/broken_bad_revision_test.json View 1 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipes/bisect.expected/broken_good_revision_test.json View 1 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipes/bisect_test/example_bisect_results.py View 1 1 chunk +4 lines, -2 lines 0 comments Download
M scripts/slave/recipes/bisect_test/example_bisect_results.expected/aborted_non_telemetry_test.json View 1 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipes/bisect_test/example_bisect_results.expected/basic_test.json View 1 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipes/bisect_test/example_bisect_results.expected/deps_culprit_test.json View 1 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_direction_test.json View 1 1 chunk +32 lines, -22 lines 0 comments Download
M scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_test.json View 1 1 chunk +32 lines, -22 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
qyearsley
https://codereview.chromium.org/1773933002/diff/20001/scripts/slave/recipe_modules/auto_bisect/__init__.py File scripts/slave/recipe_modules/auto_bisect/__init__.py (right): https://codereview.chromium.org/1773933002/diff/20001/scripts/slave/recipe_modules/auto_bisect/__init__.py#newcode26 scripts/slave/recipe_modules/auto_bisect/__init__.py:26: ] The change to this file should just be ...
4 years, 9 months ago (2016-03-07 23:32:53 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1773933002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1773933002/20001
4 years, 9 months ago (2016-03-07 23:39:49 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-07 23:44:20 UTC) #6
qyearsley
On 2016/03/07 at 23:44:20, commit-bot wrote: > Dry run: This issue passed the CQ dry ...
4 years, 9 months ago (2016-03-11 18:23:47 UTC) #7
RobertoCN
LGTM with question. https://codereview.chromium.org/1773933002/diff/20001/scripts/slave/recipes/bisect.py File scripts/slave/recipes/bisect.py (right): https://codereview.chromium.org/1773933002/diff/20001/scripts/slave/recipes/bisect.py#newcode267 scripts/slave/recipes/bisect.py:267: commit_pos = 'refs/heads/master@{#%s}' % commit_pos_number Question: ...
4 years, 9 months ago (2016-03-11 18:40:23 UTC) #8
prasadv
lgtm
4 years, 9 months ago (2016-03-11 18:52:07 UTC) #10
qyearsley
https://codereview.chromium.org/1773933002/diff/20001/scripts/slave/recipes/bisect.py File scripts/slave/recipes/bisect.py (right): https://codereview.chromium.org/1773933002/diff/20001/scripts/slave/recipes/bisect.py#newcode267 scripts/slave/recipes/bisect.py:267: commit_pos = 'refs/heads/master@{#%s}' % commit_pos_number On 2016/03/11 at 18:40:23, ...
4 years, 9 months ago (2016-03-11 18:57:50 UTC) #11
qyearsley
https://codereview.chromium.org/1773933002/diff/20001/scripts/slave/recipes/bisect.py File scripts/slave/recipes/bisect.py (right): https://codereview.chromium.org/1773933002/diff/20001/scripts/slave/recipes/bisect.py#newcode267 scripts/slave/recipes/bisect.py:267: commit_pos = 'refs/heads/master@{#%s}' % commit_pos_number On 2016/03/11 at 18:57:50, ...
4 years, 9 months ago (2016-03-11 20:07:02 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1773933002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1773933002/20001
4 years, 9 months ago (2016-03-11 22:50:40 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=299254
4 years, 9 months ago (2016-03-11 22:55:01 UTC) #16
qyearsley
4 years, 9 months ago (2016-03-14 17:30:44 UTC) #17
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/1801843002/ by qyearsley@chromium.org.

The reason for reverting is: Causing failures e.g.:

https://build.chromium.org/p/tryserver.chromium.perf/builders/android_fyi_per....

Powered by Google App Engine
This is Rietveld 408576698