|
|
Created:
5 years ago by joshua.litt Modified:
4 years, 11 months ago CC:
reviews_skia.org Base URL:
https://skia.googlesource.com/skia.git@forrealwire Target Ref:
refs/heads/master Project:
skia Visibility:
Public. |
DescriptionWire up new define in buildbot_spec
NOPRESUBMIT=True
NOTRY=True
BUG=skia:
Patch Set 1 #
Total comments: 5
Patch Set 2 : feedback inc #Patch Set 3 : feedback inc #Patch Set 4 : actually wire up #
Messages
Total messages: 32 (15 generated)
joshualitt@google.com changed reviewers: + borenet@google.com, joshualitt@google.com
ptal
https://codereview.chromium.org/1492133002/diff/1/tools/buildbot_spec.py File tools/buildbot_spec.py (right): https://codereview.chromium.org/1492133002/diff/1/tools/buildbot_spec.py#newc... tools/buildbot_spec.py:152: builder_dict['role'] in ('Perf')): Can just say: builder_dict['role'] == 'Perf' https://codereview.chromium.org/1492133002/diff/1/tools/buildbot_spec.py#newc... tools/buildbot_spec.py:153: gyp_defs['skia_dump_stats'] = '1' Did you add this to the gyp files?
joshualitt@google.com changed reviewers: + stephana@google.com
Adding Stephan for expedited review.
https://codereview.chromium.org/1492133002/diff/1/tools/buildbot_spec.py File tools/buildbot_spec.py (right): https://codereview.chromium.org/1492133002/diff/1/tools/buildbot_spec.py#newc... tools/buildbot_spec.py:152: builder_dict['role'] in ('Perf')): On 2015/12/02 20:50:42, borenet wrote: > Can just say: > > builder_dict['role'] == 'Perf' builder_dict.get('role') == 'Perf' Get will not crash if 'role' is not in the dict.
On 2015/12/02 21:46:56, stephana wrote: > https://codereview.chromium.org/1492133002/diff/1/tools/buildbot_spec.py > File tools/buildbot_spec.py (right): > > https://codereview.chromium.org/1492133002/diff/1/tools/buildbot_spec.py#newc... > tools/buildbot_spec.py:152: builder_dict['role'] in ('Perf')): > On 2015/12/02 20:50:42, borenet wrote: > > Can just say: > > > > builder_dict['role'] == 'Perf' > > builder_dict.get('role') == 'Perf' > Get will not crash if 'role' is not in the dict. feedback inc
https://codereview.chromium.org/1492133002/diff/1/tools/buildbot_spec.py File tools/buildbot_spec.py (right): https://codereview.chromium.org/1492133002/diff/1/tools/buildbot_spec.py#newc... tools/buildbot_spec.py:153: gyp_defs['skia_dump_stats'] = '1' On 2015/12/02 20:50:42, borenet wrote: > Did you add this to the gyp files? yes, I just added it to the gyp file in a previous cl.
On 2015/12/02 21:49:32, joshualitt wrote: > On 2015/12/02 21:46:56, stephana wrote: > > https://codereview.chromium.org/1492133002/diff/1/tools/buildbot_spec.py > > File tools/buildbot_spec.py (right): > > > > > https://codereview.chromium.org/1492133002/diff/1/tools/buildbot_spec.py#newc... > > tools/buildbot_spec.py:152: builder_dict['role'] in ('Perf')): > > On 2015/12/02 20:50:42, borenet wrote: > > > Can just say: > > > > > > builder_dict['role'] == 'Perf' > > > > builder_dict.get('role') == 'Perf' > > Get will not crash if 'role' is not in the dict. > > feedback inc lgtm
The CQ bit was checked by joshualitt@google.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1492133002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1492133002/40001
The CQ bit was unchecked by commit-bot@chromium.org
Failed to apply the patch.
The CQ bit was unchecked by commit-bot@chromium.org
LGTM https://codereview.chromium.org/1492133002/diff/1/tools/buildbot_spec.py File tools/buildbot_spec.py (right): https://codereview.chromium.org/1492133002/diff/1/tools/buildbot_spec.py#newc... tools/buildbot_spec.py:152: builder_dict['role'] in ('Perf')): On 2015/12/02 21:46:56, stephana wrote: > On 2015/12/02 20:50:42, borenet wrote: > > Can just say: > > > > builder_dict['role'] == 'Perf' > > builder_dict.get('role') == 'Perf' > Get will not crash if 'role' is not in the dict. True, but not necessary in this case since all bots have a role (it's what defines what other properties they have).
The CQ bit was checked by joshualitt@google.com
The patchset sent to the CQ was uploaded after l-g-t-m from stephana@google.com Link to the patchset: https://codereview.chromium.org/1492133002/#ps60001 (title: "actually wire up")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1492133002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1492133002/60001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/bu...)
Description was changed from ========== Wire up new define in buildbot_spec BUG=skia: ========== to ========== Wire up new define in buildbot_spec NOTRY=True BUG=skia: ==========
The CQ bit was checked by joshualitt@google.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1492133002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1492133002/60001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/bu...)
Description was changed from ========== Wire up new define in buildbot_spec NOTRY=True BUG=skia: ========== to ========== Wire up new define in buildbot_spec NOPRESUBMIT=True NOTRY=True BUG=skia: ==========
The CQ bit was checked by joshualitt@google.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1492133002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1492133002/60001
The CQ bit was unchecked by commit-bot@chromium.org
Failed to apply the patch.
The CQ bit was unchecked by commit-bot@chromium.org
On 2015/12/03 at 17:15:38, commit-bot wrote: > Failed to apply the patch. For future reference please CC me on CLs that will change the amount of data that goes into perf. Between this CL and https://codereview.chromium.org/1495543003 the amount of data sent to Perf just increased by 6x. |