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

Issue 7524023: New LLVM merging bots (Closed)

Created:
9 years, 4 months ago by pdox
Modified:
9 years, 4 months ago
CC:
native-client-reviews_googlegroups.com, pnacl-team_google.com
Visibility:
Public.

Description

1) Add a new mode to utman for downloading "upstream" repository, which contains both LLVM and LLVM-GCC. 2) Rename buildbot_pnacl2.sh to buildbot_spec2k.sh, along with some cleanup. 2) Setup two new builders "pnacl-merge-fast" and "pnacl-merge-slow" for testing LLVM merging. pnacl-merge-fast: Perform merge, rebuild PNaCl, run a series of quick tests. If all the quick tests pass, commit the merge. This bot is not yet enabled, pending a merge to tip. pnacl-merge-slow: Using the last committed merge result, run all tests, including browser tests and Spec2K. This keeps track of the total status of the merge. Committed: http://src.chromium.org/viewvc/native_client?view=rev&revision=6239

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 12

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Total comments: 8

Patch Set 11 : '' #

Patch Set 12 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+432 lines, -667 lines) Patch
D buildbot/buildbot_pnacl2.sh View 1 chunk +0 lines, -262 lines 0 comments Download
A buildbot/buildbot_pnacl_merge.sh View 1 2 3 4 5 6 1 chunk +142 lines, -0 lines 0 comments Download
M buildbot/buildbot_selector.py View 3 chunks +11 lines, -6 lines 0 comments Download
A + buildbot/buildbot_spec2k.sh View 1 2 3 4 5 6 4 chunks +56 lines, -99 lines 0 comments Download
A tools/llvm/hgrc View 1 2 3 4 5 6 7 1 chunk +11 lines, -0 lines 0 comments Download
M tools/llvm/merge-tool.sh View 1 2 3 4 5 6 7 8 9 10 4 chunks +130 lines, -267 lines 0 comments Download
M tools/llvm/utman.sh View 1 2 3 4 5 6 8 chunks +82 lines, -33 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
pdox
PTAL
9 years, 4 months ago (2011-07-28 11:46:11 UTC) #1
jvoung - send to chromium...
http://codereview.chromium.org/7524023/diff/6001/buildbot/buildbot_pnacl_merge.sh File buildbot/buildbot_pnacl_merge.sh (right): http://codereview.chromium.org/7524023/diff/6001/buildbot/buildbot_pnacl_merge.sh#newcode29 buildbot/buildbot_pnacl_merge.sh:29: echo @@@BUILD_STEP clobber@@@ should this check if the clobber ...
9 years, 4 months ago (2011-07-28 23:48:54 UTC) #2
pdox
http://codereview.chromium.org/7524023/diff/6001/buildbot/buildbot_pnacl_merge.sh File buildbot/buildbot_pnacl_merge.sh (right): http://codereview.chromium.org/7524023/diff/6001/buildbot/buildbot_pnacl_merge.sh#newcode29 buildbot/buildbot_pnacl_merge.sh:29: echo @@@BUILD_STEP clobber@@@ CLOBBER is probably not useful here. ...
9 years, 4 months ago (2011-07-29 00:05:55 UTC) #3
jvoung - send to chromium...
http://codereview.chromium.org/7524023/diff/10004/tools/llvm/merge-tool.sh File tools/llvm/merge-tool.sh (right): http://codereview.chromium.org/7524023/diff/10004/tools/llvm/merge-tool.sh#newcode37 tools/llvm/merge-tool.sh:37: readonly MASTER_LLVM=${MASTER_LLVM:-} So, on the bots these values are ...
9 years, 4 months ago (2011-07-29 00:38:32 UTC) #4
pdox
http://codereview.chromium.org/7524023/diff/10004/tools/llvm/merge-tool.sh File tools/llvm/merge-tool.sh (right): http://codereview.chromium.org/7524023/diff/10004/tools/llvm/merge-tool.sh#newcode37 tools/llvm/merge-tool.sh:37: readonly MASTER_LLVM=${MASTER_LLVM:-} They are the upstream SVN directories, not ...
9 years, 4 months ago (2011-07-29 00:59:58 UTC) #5
jvoung - send to chromium...
9 years, 4 months ago (2011-07-29 01:18:13 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698