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

Issue 1686273002: Bot update cleanup (Closed)

Created:
4 years, 10 months ago by hinoka
Modified:
4 years, 10 months ago
CC:
chromium-reviews, dpranke+depot_tools_chromium.org, iannucci+depot_tools_chromium.org, Paweł Hajdan Jr.
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Bot update cleanup * Remove activation check * Remove messages * Remove deps2git * Remove build_internal pointer by: ** Moving chrome svn url into bot_update.py (This isn't secret anyways.) ** Move patch.exe into depot_tools (No reason this should've been internal...) ** Default everything to active, so no need for checks anyways. BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=298809

Patch Set 1 #

Patch Set 2 : Add internal ference #

Patch Set 3 : Also clean up recipes api #

Patch Set 4 : #

Total comments: 31

Patch Set 5 : Review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+380 lines, -696 lines) Patch
M recipe_modules/bot_update/api.py View 1 2 3 4 7 chunks +6 lines, -25 lines 0 comments Download
M recipe_modules/bot_update/example.py View 1 2 3 4 1 chunk +0 lines, -53 lines 0 comments Download
M recipe_modules/bot_update/example.expected/basic.json View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/example.expected/basic_output_manifest.json View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/example.expected/basic_with_branch_heads.json View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/example.expected/clobber.json View 1 2 2 chunks +16 lines, -9 lines 0 comments Download
M recipe_modules/bot_update/example.expected/forced.json View 1 2 2 chunks +1 line, -8 lines 0 comments Download
M recipe_modules/bot_update/example.expected/no_shallow.json View 1 2 2 chunks +16 lines, -9 lines 0 comments Download
D recipe_modules/bot_update/example.expected/off.json View 1 chunk +0 lines, -44 lines 0 comments Download
M recipe_modules/bot_update/example.expected/reset_root_solution_revision.json View 1 2 2 chunks +16 lines, -9 lines 0 comments Download
D recipe_modules/bot_update/example.expected/svn_mode.json View 1 chunk +0 lines, -60 lines 0 comments Download
M recipe_modules/bot_update/example.expected/trychange.json View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/example.expected/trychange_oauth2.json View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/example.expected/tryjob.json View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/example.expected/tryjob_fail.json View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/example.expected/tryjob_fail_patch.json View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/example.expected/tryjob_v8.json View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/resources/bot_update.py View 1 2 3 4 26 chunks +29 lines, -372 lines 0 comments Download
A recipe_modules/bot_update/resources/patch.exe View 1 2 3 4 Binary file 0 comments Download
M recipe_modules/bot_update/test_api.py View 1 2 1 chunk +35 lines, -47 lines 0 comments Download
A tests/bot_update_coverage_test.py View 1 2 3 1 chunk +261 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
hinoka
4 years, 10 months ago (2016-02-10 21:59:56 UTC) #2
iannucci
https://chromiumcodereview.appspot.com/1686273002/diff/60001/recipe_modules/bot_update/api.py File recipe_modules/bot_update/api.py (right): https://chromiumcodereview.appspot.com/1686273002/diff/60001/recipe_modules/bot_update/api.py#newcode1 recipe_modules/bot_update/api.py:1: # Copyright 2014 The Chromium Authors. All rights reserved. ...
4 years, 10 months ago (2016-02-11 00:56:21 UTC) #3
iannucci
Oh, also +interested parties
4 years, 10 months ago (2016-02-11 01:00:56 UTC) #5
iannucci
(and this is a tremendous improvement :) Let's make sure to actually follow through and ...
4 years, 10 months ago (2016-02-11 01:01:47 UTC) #6
martiniss
https://codereview.chromium.org/1686273002/diff/60001/recipe_modules/bot_update/resources/bot_update.py File recipe_modules/bot_update/resources/bot_update.py (right): https://codereview.chromium.org/1686273002/diff/60001/recipe_modules/bot_update/resources/bot_update.py#newcode1240 recipe_modules/bot_update/resources/bot_update.py:1240: emit_json(options.output_json, did_run=True) On 2016/02/11 at 00:56:20, iannucci wrote: > ...
4 years, 10 months ago (2016-02-11 10:31:48 UTC) #7
hinoka
https://chromiumcodereview.appspot.com/1686273002/diff/60001/recipe_modules/bot_update/api.py File recipe_modules/bot_update/api.py (right): https://chromiumcodereview.appspot.com/1686273002/diff/60001/recipe_modules/bot_update/api.py#newcode1 recipe_modules/bot_update/api.py:1: # Copyright 2014 The Chromium Authors. All rights reserved. ...
4 years, 10 months ago (2016-02-11 20:10:06 UTC) #8
iannucci
lgtm
4 years, 10 months ago (2016-02-11 23:02:50 UTC) #9
Ryan Tseng
I'll land this next monday
4 years, 10 months ago (2016-02-12 18:02:07 UTC) #11
Ryan Tseng
I meant, Tuesday
4 years, 10 months ago (2016-02-12 18:02:26 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1686273002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1686273002/80001
4 years, 10 months ago (2016-02-16 18:09:09 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (id:80001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=298809
4 years, 10 months ago (2016-02-16 18:11:20 UTC) #16
Ryan Tseng
4 years, 10 months ago (2016-02-17 19:39:21 UTC) #17
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.chromium.org/1706893003/ by hinoka@google.com.

The reason for reverting is: Separating change into smaller changes..

Powered by Google App Engine
This is Rietveld 408576698