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

Issue 339183013: De-duplicate steps between chromium and chromium_trybot recipes (Closed)

Created:
6 years, 6 months ago by Paweł Hajdan Jr.
Modified:
6 years, 5 months ago
CC:
chromium-reviews, pgervais+watch_chromium.org, kjellander-cc_chromium.org, cmp-cc_chromium.org, ilevy-cc_chromium.org, stip+watch_chromium.org
Project:
tools
Visibility:
Public.

Description

De-duplicate steps between chromium and chromium_trybot recipes BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=280461

Patch Set 1 #

Total comments: 13

Patch Set 2 : rebase #

Total comments: 4

Patch Set 3 : fixes #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+497 lines, -544 lines) Patch
M scripts/slave/recipe_modules/chromium/api.py View 1 2 chunks +5 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/chromium_chromiumos.py View 1 chunk +0 lines, -1 line 0 comments Download
M scripts/slave/recipe_modules/chromium/steps.py View 1 2 7 chunks +462 lines, -57 lines 1 comment Download
M scripts/slave/recipe_modules/test_utils/api.py View 1 2 5 chunks +15 lines, -52 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.py View 1 2 2 chunks +2 lines, -91 lines 0 comments Download
M scripts/slave/recipes/chromium.py View 1 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.py View 1 5 chunks +12 lines, -342 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Paweł Hajdan Jr.
6 years, 6 months ago (2014-06-26 21:50:22 UTC) #1
Paweł Hajdan Jr.
6 years, 6 months ago (2014-06-26 22:53:26 UTC) #2
agable
https://codereview.chromium.org/339183013/diff/1/scripts/slave/recipe_modules/chromium/chromium_chromiumos.py File scripts/slave/recipe_modules/chromium/chromium_chromiumos.py (left): https://codereview.chromium.org/339183013/diff/1/scripts/slave/recipe_modules/chromium/chromium_chromiumos.py#oldcode60 scripts/slave/recipe_modules/chromium/chromium_chromiumos.py:60: steps.Deps2SubmodulesTest(), Why is this removed in this CL? I ...
6 years, 5 months ago (2014-06-27 18:34:42 UTC) #3
Paweł Hajdan Jr.
https://codereview.chromium.org/339183013/diff/1/scripts/slave/recipe_modules/chromium/chromium_chromiumos.py File scripts/slave/recipe_modules/chromium/chromium_chromiumos.py (left): https://codereview.chromium.org/339183013/diff/1/scripts/slave/recipe_modules/chromium/chromium_chromiumos.py#oldcode60 scripts/slave/recipe_modules/chromium/chromium_chromiumos.py:60: steps.Deps2SubmodulesTest(), On 2014/06/27 18:34:42, agable wrote: > Why is ...
6 years, 5 months ago (2014-06-27 18:58:23 UTC) #4
agable
https://codereview.chromium.org/339183013/diff/1/scripts/slave/recipe_modules/chromium/chromium_chromiumos.py File scripts/slave/recipe_modules/chromium/chromium_chromiumos.py (left): https://codereview.chromium.org/339183013/diff/1/scripts/slave/recipe_modules/chromium/chromium_chromiumos.py#oldcode60 scripts/slave/recipe_modules/chromium/chromium_chromiumos.py:60: steps.Deps2SubmodulesTest(), On 2014/06/27 18:58:22, Paweł Hajdan Jr. wrote: > ...
6 years, 5 months ago (2014-06-27 21:04:23 UTC) #5
agable
LGTM % comments. https://codereview.chromium.org/339183013/diff/20001/scripts/slave/recipe_modules/test_utils/api.py File scripts/slave/recipe_modules/test_utils/api.py (right): https://codereview.chromium.org/339183013/diff/20001/scripts/slave/recipe_modules/test_utils/api.py#newcode45 scripts/slave/recipe_modules/test_utils/api.py:45: api - recipe API Please call ...
6 years, 5 months ago (2014-06-28 00:05:13 UTC) #6
Paweł Hajdan Jr.
https://codereview.chromium.org/339183013/diff/20001/scripts/slave/recipe_modules/test_utils/api.py File scripts/slave/recipe_modules/test_utils/api.py (right): https://codereview.chromium.org/339183013/diff/20001/scripts/slave/recipe_modules/test_utils/api.py#newcode45 scripts/slave/recipe_modules/test_utils/api.py:45: api - recipe API On 2014/06/28 00:05:13, agable wrote: ...
6 years, 5 months ago (2014-06-28 00:19:01 UTC) #7
Paweł Hajdan Jr.
The CQ bit was checked by phajdan.jr@chromium.org
6 years, 5 months ago (2014-06-28 00:19:03 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/phajdan.jr@chromium.org/339183013/40001
6 years, 5 months ago (2014-06-28 00:19:37 UTC) #9
commit-bot: I haz the power
Change committed as 280461
6 years, 5 months ago (2014-06-28 00:20:43 UTC) #10
Sergiy Byelozyorov
https://codereview.chromium.org/339183013/diff/40001/scripts/slave/recipe_modules/chromium/steps.py File scripts/slave/recipe_modules/chromium/steps.py (right): https://codereview.chromium.org/339183013/diff/40001/scripts/slave/recipe_modules/chromium/steps.py#newcode13 scripts/slave/recipe_modules/chromium/steps.py:13: def name(self): # pragma: no cover What does pragma ...
6 years, 5 months ago (2014-06-30 12:46:19 UTC) #11
iannucci
6 years, 5 months ago (2014-06-30 18:00:59 UTC) #12
Message was sent while issue was closed.
On 2014/06/30 12:46:19, Sergiy Byelozyorov wrote:
>
https://codereview.chromium.org/339183013/diff/40001/scripts/slave/recipe_mod...
> File scripts/slave/recipe_modules/chromium/steps.py (right):
> 
>
https://codereview.chromium.org/339183013/diff/40001/scripts/slave/recipe_mod...
> scripts/slave/recipe_modules/chromium/steps.py:13: def name(self):  # pragma:
no
> cover
> What does pragma mean here and below? I thought that was C++...

We use python-coverage to ensure that all recipe-releated code has 100% line
coverage via the recipe simulation tests. This marker indicates that a suite
isn't to be counted as coverable (which, in this case, is because it's a base
implementation which is never called as it is properly overridden by all
subclasses)

Powered by Google App Engine
This is Rietveld 408576698