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

Issue 1924004: Make try job test filter instance specific.... (Closed)

Created:
10 years, 7 months ago by vandebo (ex-Chrome)
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews
Visibility:
Public.

Description

Make try job test filter instance specific. BUG=17948 TEST=submit test multiple test jobs, some with filters some without Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=46593

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -26 lines) Patch
M buildbot/scripts/master/factory/commands.py View 1 2 4 chunks +23 lines, -26 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
vandebo (ex-Chrome)
10 years, 7 months ago (2010-05-05 00:04:28 UTC) #1
vandebo (ex-Chrome)
It just occurred to me... will this work with multiple try slaves? I tested with ...
10 years, 7 months ago (2010-05-05 00:07:11 UTC) #2
vandebo (ex-Chrome)
On 2010/05/05 00:07:11, vandebo wrote: > It just occurred to me... will this work with ...
10 years, 7 months ago (2010-05-05 00:18:44 UTC) #3
M-A Ruel
http://codereview.chromium.org/1924004/diff/1/2 File buildbot/scripts/master/factory/commands.py (right): http://codereview.chromium.org/1924004/diff/1/2#newcode196 buildbot/scripts/master/factory/commands.py:196: bStep.setProperty('gtest_filter', None, "Factory") There's a way to figure out ...
10 years, 7 months ago (2010-05-05 00:49:05 UTC) #4
vandebo (ex-Chrome)
http://codereview.chromium.org/1924004/diff/1/2 File buildbot/scripts/master/factory/commands.py (right): http://codereview.chromium.org/1924004/diff/1/2#newcode196 buildbot/scripts/master/factory/commands.py:196: bStep.setProperty('gtest_filter', None, "Factory") On 2010/05/05 00:49:05, Marc-Antoine Ruel wrote: ...
10 years, 7 months ago (2010-05-05 02:46:49 UTC) #5
M-A Ruel
AppEngine is down so: line 227: You need to use optional_arguments.ListProperties() otheriwse it will pass ...
10 years, 7 months ago (2010-05-06 11:52:51 UTC) #6
vandebo (ex-Chrome)
On 2010/05/06 11:52:51, Marc-Antoine Ruel wrote: > line 227: > You need to use optional_arguments.ListProperties() ...
10 years, 7 months ago (2010-05-06 17:45:11 UTC) #7
M-A Ruel
On 2010/05/06 17:45:11, vandebo wrote: > On 2010/05/06 11:52:51, Marc-Antoine Ruel wrote: > > line ...
10 years, 7 months ago (2010-05-06 17:56:08 UTC) #8
M-A Ruel
http://codereview.chromium.org/1924004/diff/6001/7001 File buildbot/scripts/master/factory/commands.py (right): http://codereview.chromium.org/1924004/diff/6001/7001#newcode204 buildbot/scripts/master/factory/commands.py:204: if filter.startswith(("%s:" % bStep.name)): remove extra parenthesis: if filter.startswith("%s:" ...
10 years, 7 months ago (2010-05-06 17:56:31 UTC) #9
vandebo (ex-Chrome)
On 2010/05/06 11:52:51, Marc-Antoine Ruel wrote: > AppEngine is down so: > > line 227: ...
10 years, 7 months ago (2010-05-06 18:37:35 UTC) #10
M-A Ruel
10 years, 7 months ago (2010-05-06 18:41:53 UTC) #11
lgtm

Powered by Google App Engine
This is Rietveld 408576698