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

Issue 2308193002: Remove bogus master/builder/slave/force parameters from bot_update. (Closed)

Created:
4 years, 3 months ago by iannucci
Modified:
4 years, 3 months ago
CC:
chromium-reviews, dpranke+depot_tools_chromium.org, iannucci+depot_tools_chromium.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Remove bogus master/builder/slave parameters from bot_update. Bot update now always runs regardless of environmental context. R=estaab@chromium.org, hinoka@chromium.org, martiniss@chromium.org, tandrii@chromium.org BUG=643885 Committed: https://chromium.googlesource.com/chromium/tools/depot_tools/+/16e7f097a7ab958c843fcc989856a47b842eb3d9

Patch Set 1 #

Total comments: 6

Patch Set 2 : Remove "forced" test case #

Patch Set 3 : rebase #

Patch Set 4 : re-do patch after recent CLs #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -382 lines) Patch
M recipe_modules/bot_update/__init__.py View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M recipe_modules/bot_update/api.py View 1 2 3 5 chunks +7 lines, -20 lines 0 comments Download
M recipe_modules/bot_update/example.py View 1 2 3 2 chunks +0 lines, -45 lines 0 comments Download
M recipe_modules/bot_update/example.expected/basic.json View 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/example.expected/basic_output_manifest.json View 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/example.expected/basic_with_branch_heads.json View 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/example.expected/clobber.json View 1 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/example.expected/gerrit_no_rebase_patch_ref.json View 1 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/example.expected/gerrit_no_reset.json View 1 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/example.expected/no_shallow.json View 1 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/example.expected/reset_root_solution_revision.json View 1 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/example.expected/trychange.json View 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/example.expected/trychange_oauth2.json View 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_gerrit_angle.json View 1 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/example.expected/tryjob_v8_head_by_default.json View 1 1 chunk +0 lines, -6 lines 0 comments Download
M recipe_modules/bot_update/resources/bot_update.py View 1 2 3 10 chunks +10 lines, -208 lines 3 comments Download
M recipe_modules/bot_update/test_api.py View 1 2 3 1 chunk +1 line, -4 lines 0 comments Download

Messages

Total messages: 22 (10 generated)
iannucci
This will have downstream effects. I want to prepare+review those CLs before this one lands.
4 years, 3 months ago (2016-09-03 01:27:49 UTC) #1
iannucci
but PTAL in the mean time :)
4 years, 3 months ago (2016-09-03 01:28:00 UTC) #2
estaab
lgtm https://codereview.chromium.org/2308193002/diff/1/recipe_modules/bot_update/example.py File recipe_modules/bot_update/example.py (right): https://codereview.chromium.org/2308193002/diff/1/recipe_modules/bot_update/example.py#newcode125 recipe_modules/bot_update/example.py:125: yield api.test('forced') + api.properties( Drop this one now? ...
4 years, 3 months ago (2016-09-03 01:52:25 UTC) #3
tandrii(chromium)
lgtm
4 years, 3 months ago (2016-09-07 13:29:37 UTC) #4
iannucci
https://chromiumcodereview.appspot.com/2308193002/diff/1/recipe_modules/bot_update/example.py File recipe_modules/bot_update/example.py (right): https://chromiumcodereview.appspot.com/2308193002/diff/1/recipe_modules/bot_update/example.py#newcode125 recipe_modules/bot_update/example.py:125: yield api.test('forced') + api.properties( On 2016/09/03 at 01:52:25, estaab ...
4 years, 3 months ago (2016-09-07 19:21:42 UTC) #5
iannucci
please take another look. Trying to keep this patch as small as possible. There's lots ...
4 years, 3 months ago (2016-09-08 18:27:39 UTC) #12
tandrii(chromium)
lgtm
4 years, 3 months ago (2016-09-08 18:32:46 UTC) #13
agable
lgtm
4 years, 3 months ago (2016-09-08 18:33:38 UTC) #14
Ryan Tseng
lgtm https://chromiumcodereview.appspot.com/2308193002/diff/60001/recipe_modules/bot_update/resources/bot_update.py File recipe_modules/bot_update/resources/bot_update.py (right): https://chromiumcodereview.appspot.com/2308193002/diff/60001/recipe_modules/bot_update/resources/bot_update.py#newcode1307 recipe_modules/bot_update/resources/bot_update.py:1307: if active: always active https://chromiumcodereview.appspot.com/2308193002/diff/60001/recipe_modules/bot_update/resources/bot_update.py#newcode1489 recipe_modules/bot_update/resources/bot_update.py:1489: except Inactive: ...
4 years, 3 months ago (2016-09-08 18:34:55 UTC) #16
iannucci
https://chromiumcodereview.appspot.com/2308193002/diff/60001/recipe_modules/bot_update/resources/bot_update.py File recipe_modules/bot_update/resources/bot_update.py (right): https://chromiumcodereview.appspot.com/2308193002/diff/60001/recipe_modules/bot_update/resources/bot_update.py#newcode1489 recipe_modules/bot_update/resources/bot_update.py:1489: except Inactive: On 2016/09/08 at 18:34:54, Ryan Tseng wrote: ...
4 years, 3 months ago (2016-09-08 18:39:06 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2308193002/60001
4 years, 3 months ago (2016-09-08 18:39:17 UTC) #20
commit-bot: I haz the power
4 years, 3 months ago (2016-09-08 18:42:17 UTC) #22
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/tools/depot_tools/+/16e7f097a7ab95...

Powered by Google App Engine
This is Rietveld 408576698