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

Issue 7063004: Allowing project name to be used to select groups of bots. (Closed)

Created:
9 years, 7 months ago by bradn
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Dirk Pranke
Visibility:
Public.

Description

Allowing project name to be used to select groups of bots. BUG=79546 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86460

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -4 lines) Patch
M presubmit_support.py View 1 5 chunks +13 lines, -4 lines 0 comments Download
M trychange.py View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
bradn
9 years, 7 months ago (2011-05-23 18:53:44 UTC) #1
M-A Ruel
non-enthusiast lgtm http://codereview.chromium.org/7063004/diff/1/presubmit_support.py File presubmit_support.py (right): http://codereview.chromium.org/7063004/diff/1/presubmit_support.py#newcode883 presubmit_support.py:883: context = {'project': project} I don't like ...
9 years, 7 months ago (2011-05-24 17:29:42 UTC) #2
bradn
PTAL Why the lack of enthusiasm? You're concerned about supporting this option? On Tue, May ...
9 years, 7 months ago (2011-05-24 18:49:47 UTC) #3
M-A Ruel
On 2011/05/24 18:49:47, bradn wrote: > PTAL > > Why the lack of enthusiasm? You're ...
9 years, 7 months ago (2011-05-24 18:52:59 UTC) #4
M-A Ruel
and lgtm
9 years, 7 months ago (2011-05-24 18:53:05 UTC) #5
Marc-Antoine Ruel (Google)
************* Module tests.presubmit_unittest E1120:664:PresubmitUnittest.testGetTrySlavesExecuter: No value passed for parameter 'project' in function call E1120:666:PresubmitUnittest.testGetTrySlavesExecuter: No ...
9 years, 7 months ago (2011-05-25 20:24:47 UTC) #6
Marc-Antoine Ruel (Google)
And .............................................................................E.....E....... ====================================================================== ERROR: testDoGetTrySlaves (__main__.PresubmitUnittest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/mnt/seagate1.5tb/maruel/src/depot_tools/third_party/pymox/mox.py", line ...
9 years, 7 months ago (2011-05-25 20:26:52 UTC) #7
bradn
9 years, 7 months ago (2011-05-26 01:27:08 UTC) #8
Aahh, sorry fixing....


On Wed, May 25, 2011 at 1:26 PM, <maruel@google.com> wrote:

> And
>
>
>
>
.............................................................................E.....E.......
> ======================================================================
> ERROR: testDoGetTrySlaves (__main__.PresubmitUnittest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "/mnt/seagate1.5tb/maruel/src/depot_tools/third_party/pymox/mox.py",
> line
> 1618, in new_method
>    func(self, *args, **kwargs)
>  File "tests/presubmit_unittest.py", line 712, in testDoGetTrySlaves
>    None, False, output))
> TypeError: DoGetTrySlaves() takes exactly 6 arguments (5 given)
>
> ======================================================================
> ERROR: testGetTrySlavesExecuter (__main__.PresubmitUnittest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "/mnt/seagate1.5tb/maruel/src/depot_tools/third_party/pymox/mox.py",
> line
> 1618, in new_method
>    func(self, *args, **kwargs)
>  File "tests/presubmit_unittest.py", line 664, in testGetTrySlavesExecuter
>    self.assertEqual([], executer.ExecPresubmitScript('', ''))
> TypeError: ExecPresubmitScript() takes exactly 3 arguments (2 given)
>
> ----------------------------------------------------------------------
> Ran 91 tests in 0.162s
>
> FAILED (errors=2)
>
>
>
> http://codereview.chromium.org/7063004/
>

Powered by Google App Engine
This is Rietveld 408576698