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

Issue 2602443002: A little more work on the DDC bot script. (Closed)

Created:
4 years ago by Bob Nystrom
Modified:
3 years, 11 months ago
Reviewers:
vsm, Bill Hesse
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

A little more work on the DDC bot script. It runs and passes on my Mac now even when I don't have a local /gen/ directory, which was the main missing piece. R=vsm@google.com, whesse@google.com Committed: https://github.com/dart-lang/sdk/commit/87139576e906dd751f75d0bfe718002f2a4689f1

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -3 lines) Patch
M tools/bots/ddc_tests.py View 1 chunk +10 lines, -3 lines 2 comments Download

Messages

Total messages: 7 (2 generated)
Bob Nystrom
4 years ago (2016-12-22 21:34:52 UTC) #2
vsm
lgtm
3 years, 11 months ago (2017-01-03 17:57:26 UTC) #3
Bill Hesse
LGTM! https://codereview.chromium.org/2602443002/diff/1/tools/bots/ddc_tests.py File tools/bots/ddc_tests.py (right): https://codereview.chromium.org/2602443002/diff/1/tools/bots/ddc_tests.py#newcode26 tools/bots/ddc_tests.py:26: with bot.BuildStep('Compile packages used by tests to JS'): ...
3 years, 11 months ago (2017-01-03 20:09:21 UTC) #4
Bob Nystrom
Committed patchset #1 (id:1) manually as 87139576e906dd751f75d0bfe718002f2a4689f1 (presubmit successful).
3 years, 11 months ago (2017-01-03 22:36:53 UTC) #6
Bob Nystrom
3 years, 11 months ago (2017-01-03 22:37:16 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/2602443002/diff/1/tools/bots/ddc_tests.py
File tools/bots/ddc_tests.py (right):

https://codereview.chromium.org/2602443002/diff/1/tools/bots/ddc_tests.py#new...
tools/bots/ddc_tests.py:26: with bot.BuildStep('Compile packages used by tests
to JS'):
On 2017/01/03 20:09:21, Bill Hesse wrote:
> These bot.BuildStep calls are doing nothing, because this entire script is run
> within a single build step, and the buildstep comments these introduce are
> escaped by the framework before being put in the logs.
> 
> Once we have this working, we can make separate steps in the recipe for the
> separate steps in this script, but right now, this is just putting
!@@@BUILDSTEP
> lines in the log.

Eliminated them, with prejudice.

Powered by Google App Engine
This is Rietveld 408576698