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

Issue 11236012: Add script for pub buildbots. (Closed)

Created:
8 years, 2 months ago by Bob Nystrom
Modified:
8 years, 1 month ago
Reviewers:
ricow1, ahe, Emily Fortuna
CC:
reviews_dartlang.org, nweiz
Visibility:
Public.

Description

Add script for pub buildbots. Also modify annotated_steps to invoke it on the right bots. Committed: https://code.google.com/p/dart/source/detail?r=14032

Patch Set 1 #

Total comments: 5

Patch Set 2 : Split reusable code out of pub buildbot script. #

Total comments: 4

Patch Set 3 : Reapply patch from old client. #

Patch Set 4 : Refactor compiler buildbot to use bot.py. #

Patch Set 5 : Move compiler buildbot script to tools/bots/. #

Total comments: 5

Patch Set 6 : Respond to review. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+380 lines, -618 lines) Patch
M client/tools/buildbot_annotated_steps.py View 1 2 3 4 4 chunks +21 lines, -5 lines 0 comments Download
A tools/bots/bot.py View 1 2 3 4 5 1 chunk +236 lines, -0 lines 0 comments Download
A + tools/bots/compiler.py View 1 2 3 4 9 chunks +80 lines, -200 lines 0 comments Download
A tools/bots/pub.py View 1 2 3 1 chunk +43 lines, -0 lines 2 comments Download
D utils/compiler/buildbot.py View 1 2 3 4 1 chunk +0 lines, -413 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Bob Nystrom
This is the buildbot script for the pub bots. Right now, it just runs the ...
8 years, 2 months ago (2012-10-19 21:23:18 UTC) #1
Emily Fortuna
https://codereview.chromium.org/11236012/diff/1/client/tools/pub_buildbot.py File client/tools/pub_buildbot.py (right): https://codereview.chromium.org/11236012/diff/1/client/tools/pub_buildbot.py#newcode40 client/tools/pub_buildbot.py:40: # For testing the bot locally, allow the user ...
8 years, 2 months ago (2012-10-19 21:35:53 UTC) #2
Bob Nystrom
OK, I completely shuffled stuff around. There are now two modules: tools/bots/pub.py This is a ...
8 years, 2 months ago (2012-10-20 01:06:37 UTC) #3
ricow1
If we want to refactor stuff into a generalized file we should really make sure ...
8 years, 2 months ago (2012-10-22 06:29:05 UTC) #4
Emily Fortuna
On 2012/10/22 06:29:05, ricow1 wrote: > If we want to refactor stuff into a generalized ...
8 years, 2 months ago (2012-10-22 20:23:33 UTC) #5
Bob Nystrom
On 2012/10/22 06:29:05, ricow1 wrote: > If we want to refactor stuff into a generalized ...
8 years, 2 months ago (2012-10-23 22:26:53 UTC) #6
Bob Nystrom
Made lots of changes. https://codereview.chromium.org/11236012/diff/4001/client/tools/buildbot_annotated_steps.py File client/tools/buildbot_annotated_steps.py (right): https://codereview.chromium.org/11236012/diff/4001/client/tools/buildbot_annotated_steps.py#newcode140 client/tools/buildbot_annotated_steps.py:140: ''' On 2012/10/22 06:29:05, ricow1 ...
8 years, 2 months ago (2012-10-23 22:27:20 UTC) #7
Bob Nystrom
On 2012/10/22 20:23:33, Emily Fortuna wrote: > On 2012/10/22 06:29:05, ricow1 wrote: > > If ...
8 years, 2 months ago (2012-10-23 22:28:12 UTC) #8
Emily Fortuna
looking good! Just one concern and then I'm happy with committing it https://codereview.chromium.org/11236012/diff/4001/tools/bots/bot.py File tools/bots/bot.py ...
8 years, 2 months ago (2012-10-23 23:09:49 UTC) #9
Bob Nystrom
Thanks! https://codereview.chromium.org/11236012/diff/4001/tools/bots/bot.py File tools/bots/bot.py (right): https://codereview.chromium.org/11236012/diff/4001/tools/bots/bot.py#newcode31 tools/bots/bot.py:31: - compiler: 'dart2js' or None when the builder ...
8 years, 2 months ago (2012-10-24 00:46:44 UTC) #10
Emily Fortuna
https://codereview.chromium.org/11236012/diff/1004/tools/bots/compiler.py File tools/bots/compiler.py (left): https://codereview.chromium.org/11236012/diff/1004/tools/bots/compiler.py#oldcode191 tools/bots/compiler.py:191: if exit_code != 0: My concern is we check ...
8 years, 2 months ago (2012-10-24 03:00:04 UTC) #11
Bob Nystrom
https://codereview.chromium.org/11236012/diff/1004/tools/bots/compiler.py File tools/bots/compiler.py (left): https://codereview.chromium.org/11236012/diff/1004/tools/bots/compiler.py#oldcode191 tools/bots/compiler.py:191: if exit_code != 0: On 2012/10/24 03:00:04, Emily Fortuna ...
8 years, 2 months ago (2012-10-24 16:22:28 UTC) #12
Emily Fortuna
lgtm! https://codereview.chromium.org/11236012/diff/1004/tools/bots/compiler.py File tools/bots/compiler.py (left): https://codereview.chromium.org/11236012/diff/1004/tools/bots/compiler.py#oldcode191 tools/bots/compiler.py:191: if exit_code != 0: On 2012/10/24 16:22:28, Bob ...
8 years, 2 months ago (2012-10-24 17:06:03 UTC) #13
ricow1
https://codereview.chromium.org/11236012/diff/12/tools/bots/pub.py File tools/bots/pub.py (right): https://codereview.chromium.org/11236012/diff/12/tools/bots/pub.py#newcode3 tools/bots/pub.py:3: # Copyright (c) 2012 The Chromium Authors. All rights ...
8 years, 2 months ago (2012-10-25 06:49:30 UTC) #14
Bob Nystrom
8 years, 1 month ago (2012-10-26 01:15:00 UTC) #15
https://codereview.chromium.org/11236012/diff/12/tools/bots/pub.py
File tools/bots/pub.py (right):

https://codereview.chromium.org/11236012/diff/12/tools/bots/pub.py#newcode3
tools/bots/pub.py:3: # Copyright (c) 2012 The Chromium Authors. All rights
reserved.
On 2012/10/25 06:49:30, ricow1 wrote:
> Us the dart authors copyright note, I assume that the copyright note in the
> original annotated steps file is a copy of something from chromium?

Yeah, I think so. Fixed here:

https://codereview.chromium.org/11260052/

Powered by Google App Engine
This is Rietveld 408576698