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

Issue 2384243005: Add initial CL for RandomOrder chromium.fyi bot (Closed)

Created:
4 years, 2 months ago by jeffcarp
Modified:
4 years, 1 month ago
Reviewers:
Dirk Pranke, qyearsley
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Add initial CL for RandomOrder chromium.fyi bot This is a set of 2 CLs: 1. build CL (this one) - https://codereview.chromium.org/2384243005/ 2. src CL - https://codereview.chromium.org/2404573002 BUG=652357 Committed: https://chromium.googlesource.com/chromium/tools/build/+/fc1d3b8658c112563b0c3ae7f6e3303d908fcee1

Patch Set 1 #

Patch Set 2 : Add new RandomOrder chromium.expected file #

Patch Set 3 : Update build machine based on new bot allocation #

Total comments: 6

Patch Set 4 : Address CL feedback #

Total comments: 6

Patch Set 5 : Remove --seed since it now defaults to unixtime #

Patch Set 6 : Train new expectations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -38 lines) Patch
M masters/master.chromium.fyi/master.cfg View 1 2 3 3 chunks +10 lines, -0 lines 0 comments Download
M masters/master.chromium.fyi/slaves.cfg View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M scripts/slave/chromium/layout_test_wrapper.py View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py View 1 2 3 4 2 chunks +23 lines, -0 lines 0 comments Download
A + scripts/slave/recipes/chromium.expected/full_chromium_fyi_WebKit_Linux___RandomOrder.json View 1 2 3 4 5 18 chunks +38 lines, -38 lines 0 comments Download

Messages

Total messages: 30 (10 generated)
jeffcarp
4 years, 2 months ago (2016-10-04 20:16:56 UTC) #2
qyearsley
https://codereview.chromium.org/2384243005/diff/40001/masters/master.chromium.fyi/master.cfg File masters/master.chromium.fyi/master.cfg (right): https://codereview.chromium.org/2384243005/diff/40001/masters/master.chromium.fyi/master.cfg#newcode1047 masters/master.chromium.fyi/master.cfg:1047: b_chromium_linux_webkit_randomorder= { Nit: space after = https://codereview.chromium.org/2384243005/diff/40001/scripts/slave/chromium/layout_test_wrapper.py File scripts/slave/chromium/layout_test_wrapper.py ...
4 years, 2 months ago (2016-10-07 21:56:58 UTC) #6
jeffcarp
https://codereview.chromium.org/2384243005/diff/40001/masters/master.chromium.fyi/master.cfg File masters/master.chromium.fyi/master.cfg (right): https://codereview.chromium.org/2384243005/diff/40001/masters/master.chromium.fyi/master.cfg#newcode1047 masters/master.chromium.fyi/master.cfg:1047: b_chromium_linux_webkit_randomorder= { On 2016/10/07 at 21:56:58, qyearsley wrote: > ...
4 years, 2 months ago (2016-10-07 23:16:35 UTC) #7
jeffcarp
Minus the comment I just made I think this should be good to go. https://codereview.chromium.org/2384243005/diff/60001/scripts/slave/recipes/chromium.expected/full_chromium_fyi_WebKit_Linux___RandomOrder.json ...
4 years, 2 months ago (2016-10-10 22:08:01 UTC) #8
qyearsley
I think that this LGTM to try to submit to see what happens, although I ...
4 years, 2 months ago (2016-10-10 22:32:15 UTC) #9
jeffcarp
Sounds good. Also last week I added a patch that replaces $(date +%s) with your ...
4 years, 2 months ago (2016-10-10 22:43:21 UTC) #10
qyearsley
On 2016/10/10 at 22:43:21, jeffcarp wrote: > Sounds good. Also last week I added a ...
4 years, 2 months ago (2016-10-10 22:48:52 UTC) #11
qyearsley
This CL should be reviewed by Dirk as well before submitting, I believe; Dirk, does ...
4 years, 2 months ago (2016-10-10 22:51:00 UTC) #13
Dirk Pranke
lgtm, apart from the problem I note below that probably defeats the whole point :). ...
4 years, 2 months ago (2016-10-10 23:30:22 UTC) #14
jeffcarp
> On a related note, we should get rid of layout_test_wrapper.py Sounds good. Found the ...
4 years, 2 months ago (2016-10-11 00:21:58 UTC) #15
Dirk Pranke
On 2016/10/11 00:21:58, jeffcarp wrote: > > On a related note, we should get rid ...
4 years, 2 months ago (2016-10-11 00:27:46 UTC) #16
chromium-reviews
Just discussed with Quinten - we were talking about adding a special value, e.g. --seed=time. ...
4 years, 2 months ago (2016-10-11 00:30:03 UTC) #17
Dirk Pranke
On 2016/10/11 00:30:03, chromium-reviews wrote: > Just discussed with Quinten - we were talking about ...
4 years, 2 months ago (2016-10-11 00:32:39 UTC) #18
qyearsley
On 2016/10/11 at 00:32:39, dpranke wrote: > On 2016/10/11 00:30:03, chromium-reviews wrote: > > Just ...
4 years, 2 months ago (2016-10-11 21:33:47 UTC) #19
jeffcarp
On 2016/10/11 at 21:33:47, qyearsley wrote: > On 2016/10/11 at 00:32:39, dpranke wrote: > > ...
4 years, 2 months ago (2016-10-13 17:27:05 UTC) #20
jeffcarp
https://codereview.chromium.org/2384243005/diff/60001/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py File scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py (right): https://codereview.chromium.org/2384243005/diff/60001/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py#newcode204 scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py:204: '--seed=%d' % time.time(), On 2016/10/11 at 00:21:58, jeffcarp wrote: ...
4 years, 1 month ago (2016-10-28 03:08:06 UTC) #21
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/2384243005/80001
4 years, 1 month ago (2016-10-28 18:34:09 UTC) #24
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/2384243005/100001
4 years, 1 month ago (2016-10-28 18:53:02 UTC) #27
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://chromium.googlesource.com/chromium/tools/build/+/fc1d3b8658c112563b0c3ae7f6e3303d908fcee1
4 years, 1 month ago (2016-10-28 19:03:18 UTC) #29
jeffcarp
4 years, 1 month ago (2016-10-28 20:42:01 UTC) #30
Message was sent while issue was closed.
A revert of this CL (patchset #6 id:100001) has been created in
https://codereview.chromium.org/2456053008/ by jeffcarp@chromium.org.

The reason for reverting is: Missed adding the new flags to the bottom of the
file as well.

http://crbug.com/660503.

Powered by Google App Engine
This is Rietveld 408576698