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

Issue 518663003: Add mojo python bindings tests to the waterfalls. (Closed)

Created:
6 years, 3 months ago by qsr
Modified:
6 years, 3 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
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Project:
tools
Visibility:
Public.

Description

Add mojo python bindings tests to the waterfalls. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=291848

Patch Set 1 #

Patch Set 2 : Follow review -> put new test in the main waterfall to #

Patch Set 3 : Rebase #

Total comments: 2

Patch Set 4 : Follow review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -1 line) Patch
M scripts/slave/recipe_modules/chromium/chromium_fyi.py View 1 2 3 4 chunks +4 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/chromium_linux.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/steps.py View 1 2 3 1 chunk +19 lines, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/buildnumber_zero.json View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/dynamic_gtest.json View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty.json View 1 chunk +12 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty__32_.json View 1 chunk +12 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Tests.json View 1 1 chunk +12 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_client_skia_Linux_Tests.json View 1 1 chunk +12 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/one_failure_keeps_going_dynamic_tests.json View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_rel_ng.json View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (2 generated)
qsr
qsr@chromium.org changed reviewers: + phajdan.jr@chromium.org
6 years, 3 months ago (2014-08-29 09:21:37 UTC) #1
qsr
6 years, 3 months ago (2014-08-29 09:21:37 UTC) #2
Paweł Hajdan Jr.
What are you trying to do? We use the Trusty bots to test Trusty. It's ...
6 years, 3 months ago (2014-08-29 09:51:26 UTC) #3
qsr
On 2014/08/29 09:51:26, Paweł Hajdan Jr. wrote: > What are you trying to do? > ...
6 years, 3 months ago (2014-08-29 09:56:49 UTC) #4
qsr
Updated to also modify the main waterfall. I still changed the fyi bot, because if ...
6 years, 3 months ago (2014-09-01 11:40:17 UTC) #5
qsr
Also, how can I test this change? Sending this to trybots doesn't seem to work ...
6 years, 3 months ago (2014-09-01 11:50:47 UTC) #6
qsr
gentle ping?
6 years, 3 months ago (2014-09-02 07:35:09 UTC) #7
pgervais
On 2014/09/02 07:35:09, qsr wrote: > gentle ping? The only place where such a change ...
6 years, 3 months ago (2014-09-03 18:53:07 UTC) #8
Paweł Hajdan Jr.
On 2014/09/03 18:53:07, pgervais wrote: > On 2014/09/02 07:35:09, qsr wrote: > > gentle ping? ...
6 years, 3 months ago (2014-09-04 12:43:54 UTC) #9
qsr
On 2014/09/04 12:43:54, Paweł Hajdan Jr. wrote: > On 2014/09/03 18:53:07, pgervais wrote: > > ...
6 years, 3 months ago (2014-09-04 12:55:26 UTC) #10
Dirk Pranke
We're being overly paranoid. I have no concern with adding a new suite of python ...
6 years, 3 months ago (2014-09-05 20:05:45 UTC) #11
Dirk Pranke
https://codereview.chromium.org/518663003/diff/40001/scripts/slave/recipe_modules/chromium/steps.py File scripts/slave/recipe_modules/chromium/steps.py (right): https://codereview.chromium.org/518663003/diff/40001/scripts/slave/recipe_modules/chromium/steps.py#newcode504 scripts/slave/recipe_modules/chromium/steps.py:504: args = list(cmd_args or []) This list() call should ...
6 years, 3 months ago (2014-09-06 00:28:28 UTC) #13
qsr
Thanks. https://chromiumcodereview.appspot.com/518663003/diff/40001/scripts/slave/recipe_modules/chromium/steps.py File scripts/slave/recipe_modules/chromium/steps.py (right): https://chromiumcodereview.appspot.com/518663003/diff/40001/scripts/slave/recipe_modules/chromium/steps.py#newcode504 scripts/slave/recipe_modules/chromium/steps.py:504: args = list(cmd_args or []) On 2014/09/06 00:28:28, ...
6 years, 3 months ago (2014-09-08 08:43:20 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qsr@chromium.org/518663003/60001
6 years, 3 months ago (2014-09-08 08:43:57 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 291848
6 years, 3 months ago (2014-09-08 08:44:44 UTC) #17
qsr
6 years, 3 months ago (2014-09-08 11:56:25 UTC) #18
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://chromiumcodereview.appspot.com/553623003/ by qsr@chromium.org.

The reason for reverting is: Failing on the bots.

Powered by Google App Engine
This is Rietveld 408576698