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

Issue 1339613005: Refactoring scripts that wait for buildbot jobs to complete. (Closed)

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

Description

Refactoring scripts that wait for buildbot jobs to complete. R=prasadv BUG=534583 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=296830

Patch Set 1 #

Patch Set 2 : . #

Total comments: 21

Patch Set 3 : Fixing missing link to failed build on the waiting step. #

Patch Set 4 : Addressing feedback. #

Patch Set 5 : Addressed all issues stemming from local test. #

Total comments: 2

Patch Set 6 : removing blank line #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1095 lines, -952 lines) Patch
M scripts/slave/recipe_modules/auto_bisect/bisector.py View 1 2 3 4 5 2 chunks +67 lines, -41 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.py View 1 2 3 11 chunks +68 lines, -14 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json View 1 5 chunks +42 lines, -29 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/android_bisector.json View 1 5 chunks +42 lines, -29 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/bad_deps_syntax.json View 1 5 chunks +35 lines, -29 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/basic.json View 1 5 chunks +42 lines, -29 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_script.json View 1 3 4 5 chunks +42 lines, -29 lines 0 comments Download
A + scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build_test.json View 1 2 3 4 5 chunks +34 lines, -226 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/failed_git_hash_object.json View 1 5 chunks +35 lines, -29 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/failed_test.json View 1 2 5 chunks +35 lines, -29 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/mac_bisector.json View 1 5 chunks +42 lines, -29 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/missing_deps_entry.json View 1 5 chunks +35 lines, -29 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/missing_vars_entry.json View 1 5 chunks +35 lines, -29 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/reversed_basic.json View 1 5 chunks +35 lines, -29 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/windows_bisector.json View 1 5 chunks +42 lines, -29 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/example.expected/windows_x64_bisector.json View 1 5 chunks +42 lines, -29 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/perf_revision_state.py View 1 2 3 4 chunks +23 lines, -19 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/resources/check_buildbot.py View 1 2 3 4 2 chunks +54 lines, -22 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/resources/wait_for_any.py View 1 2 3 4 2 chunks +182 lines, -69 lines 0 comments Download
M scripts/slave/recipe_modules/auto_bisect/revision_state.py View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M scripts/slave/recipes/bisect.expected/basic.json View 1 3 4 7 chunks +42 lines, -46 lines 0 comments Download
M scripts/slave/recipes/bisect.expected/basic_return_code_test.json View 1 3 4 7 chunks +42 lines, -46 lines 0 comments Download
M scripts/slave/recipes/bisect.expected/broken_bad_revision_test.json View 1 3 4 3 chunks +18 lines, -22 lines 0 comments Download
M scripts/slave/recipes/bisect.expected/broken_good_revision_test.json View 1 3 4 3 chunks +18 lines, -22 lines 0 comments Download
M scripts/slave/recipes/bisect.expected/encoded_config_test.json View 1 3 4 7 chunks +42 lines, -46 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
RobertoCN
PTAL
5 years, 3 months ago (2015-09-16 22:43:51 UTC) #1
prasadv
https://codereview.chromium.org/1339613005/diff/20001/scripts/slave/recipe_modules/auto_bisect/bisector.py File scripts/slave/recipe_modules/auto_bisect/bisector.py (left): https://codereview.chromium.org/1339613005/diff/20001/scripts/slave/recipe_modules/auto_bisect/bisector.py#oldcode490 scripts/slave/recipe_modules/auto_bisect/bisector.py:490: step_result.presentation.links['Failed build'] = url This is missing. https://codereview.chromium.org/1339613005/diff/20001/scripts/slave/recipe_modules/auto_bisect/bisector.py File ...
5 years, 3 months ago (2015-09-17 22:33:35 UTC) #2
RobertoCN
Done with all feedback, please take a look. https://codereview.chromium.org/1339613005/diff/20001/scripts/slave/recipe_modules/auto_bisect/bisector.py File scripts/slave/recipe_modules/auto_bisect/bisector.py (left): https://codereview.chromium.org/1339613005/diff/20001/scripts/slave/recipe_modules/auto_bisect/bisector.py#oldcode490 scripts/slave/recipe_modules/auto_bisect/bisector.py:490: step_result.presentation.links['Failed ...
5 years, 3 months ago (2015-09-19 00:32:55 UTC) #3
RobertoCN
Local tests now pass, ptal.
5 years, 3 months ago (2015-09-22 22:16:05 UTC) #4
prasadv
lgtm https://codereview.chromium.org/1339613005/diff/80001/scripts/slave/recipe_modules/auto_bisect/bisector.py File scripts/slave/recipe_modules/auto_bisect/bisector.py (right): https://codereview.chromium.org/1339613005/diff/80001/scripts/slave/recipe_modules/auto_bisect/bisector.py#newcode463 scripts/slave/recipe_modules/auto_bisect/bisector.py:463: Delete this blank line.
5 years, 3 months ago (2015-09-22 23:00:15 UTC) #5
RobertoCN
https://codereview.chromium.org/1339613005/diff/80001/scripts/slave/recipe_modules/auto_bisect/bisector.py File scripts/slave/recipe_modules/auto_bisect/bisector.py (right): https://codereview.chromium.org/1339613005/diff/80001/scripts/slave/recipe_modules/auto_bisect/bisector.py#newcode463 scripts/slave/recipe_modules/auto_bisect/bisector.py:463: On 2015/09/22 23:00:15, prasadv wrote: > Delete this blank ...
5 years, 3 months ago (2015-09-23 00:01:35 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1339613005/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1339613005/100001
5 years, 3 months ago (2015-09-23 00:02:02 UTC) #9
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 00:06:26 UTC) #10
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
http://src.chromium.org/viewvc/chrome?view=rev&revision=296830

Powered by Google App Engine
This is Rietveld 408576698