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

Issue 2556723007: Add WebKit Linux Trusty (dbg) to config/builders.py. (Closed)

Created:
4 years ago by qyearsley
Modified:
4 years ago
Reviewers:
Xianzhu
CC:
blink-reviews, chromium-reviews, Dirk Pranke
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add WebKit Linux Trusty (dbg) to config/builders.py. Context: See http://crrev.com/2557593006. Committed: https://crrev.com/938e1073667b007c6cdda221b464ce854c895a64 Cr-Commit-Position: refs/heads/master@{#437425}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
qyearsley
4 years ago (2016-12-08 23:04:46 UTC) #2
Xianzhu
lgtm About the flaky test, I've created a patch: virtual/android/media/mediadocument/media-document-with-download-button.html which will be landed soon.
4 years ago (2016-12-08 23:19:22 UTC) #4
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/2556723007/1
4 years ago (2016-12-08 23:20:10 UTC) #5
qyearsley
On 2016/12/08 at 23:19:22, wangxianzhu wrote: > lgtm > > About the flaky test, I've ...
4 years ago (2016-12-08 23:20:12 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/350937)
4 years ago (2016-12-08 23:33:18 UTC) #8
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/2556723007/1
4 years ago (2016-12-09 01:23:47 UTC) #10
Xianzhu
Thought of the following which might be an issue or not: When the line was ...
4 years ago (2016-12-09 01:35:41 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-12-09 01:56:31 UTC) #13
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/938e1073667b007c6cdda221b464ce854c895a64 Cr-Commit-Position: refs/heads/master@{#437425}
4 years ago (2016-12-09 01:58:30 UTC) #15
qyearsley
4 years ago (2016-12-09 17:51:31 UTC) #16
Message was sent while issue was closed.
On 2016/12/09 at 01:35:41, wangxianzhu wrote:
> Thought of the following which might be an issue or not:
> 
> When the line was removed because of missing linux debug bot, the test was
also flaky on the existing release bot (like Image Image Pass) though the final
results were success. The script seemed to treat this kind of flakiness as a
Pass. Is this true? If yes should we keep the flaky line?

What probably happened was that because the line was marked [ Linux Debug ], the
update-test-expectations script only looked at Linux Debug builders (and found
none). I think in this case, even if the line is flaky on more platforms, then
that line should be removed, since the line has no effect.

If the line had just [ Linux ] then it should have looked at "WebKit Linux
Trusty" results as well, and if it found failures then it would have kept the
line.

So, I think the current behavior of the script makes sense, even though to be
fully accurate, the line probably originally should have had [ Linux ] rather
than [ Linux Debug ].

Powered by Google App Engine
This is Rietveld 408576698